Is NegativeKeyword Id under negative keyword list unique across the account?
37 views
Skip to first unread message
Jianbo zhu
unread,
Aug 31, 2017, 5:05:07 AM8/31/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi,
In 'Shared Library', 'Campaign Negative Keyword', is the id of a negative keyword under a negative keywords list unique across the whole account (not conflicted with other negative keyword ids and other entity ids)? I'd like to use negative keyword id as the key of a dictionary, so want to make sure it's unique across the whole account?
Thanks,
Jianbo
Message has been deleted
Bharani Cherukuri (AdWords API Team)
unread,
Aug 31, 2017, 12:58:14 PM8/31/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hello Jianbo,
The Id in the negative keywords list report is not globally unique. It is unique only within the scope of the Negative Keywords list. In AdWords, AdGroupCriterionId and CampaignCriterionId are not globally unique. The (AdGroupId, AdGroupCriterionId) and (CampaignId, CampaignCriterionId) pair is globally unique. You may refer to the this document for more information.