Without set Target Cps Bidding Strategy is not update

46 views
Skip to first unread message

Gagandeep Singh

unread,
Jul 8, 2022, 1:59:42 AM7/8/22
to Google Ads API and AdWords API Forum
Hello,

I try to add/update bidding strategy through google ads api. But if I try to without "target_cpa" bid then bidding strategy is not reflect on google ads UI following code:

if campaign_data["campaign_bidding_strategy"] == "maximize_conversions":
        maximize_conversions = campaign.maximize_conversions

But when try to with "target_cpa" bid then bidding strategy reflect on google ads ui following code:
if campaign_data["campaign_bidding_strategy"] == "maximize_conversions":
        maximize_conversions = campaign.maximize_conversions
        maximize_conversions.target_cpa = campaign_data["target_cpa"]

Without set Target Cpa bidding strategy is not reflect on google ads ui. But on google ads ui target_cpa is optional.
With set Target Cpa bidding strategy is reflect on google ads ui.

Google Ads API Forum Advisor

unread,
Jul 8, 2022, 6:50:47 AM7/8/22
to gagand...@gmail.com, adwor...@googlegroups.com

Hi,

Thanks for reaching out to the Google Ads API Forum.

For the concern regarding "target_cpa" bid, could you provide us with the complete request and response logs with the request-id, so our team can better check?

For the client library, logging can be enabled by navigating to the Client libraries > Your client library (ex PHP) > Logging documentation, which you can access from this link. You may then send the requested information via the Reply privately to author option. If this option is not available, you may send the details directly to our googleadsa...@google.com alias by referring to this post.

Regards,

Google Logo
Yasar
Google Ads API Team
 

 

 



ref:_00D1U1174p._5004Q2cTrbc:ref
Reply all
Reply to author
Forward
0 new messages