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
Hello,
I'm trying to use Adwords API to update our AdGroups bids (c#) automatically. I'm looking for a way to update them just by AdGroup Id and our bid value, but I see that some examples of update requires some additional criteria.
What update example should I use for this? Is there some the most correct and simplest way for this?
Regards, Nick Vilenski.
Josh Radcliff (AdWords API Team)
unread,
Jun 15, 2015, 9:54:28 AM6/15/15
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, nvil...@autoplicity.com
Hi Nick,
If you are just trying to update the default bid at the ad group level, then you can do something similar to the UpdateAdGroup.cs example, but instead of setting the status, you should set the ad group's biddingStrategyConfiguration with your updated bid, similar to what is shown in the AddAdGroups.cs example.
Cheers,
Josh, AdWords API Team
Nick Vilenski
unread,
Jun 16, 2015, 10:06:57 AM6/16/15
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, nvil...@autoplicity.com
Hi Josh,
Thanks for your answer. There is some other question about API bid update variants:
Is there some way to update not AdGroups but ProductGroups (by something like 'ProductGroup' from ProductPartition report). Looks like Google Adwords Editor has such feature in Keywords and Targeting section.
Josh Radcliff (AdWords API Team)
unread,
Jun 16, 2015, 11:15:56 AM6/16/15
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, nvil...@autoplicity.com