Set the Campaign Source by using a custom querystring parameter value

余生颓废 提交于 2019-12-23 05:27:19

问题


Lets say I have a partner that provides traffic to our website and that partner is identified by passing a partner querystring parameter with their name as the value of that parameter.

I'm trying to use an advanced view filter to set the Campaign Source.

My configuration currently is:


Field A -> Extract A : Request URI = partner=([^&]*)

Field B -> Extract B : -

Output To -> Constructor : Campaign Source = $A1


Field A Required = Yes

Field B Required = No

Override Output Field = Yes

Case Sensitive = No


An example url would be:

http://www.mydomain.com/?partner=someone

This configuration isn't setting the Campaign Source at all. Can anyone point me in the right direction?


回答1:


I think you have to override source,medium and campaign name with three subsequent filters (the reason I think that is a) that with utm parameters these are the three mandatory ones and I assumed with filters it would work the same way and b) I just tested this and it worked).



来源:https://stackoverflow.com/questions/22193632/set-the-campaign-source-by-using-a-custom-querystring-parameter-value

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!