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"

Re: How to add images to a search ad group?

2024-02-07 Thread Daniel Larsson
Hi, nice thanks! I will try to upload images as assets and then link them to ad groups. One final (?) question :-) * After linking an image asset to an ad group (or campaign, or customer) – will the image show up in the ad previews in the Google Ads web user interface? So I can verify that the

Portrait marketing images (responsive display ad)

2024-02-08 Thread Daniel Larsson
Hi, in the Google Ads web user interface you can add portrait (9:16) images to your responsive display ads. Is it possible to add portrait images (portrait_marketing_images) using the Google Ads API? It is possible to get and set marketing_images and square_marketing_images using the API. But

Re: How to add images to a search ad group?

2024-02-05 Thread Daniel Larsson
Hi, thanks! In my case I have never used the ExtensionFeedItemService. And as it is deprecated I won’t use it. But I am very interested in adding images to ads of type "responsive search" via the Google Ads API. According to

Re: How to add images to a search ad group?

2024-02-09 Thread Daniel Larsson
Hi again :-) I am now linking images as AD_IMAGE assets to ad groups. The linked image assets show up as linked image resources in the Google Ads web user interface. I hope that the linked image assets will show up in the resulting ad on Google search. This has not been verified yet. But,

Re: portrait marketing images (responsive display ad)

2024-02-08 Thread Daniel Larsson
Thanks for the feedback! Regards, Daniel On Thursday 8 February 2024 at 16:37:09 UTC+1 Google Ads API Forum Advisor wrote: > Hi Daniel, > > Thank you for reaching out to the Google Ads API support team. > > By reviewing your query, I understand that you would like to add portrait > images

Re: How to add images to a search ad group?

2024-02-06 Thread Daniel Larsson
You say that "As we have auto-migrated image and location extensions to assets, you will not be able to create image extensions in the UI. So, now you can link image assets to customers, campaigns, or ad groups through linkage objects." An image extension is linked to an ad – not an ad group,

Re: How to add images to a search ad group?

2024-02-02 Thread Daniel Larsson
The code example "Add Responsive Search Ad Full" uses the ExtensionFeedItemService to get an image extension. According to this https://groups.google.com/g/adwords-api/c/xok3dLXYqBQ/m/dQ_s5MUkAQAJ the "Extension setting services are *deprecated*

Re: How to add images to a search ad group?

2024-02-05 Thread Daniel Larsson
I understand that you can link an image (asset type) as AD_IMAGE (asset field type) to an ad group or a campaign. My next questions: 1. If I add an "image extension" in the Google Ads web user interface, can I get that information when fetching the ad (or ad group) using the Google Ads API?