How to change the bid at the level of age, gender, hour, location?

122 views
Skip to first unread message

Сty Вord

unread,
May 20, 2019, 7:02:21 AM5/20/19
to AdWords API and Google Ads API Forum
Hello!
I used Python.
How to change the bid at the campaign level?
How to change the bid at the level of age, gender, hour, location?

I can change groups - but ONLY device(mobile, computer ...)
My code:
operations = []
for item in adgroup_bid_list:

modifier = {
'adGroupId': XXXXX,
'criterion': {
'xsi_type': 'Platform',
'id': XXXXX
},
'bidModifier': XXXXXXX
}
operations.append({'operator': 'ADD', 'operand': modifier})
try:
# Add ad group level mobile bid modifier.
# Initialize appropriate service.
ad_group_bid_modifier_service = adwords_client.GetService(
'AdGroupCriterionService', version='v201809')

ad_group_bid_modifier_service.mutate(operations)

Google Ads API Forum Advisor Prod

unread,
May 20, 2019, 11:25:50 AM5/20/19
to serv...@gmail.com, adwor...@googlegroups.com
Hello, 

The ad group bid modifier overrides are supported only for platform criterion and preferred content criterion.  Please refer to this section of the guide for more information. 

Thanks,
Bharani, Google Ads API Team

ref:_00D1U1174p._5001UAq8Ka:ref

Сty Вord

unread,
May 21, 2019, 3:08:02 AM5/21/19
to AdWords API and Google Ads API Forum
Hello,
Yes! I understand this guide! - Currently, bid modifier overrides are supported only for platform criterion (ID=30000, 30001, 30002) 
But:

How to change the bid at the campaign level?
How to change the bid at the level of age, gender, hour, location?


понедельник, 20 мая 2019 г., 18:25:50 UTC+3 пользователь adsapiforumadvisor написал:

Google Ads API Forum Advisor Prod

unread,
May 21, 2019, 11:33:33 AM5/21/19
to serv...@gmail.com, adwor...@googlegroups.com
Hello, 

If you're looking to set the bid values, you may use the CampaignCriterionService.mutate() operation. Please note that changing the bid modifier values for the age, gender criteria are not supported. You will be able to change the bid values for the Location, AdSchedule criteria. You may refer to this criteria usage table for more information. The code samples in Java are available here as a reference. Code samples in other languages can be found here

Let me know if you have any questions.

Regards,
Reply all
Reply to author
Forward
0 new messages