Re: mutateadgroupads with a displayuploadad results into mutate_not_allowed

2023-04-20 Thread pradeep rao
HI Any update on this issue? On Tuesday, 18 April 2023 at 21:20:33 UTC+5:30 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for reaching out to Google Ads API Forum. > > Can you confirm if the recommended format / specifications for the > HTML_5_UPLOAD_AD's *media_bundle *( > *https://d

RE: mutateadgroupads with a displayuploadad results into mutate_not_allowed

2023-04-18 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to Google Ads API Forum. Can you confirm if the recommended format / specifications for the HTML_5_UPLOAD_AD's media_bundle (https://developers.google.com/google-ads/api/reference/rpc/v13/DisplayUploadAdInfo#media_bundle), discussed in this guide (https://suppor

MutateAdGroupAds with a DisplayUploadAd results into MUTATE_NOT_ALLOWED

2023-04-18 Thread pradeep rao
{ "UpdateMask": null, "PolicyValidationParameter": null, "Create": { "ResourceName": "", "Status": 3, "AdGroup": "customers/2203910911/adGroups/148929540155", "HasAdGroup": true, "Ad": {

MutateAdGroupAds with a displayUploadAd results into MUTATE_NOT_ALLOWED

2022-03-24 Thread S.A.
We're generating campaigns, adgroups, and ads through https://github.com/googleads/google-ads-php, however with the ad-type 'HTML5_UPLOAD_AD' we run into an MUTATE_NOT_ALLOWED error when trying to Mutate AdGroupAds. If we run the same logic with an ResponsiveSearchAd the ad does get created.