RE: Creating ResponsiveDisplayAd raises AdGroupAdError.CANNOT_CREATE_DEPRECATED_ADS

2019-08-08 Thread Google Ads API Forum Advisor Prod
Hi Reginald, The AdGroupAdError.CANNOT_CREATE_DEPRECATED means that the ad of this type is deprecated and cannot be created and only deletions are permitted. You would need to MultiAssetResponsiveDisplayAd type instead of ResponsiveDisplayAd type. You may refer to this blog post regarding the c

Creating ResponsiveDisplayAd raises AdGroupAdError.CANNOT_CREATE_DEPRECATED_ADS

2019-08-08 Thread Reginald Chris Pasco
Hi, I testing the creation of Responsive Display Ad via API but i've been getting error "(Error: AdGroupAdError.CANNOT_CREATE_DEPRECATED_ADS, FieldPath: operations[0].operand.ad, Trigger: )" I'm basing the script form this *guide