RE: Required fields to add the new ImageAds (GoogleAdsAPI)

2019-12-20 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. Can you please share the detailed (Debug message) request and response logs via reply privately to author so that I can further investigate the issue? You can find information on enabling logging here. The complete error message should notify you which argument

Required fields to add the new ImageAds (GoogleAdsAPI)

2019-12-20 Thread 高嶋葵
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($file)]), ]); $ad = new Ad([ 'image_ad' => $imageAdInfo, 'final_urls' => [ new

Re: Required fields to add the new ImageAds.

2019-11-17 Thread T.Motodate
Thank you for your nice answer! According to your advice, we got the complete log from the Google Ads API. Then, the log indicates the information related to required fields. So, we could realize the correct codes! Now we can add new Image Ads via the API! 2019年11月15日金曜日 0時00分27秒 UTC+9

RE: Required fields to add the new ImageAds.

2019-11-14 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. It looks like your post came in twice but the other one got deleted which caused the delay. 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

Re: Required fields to add the new ImageAds.

2019-11-13 Thread T.Motodate
Could any one please tell me this specification? Best Regards. 2019年11月7日木曜日 16時13分04秒 UTC+9 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' =>

Required fields to add the new 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