Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adwords API Cost Per Click from a Gclid

I am really would like to be able to pull out the cost of a click from adwords with a gclid. I can upload this to adwords but we have rich meta data about the customer after they have completed our online application, I would like to be able to do some analysis on this data, but need to find out the cost of the customer.

like image 257
Charles Bryant Avatar asked Jul 11 '17 09:07

Charles Bryant


Video Answer


1 Answers

Unfortunately, Google do not release the cost information at that granular level. They do provide a click performance report (details here) but performance metrics such as cost, conversion, etc. are all infuriatingly absent.

You can, of course, match the gclId to a unique criteriaId, device, date, etc. then get the cost for that combination but, at least in general, you'll lose a little information in the aggregation unless there happens to be just a single click in that segment.

like image 154
Stewart_R Avatar answered Jan 02 '23 11:01

Stewart_R