Ad Customizers for Response Search Ads

2021-10-27 Thread 'be...@hootinteractive.com' via AdWords API and Google Ads API Forum
Hi,

I would like to know if it is possible to create or update in any way the 
Ad Customizer data for Response Search Ads via Google Ads API.

If not, having in mind the deprecation of Expanded Text Ads in 2022 and RSA 
being the only available Ads, I assume this should be supported soon, right?

Thank you,
Berto

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ca048269-ad72-4b0e-9d33-2724facbbb0an%40googlegroups.com.


Re: Call-only Ads created as Old version

2020-12-09 Thread 'be...@hootinteractive.com' via AdWords API and Google Ads API Forum
Hello,

I'm now using Google Ads API v6 and I having the same issue as using 
Adwords API. Call-Only Ads are being created in an older format.

There are special values or variables that I have to pass through the API 
in order to create the new version of the Call-Only Ads?

Thanks

On Tuesday, 19 May 2020 at 21:08:02 UTC+2 adsapiforumadvisor wrote:

> Hi Berto,
>
> Thank you for reaching out. If you would like to create one of the new 
> Call Ads, you will have to use the Google Ads API 
> . AdWords API 
> hasn't been updated to include the new version of Call Ads.
>
> Regards,
> Mitchell
> Google Ads API Team
>
> ref:_00D1U1174p._5004Q1zqNde:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/379550f2-8070-49ea-83cd-8081a8fd0286n%40googlegroups.com.


Re: MutateOperation doesn't allow update final_urls

2020-12-04 Thread 'be...@hootinteractive.com' via AdWords API and Google Ads API Forum
Hi,

I'm using google-ads 8.0.0(https://github.com/googleads/google-ads-python/)

The issue I'm facing is I cannot update Final URLs when using 
GoogleAdsService.Mutate 

 because 
it is returning this error: "Field 'ad.final_urls' cannot be modified by 
'UPDATE' operation."

AdService.MutateAds 

 allows 
us to update Final URLs, however, this method has no partial_failure 
attribute.

That been said, either GoogleAdsService.Mutate 

 is 
fixed on Updating Final URLs or either partial_failure is added on 
AdService.MutateAds 

.

Thanks in advance.


On Friday, 4 December 2020 at 11:03:52 UTC+1 adsapiforumadvisor wrote:

> Hi,
>
> Thanks for posting your concern.
>
> Could you confirm what service you are using on updating the URL of ads? I 
> would suggest the AdService.MutateAds 
> ,
>  
> however, we currently don't have a sample implementation of this service.
>
> Also, you may note that partial failures is not supported in the 
> MutateAdsRequest 
> 
> .
>
> In addition, please let me know what client libraries 
>  you are 
> using so that I can direct you to specific support channel that could help 
> you on your concern regarding the implementation of your code.
>
> Regards,
> [image: Google Logo] 
> Ernie John Blanca Tacata 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q28mX9X:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/528b6be7-e810-4cc2-85a7-b05cc407f257n%40googlegroups.com.


MutateOperation doesn't allow update final_urls

2020-12-02 Thread 'be...@hootinteractive.com' via AdWords API and Google Ads API Forum


Hi,

When we try to update final_urls:

   - mutate() raise "Field 'ad.final_urls' cannot be modified by 'UPDATE' 
   operation."
   - mutate_ads() allow it, but it doesn't provide partial_failure attribute

This blocks completely our integration, which is already in testing status.
It would be very very appreciated, set a high priority to this problem.

Don't hesitate to ask me for more details or whatever to help with this 
task.

Thanks in advance

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b64f757b-9277-4736-9134-eabf3268b0a1n%40googlegroups.com.


Re: Update Final URLs - Call Only Ads

2020-07-07 Thread 'be...@hootinteractive.com' via AdWords API and Google Ads API Forum
Thank you. 
What about using Google Ads Editor doing a bulk upload? It can be possible 
to update Final URLs for Call-Only Ads in this case? 

On Monday, 6 July 2020 at 18:16:15 UTC+2 adsapiforumadvisor wrote:

> Hello,
>
> It is not possible to set the final URLs of call only ads in either Google 
> Ads API or AdWords API. However, there is a feature request to have them 
> supported for Google Ads API. You can follow our blog 
>  for any announcements.
>
> Regards,
> Anthony
> Google Ads API Team 
>
> ref:_00D1U1174p._5004Q21jNsR:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/079984f4-9d59-4169-a5ec-1b3417acc5d4n%40googlegroups.com.


Update Final URLs - Call Only Ads

2020-07-06 Thread 'be...@hootinteractive.com' via AdWords API and Google Ads API Forum
Hello,

I'm seeing that for Call Only Ads, there is no finalUrls field on the 
Google Ads API documentation, so I'm asking if it possible to create/update 
finalUrls for Call Only Ads through Google Ads API? And what about using 
Adwords API? Because I have tried it and didn't success.
https://developers.google.com/google-ads/api/reference/rpc/v3/CallOnlyAdInfo

Thanks.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ef6377b8-2c1c-4390-8c16-13ae6d1a6551n%40googlegroups.com.