将多个谷歌分析帐户合并为一个具有多个配置文件的帐户
所以基本上我已经创建了几个新的谷歌分析帐户(在同一个谷歌帐户登录下),它们实际上应该在同一个分析帐户下。
**For Example**
I've created:
Account 1
UA-12345678-1
Account 2
UA-12345678-2
Account 3
UA-12345678-3
**And I want**
Account
Profile 1: UA-12345678-1
Profile 2: UA-12345678-2
Profile 3: UA-12345678-3
有没有办法将帐户合并到个人资料中而不丢失任何数据?
So basically i've created several new google analytic accounts (under the same google account login) that really should have been under the same analytic account.
**For Example**
I've created:
Account 1
UA-12345678-1
Account 2
UA-12345678-2
Account 3
UA-12345678-3
**And I want**
Account
Profile 1: UA-12345678-1
Profile 2: UA-12345678-2
Profile 3: UA-12345678-3
Is there anyway to make merge accounts into profiles without losing any data?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看起来这不可能:
是否可以合并域数据从 到 账户?
Does not look like this is possible:
Is it possible to merge data for a domain from to accounts?
您已经只有一个帐户,因为 GA 将“12345678”视为帐户,而 -1 或 -2 等...被视为“财产”。
然而,这只是语法。我认为您想要做的是将这三个不同的“属性”集中在一起查看数据 - 这是您做不到的。但是,您可以跟踪所有三个属性。如果您一直跟踪所有三个属性,您不妨删除其他两个并只使用一个。但是,如果例如您有一个主站点 12345678-1 和一个相关的微型站点(例如博客或活动站点)12345678-2,您也可以将主站点跟踪器添加到微型站点,但不将微型站点跟踪器添加到主站点。即,在所有页面上跟踪-1,仅在微型站点上跟踪-2,仅在主站点上跟踪-3。因此,在 GA 中,您拥有 -1 中的所有数据(并且您可以设置高级细分或自定义报告来进行比较),您可以使用 -2 和 -3 帐户来获取单独的数据。
希望有帮助。
You already have just ONE account, because GA considers the '12345678' the ACCOUNT and the -1 or -2 etc... is considered a 'Property'.
However, that's just syntax. I think what you're trying to do is to view data across these three different 'Properties' in one - which you cannot do. However, you COULD track all three properties. If you track all three properties all of the time, you might as well just delete the other two and just use one. But if e.g. you have a main site 12345678-1 and a related microsite (e.g. a blog or events site) 12345678-2 you could add the main site tracker to the microsite as well, but not add the microsite tracker to the main site. I.e. track -1 on all pages, track -2 only on the microsite, and track -3 on the main site only. So in GA you have ALL data in -1 (and you can set up advanced segments or custom reports to do comparisons), you use the -2 and the -3 account to have separate data.
Hope that helps.