RE: Update campaign optimization bidding strategy

2019-11-27 Thread Google Ads API Forum Advisor Prod
Hi Roman, Thank you for reaching out. Can you please provide the complete request and response logs of the call via reply privately to author? You can find information on enabling logging here. Based on the code you provided, it looks like you are creating the AppCampaignSettings twice which c

Update campaign optimization bidding strategy

2019-11-27 Thread Roman Ryazanov
Hey, I'm trying to update the campaign optimization bid strategy: $campaign_data = []; $campaign_data['resource_name'] = ResourceNames::forCampaign($account_id, $camapign_id); $campaign_data['app_campaign_setting'] = new AppCampaignSetting(); $campaign_setting = new AppCampaignSetting(); $c