Hi,

I'm trying to get keywords stats from API for display and search campaigns.
For each campaign and for each keyword I want to get the total sum of 
clicks and impresions, value of ctr, etc.
When I'm using KEYWORDS_PERFORMANCE_REPORT I'm getting rows with keyword 
statistics for the search ads, and other rows with statistics for the 
display ads.
The rows with stats for the display ads  contains KeywordID=3000000, the 
rows with stats for the search ads contains adeqauate KeywordIDs. 
eg:
Keyword ID   | Impressions | Keyword
3000000       |        200      | Content
12345          |        100       | key1
3000000       |          20      | Content
23456          |          10      | key2

When I'm using DISPLAY_KEYWORD_PERFORMANCE_REPORT I'm getting only stats 
for display ads, not with magic KeywordID=3000000, but with adeqauate 
KeywordID.
Keyword ID  | Impresions | Keyword
12345          |     200       | key1
23456          |       20       | key2

In AdWords interface I can see that I have 300 impressions for key1 and 30 
impressions for key2. I cannot find the way to get from AdWords API the 
rows explicite containing 300 and 30 impressions for the keywords.
I can do summations manually form KEYWORDS_PERFORMANCE_REPORT rows, but I 
don't found the column which contains proper key that could be used for 
such summations. And also I don't think that such manual summation is the 
solution that is used by the google adwords interface developers.

My quesion is: how can I get the stats for each keyword without 
segmentation them into display and search type ads?
In the other words, how can I get the raport containing the results:
Keyword ID  | Impresions | Keyword
12345          |     300      | key1
23456          |       30       | key2


Best regards,

Marcin RR.

PS.
I have already readed 
https://developers.google.com/adwords/api/docs/appendix/reports and 
https://developers.google.com/adwords/api/docs/guides/reporting-concepts#keywordid3000000
.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to