Is it possible to create two ads in an adgroup and to set the respective destination urls to:
[site123456.com...]
[site123456.com...]
Then for each keyword, set the keyword destination URLs to:
&keyword=widget
&keyword=widget2
I'm trying to find out whether the keyword destination url has to be a full url? Or can it be a page on the domain specified in the ad?
Thanks
Thank you for the clarification.
I'm using a system at the moment that tracks which keywords make sales using a unique keyword destination url for each keyword:
[mysite12345.com...]
[mysite12345.com...]
[mysite12345.com...]
I'd like to start split testing ads so I can see which ad and which keyword make the sale. The trouble is I can't find a way to pass the ad to my php script.
I could duplicate each adgroup:
Adgroup1
[mysite12345.com...]
[mysite12345.com...]
[mysite12345.com...]
Adgroup2
[mysite12345.com...]
[mysite12345.com...]
[mysite12345.com...]
But that seems inefficient. Using {keyword} in the ad isn't possible either.
Is there any way to do this?
Thanks