Change UAC target CPI - with the Python AdWords library

95 views
Skip to first unread message

otso

unread,
Apr 11, 2019, 5:08:07 PM4/11/19
to AdWords API and Google Ads API Forum
How do you modify target CPI for an already created UAC with the AdWords Python library?

Thanks in advance.

googleadsapi...@google.com

unread,
Apr 11, 2019, 10:34:28 PM4/11/19
to adwor...@googlegroups.com
Hi,

To better assist you, could you confirm if what you meant was Target CPA and not CPI? Additionally, could you confirm if what you want to modify is the bidding strategy or just the bid itself?

Thanks and regards,
Peter
Google Ads API


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
    https://ads-developers.googleblog.com/search/label/google_ads_api
    https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 04/12/19 00:03:05 otso.v...@gmail.com wrote:
How do you modify target CPI for an already created UAC with the AdWords Python library?

Thanks in advance.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwor...@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscribe@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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscribe@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/fb7978c3-0284-4043-a3e1-57cc55bf0f8d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

otso

unread,
Apr 12, 2019, 6:24:36 AM4/12/19
to AdWords API and Google Ads API Forum
Hey Peter,

Thanks for your very fast response. Below the configuration for the UAC used in the creation:

      'advertisingChannelType': 'MULTI_CHANNEL',
      'advertisingChannelSubType': 'UNIVERSAL_APP_CAMPAIGN',
      'biddingStrategyConfiguration': {
          'biddingScheme': {
              'xsi_type': 'TargetCpaBiddingScheme',
              'targetCpa': {
                  'microAmount': '1000000'
              }
          },
          'biddingStrategyType': 'TARGET_CPA'
      },

How do I change the set CPA with Python using the AdWords library (to clarify: this campaign is optimising installs so it is CPI in the Google Ads dash)? An example how to change the daily budget would be also great. 

BR
Otso

otso

unread,
Apr 12, 2019, 2:30:22 PM4/12/19
to AdWords API and Google Ads API Forum
Hey - I was successful with both of the operations so this is solved. This was the key:


Thanks. 
Reply all
Reply to author
Forward
0 new messages