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
The docs says keywords are not case sensitive, but the API returns different Google ids for different cases of keywords (all other things being equal).
select keyword, google_id from keyword join ad_group_keyword on keyword.id = keyword_id where keyword.id in (29537062,32051019);
keyword | google_id
---------+-----------
Zip wax | 401869411
zip wax | 93065030
Nadine Sundquist (AdWords API Team)
unread,
Sep 30, 2016, 3:23:28 PM9/30/16
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
Greetings!
Thanks for pointing this out! Could you do me a big favor? Could you please point me to the places in the documentation where it says that the keywords are not case sensitive. It looks like we may need to update our documentation. In the meantime, I'll make sure that this is expected behavior.
Cheers,
Nadine, AdWords API Team
Tim Cox
unread,
Feb 1, 2017, 2:25:45 PM2/1/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
The docs say keywords are not case sensitive here:
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
As far as I understand, it's just the matching that is case-insensitive. So those two keywords, even though not being identical, will match (or don't match) for the exact same search queries.