在Firebase中,我们只想将数据发送到GTM,而不是将数据发送到GA。 Android和iOS

发布于 2025-02-01 12:21:22 字数 294 浏览 3 评论 0原文

我有3个有关Firebase和GA与移动应用程序(iOS和Android)集成的问题,

  1. 如果我们将Firebase和GTM与没有GA的移动应用程序集成在一起,它是否将任何信息存储在本地存储(即Moblie应用程序本地存储)中?
  2. 如果我们将firebase和gtm与移动应用程序与GA集成在一起,则使用此关系,它是否将任何信息存储在本地存储(即GA如何存储客户ID)中,
  3. 我们就有一种情况,我们可以通过Firebase发送数据,在此中,我们希望仅将数据发送给GTM而不是将数据发送到GA,是否有可能?

I have 3 questions regarding Firebase and GA integration with mobile app(both iOS and Android)

  1. If we integrate Firebase and GTM with mobile applications without GA, Does it store any information in local storage(i.e moblie application local storage)?
  2. if we integrate Firebase and GTM with mobile application with GA , with this relationship does it store any information in local storage (i.e Like how GA is storing ClientId )
  3. we have a case in which we send data through the firebase, in this we want to send data only to GTM and not to the GA, is it possible?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

柒夜笙歌凉 2025-02-08 12:21:22
  1. 是的,它将。 GTM可能会存储表示构建的东西
    容器的版本。火箱将存储更多。类似的东西
    用户ID,无论这是第一个开放,大约十个
    相似值的更多维度。

  2. 是。

  3. 否。 GTM不是数据的目的地。您不会将数据发送给GTM。
    GTM没有接收数据的终点。相反,这是一堆
    可以直接将数据路由的逻辑。然而,
    手机的GTM在功能上受到严重限制,因此我们倾向于
    仅将其用于最简单的像素实现,而仍然
    需要开发干预。

  1. Yes, it will. GTM may store things that would indicate the build
    version of the container. Firebase would store more. Things like
    user ids, whether this is a first open or not and probably about ten
    more dimensions of similar value.

  2. Yes.

  3. No. GTM is not a destination for data. You don't send data to GTM.
    GTM doesn't have an endpoint to receive data. Instead, it's a bunch
    of logic that can route the data right from your front-end. However,
    GTM for mobile is severely limited in functionality, so we tend to
    only use it for simplest pixels implementation, and that still
    requires dev intervention.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文