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?