Hi,
Thank you for reaching out to the Google Ads API support team.
To assist you further, please provide us with the uncropped UI screenshot (from
your Google Ads account) highlighting the target CPA value that you are trying
to retrieve via the Ads API.
This message is in relation to case "re
Hi Team,
Is there a way to get tCPA for target CPA bid strategy? I am checking the
following values in the query and none of them return target bidding value
campaign.bidding_strategy_type,
campaign.target_spend.cpc_bid_ceiling_micros,
campaign.target_cpa.target_cpa_micros,
campaign.target_cpa.
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
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
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
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
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
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
Hello,
Can I get some direction or a quick example on how to adjust Target CPA
bidding value at the campaign level?
i.e. the ability to adjust campaign.target_cpa_target_cpa_micros.
I tried mutate_campaign with CampaignService as well as the
CampaignBiddingModifierService from the Google Ads