Re: asset_link_error when trying to ad image asset to adgroup in google ads api (php)

2022-01-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Algirdas, Thank you for reaching out to us. As mentioned by my colleague (Peter) on the previous thread, currently supported asset based extensions are listed here and other types would follow later. In the meantime, we recommend that you keep an eye to our blog for future updates or any

Re: asset_link_error when trying to ad image asset to adgroup in google ads api (php)

2021-12-31 Thread Algirdas Jarockis
Hello there. I have the same error. Here https://developers.google.com/google-ads/api/docs/extensions/extensions it is stated that feed items are deprecated but still can't use the new way to link assets. When it is planned to support Image type assets? On Wednesday, November 24, 2021 at 4:23:2

Re: asset_link_error when trying to ad image asset to adgroup in google ads api (php)

2021-11-23 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Shirly, Thank you for providing additional details. Image assets can be set for certain types of ads, as seen here. However, it currently cannot be used for extensions. Listed here are the asset based extensions that are currently supported and can be created/managed via the API, and statin

Re: asset_link_error when trying to ad image asset to adgroup in google ads api (php)

2021-11-23 Thread Shirly J
Hi Aryeh, Thank you for the information. I have followed the same documentation. But getting the same error 1. Create ImageAsset for ImageExtension // Creates an asset. $asset = new Asset([ 'type' => AssetType::IMAGE, 'image_asset' => new ImageAsset(['data' => $imageContent]) ]); // Creates

Re: asset_link_error when trying to ad image asset to adgroup in google ads api (php)

2021-11-23 Thread Shirly J
Hi Aryeh, Thank you for the information. I have followed the same documentation. But getting the same error 1. Create ImageAsset for ImageExtension // Creates an asset. $asset = new Asset([ 'type' => AssetType::IMAGE, 'image_asset' => new ImageAsset(['data' => $imageContent]) ]); // Creates an

Re: asset_link_error when trying to ad image asset to adgroup in google ads api (php)

2021-11-22 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Shirley, Please note that the CampaignAsset, AdGroupAsset and CustomerAsset works only for assets that are associated with an Extension. Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 Google Ads API and AdWords API Annual Survey Regards, Aryeh Baker Google

Re: asset_link_error when trying to ad image asset to adgroup in google ads api (php)

2021-11-22 Thread Shirly J
Hi, I am trying to do the same(adding image extension to adgroup). //adgroupassetOperation $adGroupAssetOperation = new AdGroupAssetOperation([ 'create' => new AdGroupAsset([ 'asset' => $imageAssetResourceName, 'field_type' => AssetFieldType::MARKETING_IMAGE, 'ad_group' => ResourceNames::forAdGro

RE: asset_link_error when trying to ad image asset to adgroup in google ads api (php)

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Shawn, Thank you for reaching out to our API support team. Could you confirm if what you intend to do is use assets in ads? If yes then the link you provided should indeed be the appropriate guide. However, since you appear to be using the AdGroupAssetService, then its typical usage is for