自定义高级 Google Analytics Fiter:URI -->活动
我有一个在domain.com/print-campaign-uri/ 上有打印广告的客户,
我想在 Analytics 中创建一个高级过滤器,以便 /print-campaign-uri/ 输出到“打印广告系列名称”作为广告系列(过滤器一个 uri 并将其重命名为活动)
现在我有:
字段 A ->提取物A |请求 URI | /print-campaign-uri/
字段B->提取物 B |请求 URI | -
输出到->构造函数 |活动名称 |打印活动名称
我缺少什么和/或有更好的方法吗?
提前致谢!
I've a client with a print ad to domain.com/print-campaign-uri/
I want to create an advanced filter in Analytics so that /print-campaign-uri/ outputs to 'Print Campaign Name' as a Campaign (filters a uri and renames it to a campaign)
Right now I have:
Field A -> Extract A | Request URI | /print-campaign-uri/
Field B -> Extract B | Request URI | -
Output To -> Constructor | Campaign Name | Print Campaign Name
What am I missing and/or is there a better way to do this?
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你走在正确的轨道上。
使用:
输出到->构造函数 |活动名称 | $A1
另请记住,不要将此过滤器应用于主配置文件。创建辅助配置文件以使用过滤器查看此数据。
You are on the right track.
Use:
Output To -> Constructor | Campaign Name | $A1
Also remember, don't apply this filter to the main profile. Make a secondary profile to see this data with the filter.