Re: i want to update ad,but i have a problem

2022-12-01 Thread keji dianfei
thank you for you help 在2022年12月2日星期五 UTC+8 11:26:02 写道: > Hi Keji, > > Thank you for getting back to our team. Please note that I had to delete > your post in the forum as it contained your logs. > > Moving forward, it appears that you have encountered 2 errors. That said, > you may see the it

Re: i want to update ad,but i have a problem

2022-12-01 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Keji, Thank you for getting back to our team. Please note that I had to delete your post in the forum as it contained your logs. Moving forward, it appears that you have encountered 2 errors. That said, you may see the items below: quota_error: RESOURCE_EXHAUSTED >>> Kindly note that Basic

Re: i want to update ad,but i have a problem

2022-12-01 Thread keji dianfei
Failure message: errors { error_code { ad_error: CANNOT_MODIFY_AD } message: "Cannot modify an ad." location { field_path_elements { field_name: "operations" index: 0 } } } request_id: "v6jjhrE6qEDJQaPJwsnv_Q" 在2022年12月2日星期五 UTC+8 08:36:25 写道: > Request > ---

Re: i want to update ad,but i have a problem

2022-12-01 Thread keji dianfei
Request --- MethodName: google.ads.googleads.v10.services.AdService/MutateAds Endpoint: googleads.googleapis.com:443 Headers: {developer-token=REDACTED, login-customer-id=5883563550, x-goog-api-client=gl-java/1.8.0_341 gccl/17.0.1 gapic/17.0.1 gax/2.6.1 grpc/1.41.0} Body: customer_id: "588356

Re: i want to update ad,but i have a problem

2022-12-01 Thread keji dianfei
Request --- MethodName: google.ads.googleads.v10.services.AdService/MutateAds Endpoint: googleads.googleapis.com:443 Headers: {developer-token=REDACTED, login-customer-id=5883563550, x-goog-api-client=gl-java/1.8.0_341 gccl/17.0.1 gapic/17.0.1 gax/2.6.1 grpc/1.41.0} Body: customer_id: "588356

i want to update ad,but i have a problem

