Responsive Display Ad Assets - fetching Headlines, Descriptions etc.

2024-08-27 Thread Robert Justin Eduardo
I tried to query this, but it always returns as an empty array. SELECT ad_group_ad.ad.responsive_display_ad.descriptions, ad_group_ad.ad.responsive_display_ad.headlines, ad_group_ad.ad.responsive_display_ad.long_headline FROM ad_group_ad const query = `SELECT ad_group_ad.a

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 (port

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 n

Re: update ad_group_ad responsive display ad

2024-01-31 Thread Google Ads API and AdWords API Forum
an enable logging via the curl command by using the -i flag. You can send the details via *Reply privately to the author option*, or *direct private reply* to this email. On Monday, January 29, 2024 at 7:49:48 PM UTC+5:30 ro...@predicto.ai wrote: > Hello I want to replace all the logos on the

Re: Responsive Display Ad Assets - get Headlines, Descriptions

2022-08-25 Thread 'Oksana Sulyma' via Google Ads API and AdWords API Forum
w, the ad_group_ad > <https://developers.google.com/google-ads/api/fields/v11/ad_group_ad> > report can be used to retrieve attribute details for the responsive display > ad type, as mentioned in this guide > <https://developers.google.com/google-ads/api/docs/responsive

Re: Responsive Display Ad Assets - get Headlines, Descriptions

2022-08-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
w, you may keep an eye on our blog for updates and announcements. For now, the ad_group_ad report can be used to retrieve attribute details for the responsive display ad type, as mentioned in this guide. Best regards, Peter Laurence Google Ads API Team ref:_00D1U1174p._5004Q

Re: Responsive Display Ad Assets - get Headlines, Descriptions

2022-08-23 Thread 'Oksana Sulyma' via Google Ads API and AdWords API Forum
s I can get details from asset <https://developers.google.com/google-ads/api/fields/v11/asset> report - asset by asset, not all together. Is there any way to pull asset_ids for responsive display ad headline and descriptions? Is there any better approach to get the same data as at Google A

RE: Responsive Display Ad Assets - get Headlines, Descriptions

2022-08-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Oksana, The field ad_group_ad.ad.responsive_display_ad.descriptions, ad_group_ad.ad.responsive_display_ad.call_to_action_text, ad_group_ad.ad.responsive_display_ad.long_headline and ad_group_ad.ad.responsive_display_ad.headlines etc.. will give you these text based items., there's no need t

Re: Responsive Display Ad Assets - get Headlines, Descriptions

2022-08-11 Thread 'Oksana Sulyma' via Google Ads API and AdWords API Forum
Oh, ans also I have question #3: Is there a way to pull assets info for specific ad_group_ad.ad.id? On Thursday, August 11, 2022 at 6:38:14 PM UTC+3 Oksana Sulyma wrote: > Hi Google Ads API support team! > My questions are related to Ads of type = responsive_display_ad. > 1. I pull > https://d

RE: Responsive display ad creation question

2022-05-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thanks for reaching out to the Google Ads API Forum. As mentioned in the images' specifications from the reference page, if your marketing image does not meet the minimum size of 600x314 and the aspect ratio to 1.91:1 (+-1%), then you’ll get an error in your API request. If you’ve already

Responsive display ad creation question

2022-05-27 Thread Rapi Mercado
I have a question, when I am creating responsive display ad from the website and load the images in the editor it lets me select the ratio for the image, but I don't see such an option from the API, is there any way to indicate this, because I want to create this type of ads from the AP

RE: UNKNOWN API error when trying to create a responsive display ad with a GIF as a marketing image

2022-02-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Meir, Thank you for reaching out to our API support team. However, I had to delete your initial post due to the logs displayed. That said, so that I may raise this to the rest of our team, could you share once more your logs privately along with the request headers, using the Reply privatel

UNKNOWN API error when trying to create a responsive display ad with a GIF as a marketing image

2022-02-03 Thread Meir Mouyal
Request: POST to the adGroupAds:mutate resource Request Body: { operations: [ { create: { ad: { name: "some name", finalUrls: [ "https://google.es";, ], responsiveDisplayAd: { marketingImages: [ {

RE: how to create responsive display ad

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Amol, Thanks for posting your concern. As with other ads, ad creation is accomplished using AdGroupAdService.MutateAdGroupAds. To create a responsive display ad, you need to populate the following required fields of ResponsiveDisplayAdInfo: marketing_images square_marketing_images

Re: responsive display ad - Automatic bid strategy(Maximise conversions), campaign type

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Amol, Thank you for reaching out to the Google Ads API support team. With regards to your concern, you may refer to this guide to create Responsive Display Ads. If you are still facing any issue, could you please share with us the complete logs (request and response with request-id) via the

how to create responsive display ad

2022-01-25 Thread Amol Kawale
Hello Guys, I'm using google ads V8 library in php. I want to create responsive display ad. Can you pls let me know how to create responsive display as using API. Regards, Amol -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: responsive display ad - Automatic bid strategy(Maximise conversions), campaign type

2022-01-24 Thread Amol Kawale
/concepts/call-structure#request_headers> > generated > on your end. > > With regard to the #2, please note that it is not possible to change the > campaign type when it is created. For this part "*But whenver ad can be > generated from php api it showing responsive di

RE: responsive display ad - Automatic bid strategy(Maximise conversions), campaign type

2022-01-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
possible to change the campaign type when it is created. For this part "But whenver ad can be generated from php api it showing responsive display ad.", could you provide more context on this issue so that I can check and address it? You can provide the requested details via Reply pr

responsive display ad - Automatic bid strategy(Maximise conversions), campaign type

2022-01-24 Thread Amol Kawale
Hi Team, I'm creating* google responsive display ad v8 php*. Bidding strategy can be set 2 ways either manual CPC & Maximize conversions(Auto bid strategy). $campaign = new Campaign([ 'name' => $_POST['campaignName'],

Re: Responsive display ad - Call to action text

2021-11-25 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
t to the API which is also the same in the UI. You will need to create 2 identical ads but with different languages in call_to_action_text field. 3. In Responsive Display Ad, there are 2 more optional parameters as : 'price_prefix' => 'as low as', 'promo_text'

Re: Responsive display ad - Call to action text

2021-11-24 Thread Amol Kawale
English & Arabic so Should I add 2 times 'call_to_action_text' => 'Shop Now' & 'call_to_action_text' => تسوق الآن or is there any other way to pass both values? 3. In Responsive Display Ad, there are 2 more optional parameters as : 'price_prefix&#

Re: Responsive display ad - Call to action text

2021-11-24 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Amol, Thanks for getting back to us with the requested details. I had to delete your post as it contained your logs. I am reposting below without the sensitive log information for reference : “Hi Matt, 1. Pls find below request & response log: "/google.ads.googleads.v8.services.AdGroupAdSe

Re: Responsive display ad - Call to action text

2021-11-23 Thread Amol Kawale
Hi Matt, *1. *Pls find below request & response log: [2021-11-23T09:56:59.992902+01:00] google-ads.WARNING: Request made: Host: "googleads.googleapis.com", Method: "/google.ads.googleads.v8.services.AdGroupAdService/MutateAdGroupAds", CustomerId: 3845268791, RequestId: "XZ3zFIs8aakowLDiRaVe9Q"

RE: Responsive display ad - Call to action text

2021-11-23 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Amol, Thanks for reaching out. Can you please privately provide us with your complete request and response logs so we can have a closer look? Thanks, Matt Google Ads API Team Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 Google Ads API and AdWords API Annu

Responsive display ad - Call to action text

2021-11-23 Thread Amol Kawale
Hi team, I'm using Google ads v8 php API. We have to set language of "call to action text" button to Arabic. But API not has any option to set language. Only option for "call_to_action_text". Pls let's know how we can set language to Arabic only. [image: call to action text.png] Also call_to_ac

RE: Using Shutterstock images in Responsive Display Ad

2021-11-22 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Meir, This forum can only deal with technical implementation of Ads API interfaces. You can ask product support for legal guidance. For uploading images we have a guide to assets. Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 Google Ads API and AdWords API

Using Shutterstock images in Responsive Display Ad

2021-11-22 Thread Meir Mouyal
Hey, I was wondering if and how I can use Shutterstock images as the marketingImages assets for a Response Display Ad. Thanks in advance. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Unable to Add Logo Image in Responsive Display Ad

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Filip, Thank you for the reply. I am also a member of the Google Ads API team and let me provide support to your concern. Could you confirm if there are no API logs as well in the console of your client library? If yes, then I am afraid that we would not be able to investigate the issue wit

Re: Unable to Add Logo Image in Responsive Display Ad

2021-11-01 Thread Filip Pećanac
Hi Aryeh, Thanks for the response. Unfortunately, there are no logs of my requests and responses. I have followed the instructions from the Logging section and once I complete all the steps, there is no generated data in my file.log. I am using web application if that is relevant for this.

RE: Unable to Add Logo Image in Responsive Display Ad

2021-10-28 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Filip, Could you privately provide us with logs of request and response to the API so that we can see what is happening? If you are using the Ads API, the request and response appears similar to the JSON Mappings in our REST documentation. Our client libraries have loggers with logging inst

Unable to Add Logo Image in Responsive Display Ad

2021-10-28 Thread Filip Pećanac
sset( $googleAdsClient, $customerId, $options['logoImageUrl'], 'Logo Image' ); // Creates a responsive display ad info. $responsiveDisplayAdInfo = new ResponsiveDisplayAdInfo([ // Sets some basic required information for the responsive display ad. 'headlines' =>

Re: Unable to update assets or headlines of a responsive display ad

2021-09-22 Thread Google Ads API Forum Advisor
Hi Lokesh, Thanks for getting back to us. I work with Matt and let me assist you with this. So our team can investigate further, could you please provide us with the complete request and response logs, with the request-id while updating the headlines or the assets fails? For REST interface req

Re: Unable to update assets or headlines of a responsive display ad

2021-09-21 Thread Lokesh Lalwani
I am using this endpoint https://googleads.googleapis.com/v8/customers/{ customer_id}/adGroupAds/{adgroup~ad}. I am also specifying all required update masks as well but still, I am unable to update the headlines or the assets. My Ad Type is "ResponsiveDisplayAd" On Tuesday, September 21, 2021 a

RE: Unable to update assets or headlines of a responsive display ad

2021-09-21 Thread Google Ads API Forum Advisor
Hello, Thanks for reaching out. If you are using the AssetService to update these assets, this will not be allowed as the AssetService only supports create operations. According to this chart, you should be able to mutate responsive display ads. As recommended here, you should use the AdService

Unable to update assets or headlines of a responsive display ad

2021-09-20 Thread Lokesh Lalwani
Hi, I am trying to update the headlines of an ad using the rest API but I am getting an error stating that this field is immutable but I am able to edit this from the UI. is there any way to update headlines, descriptions or image assets of a Responsive Display Ad. Thanks, Lokesh

RE: Create a responsive display ad with a video

2020-01-14 Thread Google Ads API Forum Advisor Prod
Hi Geoffrey, Yes, this is possible. You can create a responsive display ad and include youtube_videos. Here is an example on how to create the ads. Cheers, Anthony Google Ads API Team ref:_00D1U1174p._5001USwNkd:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Create a responsive display ad with a video

2020-01-14 Thread Bonge LaBwana
Hi I would like to create a responsive display ad with video eg from youtube or normal mp4 1. Is this possible? if Yes can you please provide me a working example? Thanks Geoffrey zellah -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https

Re: Responsive Display Ad

2019-10-07 Thread Reginald Chris Pasco
Thank you for the clarification. On Tue, Oct 8, 2019 at 3:00 AM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Reggie, > > Thank you for reaching out. The Responsive Display Ad > <https://support.google.com/google-ads/answer/6363750> will

RE: Responsive Display Ad

2019-10-07 Thread Google Ads API Forum Advisor Prod
Hi Reggie, Thank you for reaching out. The Responsive Display Ad will be the same no matter which campaign type you choose. If you are creating the Ad through the API, make sure you are using the MultiAssetResponsiveDisplayAd type instead of ResponsiveDisplayAd type (since this has been

Responsive Display Ad

2019-10-07 Thread Reggie Pasco
Hi, Ive been testing the creation of Responsive Display Ad and notice that you can create it in both Search and Display Campaign. I just want to ask if there is a difference in the Campaign (Display or Search) where I create the Display Ad? Thanks in advance

RE: Responsive Display Ad - Promo Text and Price Prefix

2019-10-04 Thread Google Ads API Forum Advisor Prod
Hi Reggie, The dynamicSettingsPricePrefix and dynamicSettingsPromoText are the settings specific to dynamic Responsive ads which are created. Please refer to step #3 of this guide for more information. Thanks, Bharani, Google Ads API Team ref:_00D1U1174p._5001UKMBUB:ref -- -- =~=~=~=~=~=~=~=

Responsive Display Ad - Promo Text and Price Prefix

2019-10-04 Thread Reggie Pasco
Hi, Im creating MultiAssetResponsiveDisplay Ad via Google Api. The ad has options for dynamicSettingsPricePrefix and dynamicSettingsPromoText. I just want to ask where can I find them in the actual Ad in the Google Ads site just to check? Please advise. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=

RE: Code sample for the creation of Responsive Display Ad with Google Ads API

2019-04-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Luca, I was able to create a ResponsiveDisplayAd successfully by passing just the values as below in Java: ResponsiveDisplayAdInfo responsiveDisplayAdInfo = ResponsiveDisplayAdInfo.newBuilder() .setShortHeadline(StringValue.of("I am short headline")) .setLongHeadline(StringValue.of("I am

Code sample for the creation of Responsive Display Ad with Google Ads API

2019-04-04 Thread l . sembolini
Does anyone have an example of the code for creating a Display Ad with the new Google Ads API? Because in the new libraries don't have any example of the creation of Add other than the Text Search. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://google

Are there any code example in Java/Python on how to create a Responsive Display Ad for Google Ads API?

2019-04-04 Thread l . sembolini
I would like to automate the creation of display ads but I didn't find any example on how to do that with the new Google Ads API. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

RE: get error LINE_TOO_WIDE responsive display ad | google ads api beta

2019-02-19 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Nikolay, Our team is looking into this. I will keep you posted on the updates. Thanks, Bharani, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com/search/label/adwords_api http

RE: get error LINE_TOO_WIDE responsive display ad | google ads api beta

2019-02-17 Thread nikolay . makurin
Thnx, Bharani! My team had to duplicate a large amount of data with a shorter header. I hope this problem will be solved soon. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: get error LINE_TOO_WIDE responsive display ad | google ads api beta

2019-02-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Nikolay, I was able to replicate the issue while creating the Responsive display ad with the headline text as mentioned above. I have shared this information with the team. I will keep you posted on the updates. Thanks, Bharani, Google Ads API Team

Re: get error LINE_TOO_WIDE responsive display ad | google ads api beta

2019-02-15 Thread nikolay . makurin
im sorry, in '**' i mean LINE_TOO_WIDE On Friday, February 15, 2019 at 5:49:10 PM UTC+3, nikolay...@ostrovok.ru wrote: > > When I try to load a display ad, I get an error ** in relation to the > short headline, although the number of characters does not exceed the > limits. > When i try to add

get error LINE_TOO_WIDE responsive display ad | google ads api beta

2019-02-15 Thread nikolay . makurin
When I try to load a display ad, I get an error ** in relation to the short headline, although the number of characters does not exceed the limits. When i try to add this short headline in UI, its pass well. my string - "Гостиницы Москвы без комиссии" Python 2.7.15 Ubuntu 18.04 google-ads v0_7

RE: Main_color & accent_color in responsive display ad

2019-02-11 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Nikolay, Just like AdWords API, these features are available to whitelisted customers as stated in this section of the guide. Please let me know if you have any further questions. Regards, Dhany

RE: Main_color & accent_color in responsive display ad

2019-02-10 Thread nikolay . makurin
Thanks for your message. But I want to know, can I change a color of responsive display ad with api. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this

RE: Main_color & accent_color in responsive display ad

2019-02-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Nikolay, I was able to create a ResponsiveDisplayAd successfully by passing just the values as below in Java: ResponsiveDisplayAdInfo responsiveDisplayAdInfo = ResponsiveDisplayAdInfo.newBuilder() .setShortHeadline(StringValue.of("I am short headline")) .setLongHeadline(StringValue.of("I am

Main_color & accent_color in responsive display ad

2019-02-08 Thread nikolay . makurin
when i try to create responsive display ad with google ads api beta v0_7 i get error WRITE_ACCESS_DENIED for Main_color & accent_color fields. But if i pass this fields, ad creates well. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: h

RE: Multiple values in responsive display ad google ads api v.0_7

2019-02-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Nikolay, You could use the short_headline and description fields of the responsive_display_ad by using the AdGroupAdService.MutateAdGroupAds

Multiple values in responsive display ad google ads api v.0_7

2019-02-06 Thread nikolay . makurin
How can i create a multiple values in short headline or desrciption using api? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are su

Re: Get Images that is associate with Ads (Respnsive Ad, Responsive Display Ad, Or any other ad)

2018-12-09 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, My apologies for misunderstanding your initial concern. You could retrieve medias associated to your responsive search ads using the AdGroupAdService.get() by setting a predicate

Re: Get Images that is associate with Ads (Respnsive Ad, Responsive Display Ad, Or any other ad)

2018-12-09 Thread cv
Hello Dannison, Can I know the way to get the media? Thanks, On Friday, 7 December 2018 15:06:42 UTC+5:30, cv wrote: > > Hello Dannison, > > The MediaService.get() > > retrieves all Media >

Re: Get Images that is associate with Ads (Respnsive Ad, Responsive Display Ad, Or any other ad)

2018-12-07 Thread cv
Hello Dannison, The MediaService.get() retrieves all Media associated in your account. *Ok,* But those media do not have

Re: Get Images that is associate with Ads (Respnsive Ad, Responsive Display Ad, Or any other ad)

2018-12-07 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Could you provide the complete SOAP request and response logs that were generated when you executed the services? You may provide these using the *Reply privately to author* option. The MediaService.get()

Get Images that is associate with Ads (Respnsive Ad, Responsive Display Ad, Or any other ad)

2018-12-06 Thread cv
Hello All, How I can get the Images that is associate with the Ads. I have looked at the Asset Service and Media Service but I do not found those images. How I can interlink the Ads with associate Images? How I can identify those images used for those ads only? Thanks, -- -- =~=~=~=~=~=~=~=~

Re: ImageError.FILE_TOO_LARGE when create responsive display ad

2018-07-30 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The image file size limit depends on the image that you are trying to upload. You may check and follow this guide for specifications of their dimension and size. If the issue persist after following the

ImageError.FILE_TOO_LARGE when create responsive display ad

2018-07-29 Thread test . manager
Hi, i tried create ad, but i got a error "ImageError.FILE_TOO_LARGE" on squareMarketingImage. i think the image is correct size spec(min image size is 600x600 and max is 1200x1200) also tried create ad with same image using adwords UI(adwords.google.com), and successfully created. adwords api

Re: Cannot Update Short Headline for Responsive Display Ad

2018-03-08 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi, The error you are getting is because we cannot modify attributes other than status of the ad. Please refer this section of guide for better clarity. However, you can create a new Ad with the desired description and pause

Cannot Update Short Headline for Responsive Display Ad

2018-03-08 Thread syamsoul
I want to update the Short Headline of my ad by doing this code. $adgroupid = 567567; $xid= 346346; $adWordsServices = new AdWordsServices(); $currentService = $adWordsServices->get($this->aw_session, AdGroupAdService::class); $operati

Re: No logo image in API for Responsive Display Ad ?

2017-05-29 Thread 'Peter Oliquino' via AdWords API Forum
Hi Sander, In the AdWords API, Responsive Ads for Display currently only supports the marketingImage an

No logo image in API for Responsive Display Ad ?

2017-05-29 Thread sander
In the Adwords interface there are 2 images available for the responsive display ad (https://support.google.com/adwords/answer/7005917) 1) landscape/square. 2) optional logo. However when looking at the API examples there seems to be no way to add the optional logo image to the ad. Is this