Forum Moderators: buckworks & skibum

Message Too Old, No Replies

API: How do I get the number of impressions and clicks on creatives?

GetCreativeStats function in API?

         

samseo

10:14 am on Aug 16, 2006 (gmt 0)

10+ Year Member



Is there anyway of finding out the impressions, clicks etc for a creative in Google AdWords API? Something like a GetCreativeStats function?

Please help.

Kiska

10:48 pm on Aug 16, 2006 (gmt 0)

10+ Year Member



When in AdWords, if you go under the ad group level, under tab Ad Variation, it will tell you impressions and clicks per ad.

samseo

2:14 am on Aug 17, 2006 (gmt 0)

10+ Year Member



I am looking for a way to get these numbers using the "AdWords API". I know how to get it from the interface.

AdWordsAdvisor2

7:06 pm on Aug 17, 2006 (gmt 0)

10+ Year Member



samseo,

You can make use of the AdTextReportJob or the CustomReportJob functions. For the CustomReportJob, make sure you specify the data you want in the customOptions otherwise you will get an error.

AWA2