Re: image extensions not linking through asset link

2024-04-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. The error "UNSUPPORTED_FIELD_TYPE", this means the given field type is not supported to be added directly through asset links. Kindly note that image extension as an asset is not supported in the Google Ads API as it is not inc

Re: image extensions not linking through asset link

2024-04-24 Thread zheng william
Hi Google Team, I also get the error today. Does google api support link a "MARKETING_IMAGE" to a exist ad group now? Below is my sample code: operations := make([]*services.AdGroupAssetOperation, 0) adGroupAd := resources.AdGroupAsset{} adGroupAd.AdGroup = "customers/xx/adGroups/166011065928

Re: image extensions not linking through asset link

2023-10-26 Thread Daniel Larsson
Hello Google, I would also like to add "image extensions" using the Google Ads API. I have tried to link an AD_IMAGE (image asset) to either a campaign or an ad group. I DON’T get UNSUPPORTED_FIELD_TYPE, but the command seems to do nothing. Should it be possible to add "image extensions" using

Re: image extensions not linking through asset link

2023-04-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Tommy, Thank you for your response. With regards to your concern, please note that we will start auto-migrating image and location extensions to assets and the auto-migration is scheduled to end on September 15, 2023. For more information, please refer to the Image and Location Auto-migrati

Re: image extensions not linking through asset link

2023-04-14 Thread Tommy Bradbury
hi, thank you for your response. In the second link you provided, it states that it will be available any time between now and September 15, 2023. Please can you let me know if there are any more specific details regarding when image extensions are likely going to become available? thanks,

image extensions not linking through asset link

2023-04-13 Thread Tommy Bradbury
hi guys, I am currently working on using V13 of the API in order to upload image extensions and link them at a campaign and/or adgroup level. The example code in the SDK currently is showing the soon to be deprecated method which involves creating a feed item etc in order to do this. I am wanti