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 adwor...@googlegroups.com
Hi All,
When creating an AdGroup using the AdWords API, it appears that the id field of the group is set to 0. This happened for fifty-three ad groups in a row. Is this correct behaviour? Are the groups only assigned a 'proper' id after they are created using the mutate method? How do I access the id for use elsewhere in the code?
Thanks, Conor
Josh Radcliff (AdWords API Team)
unread,
Sep 23, 2014, 2:43:46 PM9/23/14
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 adwor...@googlegroups.com
Hi Conor,
You'll have to create the AdGroups first via AdGroupService.mutate, and then use the IDs returned from that for subsequent calls against other services. The client libraries do not assign IDs automatically - those come from the API service.