Is there a way to set up an ad so that the cost of the click is part of the url? Right now I have it set up so that the url looks like this: www.mysite.com/index.jsp?sponsor=google&ad=campaign1
What I would like is something like this:
www.mysite.com/index.jsp?sponsor=google&ad=campaign&cost=.05
Its relatively easy to set up with other PPC search engines because the cost of the click is constant. However with google, as you all know, the cost of the click can vary depending on how others have bid.
Right now, I have to go to google adwords everytime I want to run stats to see how much I've spent. I'd like to streamline the whole process.
Any ideas?
Thanks,
Tyson
On the other hand, you could easily do this to include your bid amount so that you could compare user behavior as a function of bid. Since you can only control your own bids, from a scientific and managerial standpoint this should be good enough for whatever analysis you would have wanted to do having the data about CPC.
It could be a dynamically expanded string in your destination url, like [widgets.com...]
Then we could also have things like
@ADWORDS_CAMPAIGN_NAME@, @ADWORDS_ADGROUP_NAME@, @ADWORDS_KEYWORD@, @ADWORDS_AD_POSITION@, @ADWORDS_TOTAL_NUMBER_OF_ADS@, @ADWORDS_SEARCH_TERM@, @ADWORDS_SEARCH_PARTNER@, etc etc etc!
There are some 3rd party solutions that can monitor accounts (often bidding software) that you can imbed tracking urls into so that it auto determines the average CPC per keyword per search engine and will also track your conversion rate.
If there is an Adwords API, the above could work if the value were encrypted using PKI and the key known only to the advertiser. While technically possible, the demand for it might be low.
Ash
I hadn't wanted to have the bid amount available as a field, but even the cost per click might be too much information to give away to competitors..
The encrypted URL idea sounds workable but complex and I agree that demand for it might be low. Maybe Adwords could let advertisers download some sort of 'clicklog files' -- one line per click, with all the fields we could possibly want. Then those of us using our own reporting solutions wouldn't have to keep downloading custom reports (which are at the wrong level of granularity anyway).
If the feature was available, I would probably try to hide it somehow (ie don't call it cost, add superficial text and numbers on either end of the actual cost and parse it on the other end).