Re: RE: Adjusting Target CPA bidding value

2019-06-19 Thread Yudi Xue
Thanks for the info, but what I am looking for is to adjust the target_cpa value on existing App Campaigns. Is this possible? Thanks, Yudi On Tue, Jun 18, 2019 at 8:01 PM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Yudi, > > App campaigns cannot use portfolio b

Re: RE: Adjusting Target CPA bidding value

2019-06-18 Thread Yudi Xue
Can you clarify if we use bidding strategy https://developers.google.com/google-ads/api/docs/fields/bidding_strategy To set target cpa on App campaigns? Thank you! On Sun, May 26, 2019 at 8:49 PM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Yudi, > > You should

Re: RE: Adjusting Target CPA bidding value

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hi Yudi, App campaigns cannot use portfolio bidding strategy created through the BiddingStrategyService. As stated in this guide, you will need to specify the bidding strategy directly when creating the campaign and the bidding strategy you need to use should be based on the goal type you speci

Re: RE: Adjusting Target CPA bidding value

2019-05-26 Thread Google Ads API Forum Advisor Prod
Hi Yudi, You should be able to use the TargetCpa as your bidding strategy at the campaign level. My apologies as we do not have an exact sample code to create the campaign with TargetCpa but you may refer to this sample code in Python on how to create a campaign with your preferred bidding stra

Re: Adjusting Target CPA bidding value

2019-05-25 Thread Yudi Xue
Thanks for the reply! Does adwords python SDK support setting CPA bidding at campaign level? What operation can I use to do that? Thanks, Yudi On Thu, May 23, 2019 at 11:49 PM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Yudi, > > Setting the bids at the Campaig

RE: Adjusting Target CPA bidding value

2019-05-23 Thread Google Ads API Forum Advisor Prod
Hi Yudi, Setting the bids at the Campaign level is currently not supported. You can check out the AdGroup and AdGroupCriterion documentation to learn which bids (ex. cpc_bid_micros, cpm_bid_micros, cpv_bid_micros) you can set at their respective levels. As for campaigns, you should be able to