I mean with goclick.com you can do something like that in the landing page url : http://www.test.org?kw={kw}&bid={bid} where the special objects {kw}, {bid} automatically insert the value of the keyword and the bid in the url. I can't find something like that on google , but i think it's possible since they have advanced api and so on .... Any ideas ? :-o Thanks Rob
I haven't seen anything like that available on adwords. I don't know that I'd want users knowing what my bid was - especially in terms of fraud clicks.
Hmm tha's a thing i never thougt about. This could be really true. But i bid on very non competitive terms and i don't use the external distribution network. Any suggestion ? Thanks Rob
If your bids don't change too frequently, you could just generate a unique id for all your ads. If they change quite a bit, then I don't really know. Maybe run a few different campaigns with the same keywords and ads, but different bids and disable them/enable them as needed.
Yes that's the best way i generated an id this way firt 2 digits represents the campaign, the other 2 the group and the last 3 the price so index.php?id=0102035&kw=keyword will allow me to track the request and evaluating which campaign and keywords are doing very well simply using the php $_SERVER['QUERY_STRING'] and passing it trough the form of the landing page. Maybe one fine day i'll hire some php programmers to do it in a more professional way Thanks to everyone ! Rob