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
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