Re: Smart Shopping ad assets creation

2021-12-07 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Wilson, Although two new versions have been released since your last inquiry, there still has not been a relevant change on this front. Please see the release notes for v8 and v9 to see what has changed. Regards, Matt Google Ads API Team Reminder: Share your feedback about the Google Ads (

Re: Smart Shopping ad assets creation

2021-12-06 Thread 'Jia Hongchao' via AdWords API and Google Ads API Forum
Any update now? On Wednesday, May 12, 2021 at 4:47:56 AM UTC+8 Google Ads API Forum Advisor Prod wrote: > Hi Wilson, > > Unfortunately, there are no examples on how to create assets for these > types of campaigns. > > Regards, > Anthony > > [image: Google Logo] > Anthony > Google Ads API Team

Re: Smart Shopping ad assets creation

2021-05-11 Thread Google Ads API Forum Advisor Prod
Hi Wilson, Unfortunately, there are no examples on how to create assets for these types of campaigns. Regards, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5001UaSzxj:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogs

Re: Smart Shopping ad assets creation

2021-05-11 Thread Wilson Jacobsen
There would be an example for smart shopping campaigns? this link points to responsive display_ad_info. Responsive Display Ad is not compatible with smart shopping campaigns. best, Em sex., 1 de mai. de 2020 às 14:51, Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> escreveu: >

Re: Smart Shopping ad assets creation

2020-05-01 Thread Google Ads API Forum Advisor Prod
Hi Wilson, Assets can be created through AssetService. Here is a guide on how to create and use them. Cheers, Anthony Google Ads API Team ref:_00D1U1174p._5001UaSzxj:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =

Re: Smart Shopping ad assets creation

2020-05-01 Thread Google Ads API Forum Advisor Prod
Hi Djalma, When creating a smart shopping ad, you will just need to create an ShoppingSmartAdInfo. You can find a full example here. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UaSzxj:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://go

Re: Smart Shopping ad assets creation

2020-04-30 Thread Djalma Lacerda
I get confuse now... I'm having the same issue here and I just can create a ad with the text fields. How can I create a ad for Smart Shopping if I can pass any parameter? What type of ad do I need to create to use? A dynamic ad? A display ad? I didn't get it. Can you help me please? Thanks Be

RE: Smart Shopping ad assets creation

2020-04-30 Thread Google Ads API Forum Advisor Prod
Hi Wilson, Creating smart shopping ads through the API is still the same. You will just need to pass the ad object and it will set your fields accordingly. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UaSzxj:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: Smart Shopping ad assets creation

2020-04-30 Thread Wilson Jacobsen
Is there an update on this topic? Can you give me an example of populating one of the fields, let's say the Short Headline? Em terça-feira, 2 de abril de 2019 16:16:50 UTC-3, di...@adscale.com escreveu: > > Thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our b

RE: Smart Shopping ad assets creation

2019-04-02 Thread dima
Thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" g

RE: Smart Shopping ad assets creation

2019-04-02 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Unfortunately, there is currently no way to set these fields using the API. I'll let the team know to have this supported. Please see our blog for any updates or announcements regarding this. Regards, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=

Re: Smart Shopping ad assets creation

2019-04-02 Thread dima
We create a blank ad, without headlines etc, i.e. without the assets from my first screenshot. We can't understand how to populate the fields, for example the headline. There is no setter like setHeadline, and no setField that receives a field enum or something. We've found only setField(Fiel

RE: Smart Shopping ad assets creation

2019-04-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, You will just need to pass the ShoppingSmartAdInfo in your ad builder. Are you experiencing any errors when trying to create the ads? If so, can you please share your request and response for the API call? Thanks, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Smart Shopping ad assets creation

2019-03-30 Thread dima
Hi, Thanks for the reply. We tried it already. ShoppingSmartAdInfo shoppingSmartAdInfo = ShoppingSmartAdInfo.newBuilder().build(); Ad ad = Ad.newBuilder().setShoppingSmartAd(shoppingSmartAdInfo).build(); ShoppingSmartAdInfo doesn't have setters at all. Its builder has method setField(FieldDe

RE: Smart Shopping ad assets creation

2019-03-29 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, You can find information on how to create smart shopping ads here . The Ad