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)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1af5578e-c789-4476-9193-c6ddb1d91511%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to