2022-12-01 Thread keji dianfei
When I use the ad updated interface,Responsive search ad can be updated successfully. But other types of ads will show some error messages.as follows: Failure message: errors { error_code { ad_error: CANNOT_MODIFY_AD } message: "Cannot modify an ad." location { field_path_elemen

RE: About update ad group ad

2022-04-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thanks for reaching out to the Google Ads API Support team. With regard to your concern, I can refer you to this documentation that not all campaign types in the Google Ads UI are supported in the API, such as Video Campaigns. Video campaign metrics are available for retrieval in the API.

About update ad group ad

2022-04-21 Thread 李虎
Hello, Can I use google ads api to update assets under an ad group ad? because when I tried to update an ad group ad, I got the error below: {"result": {"error_code": 8001, "error_message": "Request with ID \"-jrle0w165IPk0Hsg6tY-w\" failed with status \"INVALID_ARGUMENT\" and includes the follo

Re: update ad with REST throws fieldMask error

2021-01-08 Thread Google Ads API Forum Advisor Prod
Hi Antonio, Thank you for reaching out. Please send the requested information to our email alias googleadsapi-supp...@google.com. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._5004Q2AH7Zp:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: update ad with REST throws fieldMask error

2021-01-08 Thread Antonio Cortina
Hi, Thanks for your response. I cant reply privately to author, system says that I have not permission to reply author on this group El jueves, 7 de enero de 2021 a las 23:23:00 UTC+1, adsapiforumadvisor escribió: > Hi Antonio, > > Thank you for reaching out. Could you confirm that the ad y

Re: update ad with REST throws fieldMask error

2021-01-07 Thread Google Ads API Forum Advisor Prod
Hi Antonio, Thank you for reaching out. Could you confirm that the ad you were updating was the expandedTextAd type? If so, could you please share the complete request and response logs along with the client customer id and the ad id via the Reply privately to author option for us to further in

Re: update ad with REST throws fieldMask error

2021-01-07 Thread Antonio Cortina
Hi, Thanks for your response, but i think that i cant do so much with this info: "GoogleAdsGoogleadsV6Services__AdOperation": { "id": "GoogleAdsGoogleadsV6Services__AdOperation", "properties": { "update": { "$ref": "GoogleAdsGoogleadsV6Resources__Ad", "description": "Update operation: The ad i

Re: update ad with REST throws fieldMask error

2021-01-05 Thread Google Ads API Forum Advisor Prod
Hi Antonio, Thank you for sending these details. You can try and review this documentation for more information on how you can implement REST and include the necessary fields/details for your request. Let me know if this helps. Best regards, Peter Laurence Napa Oliquino Google Ads API Team re

Re: update ad with REST throws fieldMask error

2021-01-05 Thread Antonio Cortina
Thanks for your response. Im not using Node.js client library, Im just using REST. The payload sended is something like this: {"operations":[{"updateMask":"final_urls, expanded_text_ad","update":{"resourceName":"customers/193635/ads/4897XXX","final_urls":["http://x.es/anuncio-ed"],"

RE: update ad with REST throws fieldMask error

2021-01-04 Thread Google Ads API Forum Advisor Prod
Hi Antonio, Thank you for reaching out. Could you please confirm you are not making API calls using the third party Node.js client library? Please make sure the resource name you are using is following this pattern: customers/{customer_id}/ads/{ad_id}. Please also give it a try to use expanded

update ad with REST throws fieldMask error

2021-01-04 Thread Antonio Cortina
Hi, Im using google ads api REST in an angular + node app. I can modify final_urls from google ads but not expanded_text_ad properties. I tried several paths and I cant achieve it. This is part of my code in node with the endpoint and payload object: const url = 'https://googleads.googleap

Update ad with REST, fieldMask error

2021-01-04 Thread Antonio Cortina
Hi, Im using google ads api REST in an angular + node app. I can modify final_urls from google ads but not expanded_text_ad properties. I tried several paths and I cant achieve it. This is part of my code in node with the endpoint and payload object: const url = 'https://googleads.googleap

RE: Update Ad

2019-08-09 Thread Google Ads API Forum Advisor Prod
Hi Dan, Thank you for reaching out to support. The AdService supports mutability of ads for the Ad types that are available here. The Gmail ads are not yet supported for this feature. Please keep an eye on our blog for more updates. Regards, Bharani, Google Ads API Team ref:_00D1U1174p._5001UEI

Update Ad

2019-08-09 Thread Dan
I try to update an ad using AdService/MutateAds if the ad type is EXTENDED_TEXT_AD the service works correctly. if the ad type is GMAIL_AD the service fails. By the following the request and the response: Request MethodName: google.ads.googleads.v2.services.AdService/MutateAds Endpoint: googlead

RE: Update Ad status to Approved/Paused for YouTube campaigns

2019-06-12 Thread Google Ads API Forum Advisor Prod
Hi Avia, Thanks for reaching out. The YouTube campaigns have yet to be supported in AdWords API and Google Ads API so I am afraid that updating the Ad status that belongs to this type to Approved/Paused is currently not possible. For now, you may continue to follow our blog for announcements o

Update Ad status to Approved/Paused for YouTube campaigns

2019-06-12 Thread 'Avia Zharia' via AdWords API and Google Ads API Forum
Hi, There is a way for updating Ad Status to Approved/Paused for YouTube campaigns? Thanks, Avia -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Re: Try to update ad group keyword

2018-12-11 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Rahat, If you have concerns or issue with the AdWords API, could you open your concern in a new thread and elaborate further so I could better assist you? Regards, Dannison AdWords API Team On Tuesday, December 11, 2018 at 11:19:52 PM UTC+8, Rahat wrote: > > > > (adsbygoogle = window.ads

Re: Try to update ad group keyword

2018-12-11 Thread Rahat
(adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-5768703770817569", enable_page_level_ads: true }); -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Try to update ad group keyword

2018-12-02 Thread Rahat
On Tuesday, November 13, 2018 at 2:33:35 PM UTC-8, RAN HU wrote: > > Hi Google, > > Try to update ad group keywords > > folowing is soap request > > http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi=" > http://www.w3.org/2001/XMLSchema-instance"; xm

Re: Try to update ad group keyword

2018-11-14 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
ld check on this further. Regards, Dannison AdWords API Team On Wednesday, November 14, 2018 at 6:33:35 AM UTC+8, RAN HU wrote: > > Hi Google, > > Try to update ad group keywords > > folowing is soap request > > http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="

Re: Try to update ad group keyword

2018-11-13 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
gt; Hi Google, > > Try to update ad group keywords > > folowing is soap request > > http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi=" > http://www.w3.org/2001/XMLSchema-instance"; xmlns:tns=" > https://adwords.google.com/api/adwords/cm/v20180

Try to update ad group keyword

2018-11-13 Thread RAN HU
Hi Google, Try to update ad group keywords folowing is soap request http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:tns="https://adwords.google.com/api/adwords/cm/v201809"; xmlns:jaxb="http://ja

Re: how can I update ad ?

2015-12-16 Thread Yin Niu
Hi Jonathan, Ad group ad fields are not mutable except for *status *field. Thanks, Yin -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsd

how can I update ad ?

2015-12-15 Thread jonathan
I'm trying to update and ad, I'm using the ad AdgroupAdService, with the SET operation but this doesn´t work. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: Update ad fields

2014-07-04 Thread Danial Klimkin
Hello, Ads in AdWords are immutable. To update an Ad you need to create a new one and delete the old one. The same happens if you update an Ad via the User Interface. -Danial, AdWords API Team. On Thursday, July 3, 2014 11:44:57 PM UTC+4, adw...@web2roi.com wrote: > > Hi, > > i want to upd

Update ad fields

2014-07-04 Thread adwords
Hi, i want to update headline, description 1, description 2, url etc... of an AD... I have to delete / pause then create a new one ? or can i update directly an ad ? I don't find any code. thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google

Re: Is there a way to update ad extensions through the API?

2013-08-16 Thread Paul Matthews (AdWords API Team)
Hi Herb, Yes, you can update ad extensions through the API. If you're interested in updating upgraded ad extensions, then you'll need the Feed Services<https://developers.google.com/adwords/api/docs/guides/feed-services>. If you're looking to update legacy ad extensions,

Is there a way to update ad extensions through the API?

2013-08-15 Thread Herb Brittner
Is there a way to update ad extensions through the API or can you only do it through the AdWords interface? Or if I create an upgraded sitelink through the API will AdWords consider that an upgrade and only use the newly created extension

Re: Update Ad

2011-07-27 Thread AdWords API Advisor
Hi Doug, Once you create an Ad, only a few fields like cpc and status can be updated. If you need to update destination url, heading, etc., then you need to delete the old ad and create a copy of the Ad. This is how AdWords work, the behaviour is not specific to AdWords API. Cheers, Anash P. O

Re: Update Ad

2011-07-26 Thread Doug
Can only "STATUS" be updated with the SET operator? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this mess

Re: Update Ad

2011-07-26 Thread Doug
Ok so I have tried updating $adGroupAd->ad->url $adGroupAd->ad->url = "http://www.google.com";; It says it was successful, but when I get the Ad again it is still the old URL. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsap

Update Ad

2011-07-25 Thread Doug
Hello! I have found "UpdateAd" but I have been doing some research on the act of updating an Ad. You cannot modify an Ad, correct? It sets the old ad's status as DISABLED and creates an entirely new one. This process removes all the statistics associated with the old Ad right? Here under "Upda

Re: HOW TO UPDATE AD PARAMETER?

2011-06-21 Thread Danial Klimkin
Hello reeta, The ad can not be updated once created. In order to change an ad, create a new one and delete the old one. BR, Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups

Re: HOW TO UPDATE AD PARAMETER?

2011-06-21 Thread Reeta Malik
= $textAd; $adGroupAd->status = $status; // Create operations. $operation = new AdGroupAdOperation(); $operation->operand = $adGroupAd; $operation->operator = 'SET'; $operations = array($operation); // Update ad. $result = $adGroupAdService->mutate($oper

Re: HOW TO UPDATE AD PARAMETER?

2011-06-20 Thread Sanju
Can u provide the code how U r updating the fields. On Jun 19, 2:09 pm, Reeta Malik wrote: > Hi, > > I am using v11 to update all text ads. > > When I update status field of my text ad, then it updated successfully, but > when try to > update others ad parameters like headline, description1, desc

HOW TO UPDATE AD PARAMETER?

2011-06-19 Thread Reeta Malik
Hi, I am using v11 to update all text ads. When I update status field of my text ad, then it updated successfully, but when try to update others ad parameters like headline, description1, description2, displayUrl and url field, it is not updated? why? Please help me how to update these text