RE: The required fields to add ImageAds.

2019-11-07 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. Can you please provide the complete request and response logs via reply privately to author so that I can investigate the issue further? Please see here for information on how to enable logging. Regards, Mitchell Google Ads API Team

The required fields to add ImageAds.

2019-11-06 Thread T.Motodate
We tried to add new ImageAds using by the GoogleAds API Ver 2.2.0. We used the below code : ``` $imageAdInfo = new ImageAdInfo([ 'data' => new BytesValue(['value' => file_get_contents($image)]), ]); $ad = new Ad([ 'image_ad' => $imageAdInfo, 'final_urls' => [ new