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 and Google Ads API Forum
Hello,
I was wondering how I would go about pausing an Adgroup using just the id number, instead of getting the adgroup through a selector. I am using the PHP library.
Thanks,
Sean
Teja Makani
unread,
Jul 18, 2018, 5:05:52 PM7/18/18
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 and Google Ads API Forum
Hello Sean,
Yes, you could use only AdGroupID to change the status of your AdGroup without getting the entire AdGroup. You could use the SET operator and status field of AdGroup and then perform mutate operation to the AdGroupService to change the status of an AdGroup. Please let me know if you have any further questions.