Setting Google Shopping AdGroup bid value by Id

57 views
Skip to first unread message

Nick Vilenski

unread,
Jun 13, 2015, 7:38:59 AM6/13/15
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
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
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
to adwor...@googlegroups.com, nvil...@autoplicity.com
Hi Nick,

You can update the bids for any BiddableAdGroupCriterion (including ProductPartitions, which are the API equivalent of Product Groups in the user interface) using AdGroupCriterionService. This would be similar to the UpdateKeyword.cs example, except you'd set the criterion ID to the ProductPartition ID instead of a keyword ID.

Cheers,
Josh, AdWords API Team
Reply all
Reply to author
Forward
0 new messages