Hi Peter,

When you remove a keyword and create a new one no matter in which account, 
there is no guarantee that it will retain the KeywordId. However, a unique 
identifier of a keyword 
<https://developers.google.com/adwords/api/docs/guides/objects-methods#object_hierarchy_and_scope>
 is 
a combination of its ad group ID and keyword ID. Therefore, if you need 
aggregated performance data for a keyword from two different ad groups, you 
would need to use predicates to filter by combination of its adgroupid and 
keywordid. Please see code snippet below :

"SELECT AdGroupId, Id, Clicks FROM KEYWORDS_PERFORMANCE_REPORT WHERE 
AdGroupId = <ad group id> AND Id = <keyword id> ";

Please note that if you are using AWQL, you would need to make two of these 
calls as OR condition is not supported by AWQL. Please let me know if you 
have further questions.

Regards,
Dhanya, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5c8bc349-5a1d-4cfa-b2a3-1a833ad29844%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Re: Keyword ... peter . rietzler
    • Re: Key... 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum

Reply via email to