Hi, Here I want to update 3 biddings of 1 keyword based on its MatchType <https://developers.google.com/adwords/api/docs/reference/v201605/AdGroupCriterionService.Keyword#matchtype>. Let's say for Exact match I'd like to bid $0.5, for Broad match I'd like to bid differently, like $0.7. Can I modify update_keyword.py in Python library like below to do the job? Thanks!
# Construct operations and update bids. operations = [{ 'operator': 'SET', 'operand': { 'xsi_type': 'BiddableAdGroupCriterion', 'adGroupId': ad_group_id, 'criterion': { 'id': keyword_id, 'type': 'KEYWORD', 'KeyWordMatchType': 'Exact' }, 'biddingStrategyConfiguration': { 'bids': [ { 'xsi_type': 'CpcBid', 'bid': { 'microAmount': '500000' } } ] } } }] ad_group_criteria = ad_group_criterion_service.mutate(operations) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. 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/40d77ecd-9d0c-4db9-8ba3-d328e66a7936%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.