I am currently coding an interface to manage my adwords keywords. I
have been searching for quite a long time now but cannot find how to
get the statistics for the content sites.
Is it possible to get those informations with the current version of
the API ?
Thanks in advance
I may be misunderstanding your question, but here goes ...
If you have site-targeted criteria, use getCriterionStats:
http://www.google.com/apis/adwords/developer/CriterionService.html#getCriterionStats
Otherwise, use a CustomReportJob and set the adWordsType field to
ContentOnly:
http://www.google.com/apis/adwords/developer/CustomReportJob.html#adWordsType
Rich.
--
Richard Jones, CTO Merjis Ltd.
Merjis - web marketing and technology - http://merjis.com
Team Notepad - intranets and extranets for business - http://team-notepad.com
Perhaps I do not use the right terms. I am an API Google beginner. =)
I am trying to set the maxContentCPC value of an AdGroup. But to
calculate this value, I need some statistics about the content websites
(not the search websites) like the convertion rate, number of clics,
etc... for a given period.
"getCriterionStats" gives stats about the criterions only and not the
content sites.
And well, I realy didn't understand how to use a CustomReportJob and
cannot find any exemple. =/
Thanks in advance
Eric
"soapenv:Server.userException: No criterion with this ID was found in
this AdGroup."
I am sure the content site criterion is activated and it contains a
value.
I tried to do a getAllCritera and the content site criteria is not
returned.
CustomReportJob is working but is so slow I cannot use it in my
application. =(
Thanks
Eric