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
ref:_00D1U1174p._5001UMWWl
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 StringValue