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. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/261ea386-7e19-4864-9721-3b6c1be2ddd7n%40googlegroups.com.