Demandgen Ad update

2025-04-02 Thread Hwansang Cho
Hi, Google API Team. I'm trying to change the name in a Demandgen ad, but it's a field that can't be modified. Is it possible to modify it in the UI, but not possible through the API? Request curl --request POST \ 'https://googleads.googleapis.com/v19/customers/4428838782/ads:mutate?key=[YOU

RE: Campaign Criterions and Ad Update

2022-02-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Eray, Thank you for reaching out to us. Can you further elaborate what campaign criterion that you're trying to update? You can see this sample code when updating the Campaign Criterion Bid Modifier. With regard to updating the ad title, you can first check on this guide if the ad type that

Campaign Criterions and Ad Update

2022-02-25 Thread Eray Bakır
I couldn't find any examples of updating the campaign criteria and ads (for example, I can't update the ad title). Can you help with this? Thank you very much in advance -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~

Re: Expanded Dynamc Search Ad update

2020-09-16 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. Please find my response to your questions below: You could query the Ad Performance Report to get the details of the ad. You could try to remove the existing one and then add as a new one. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads

Re: Expanded Dynamc Search Ad update

2020-09-15 Thread denma test
HI Thanks for the details. 1. To get the details of the ad you could query the ad_group_ad resource.- Can you share Adwords API link please 2. Updating the existing ExpandedDynamicSearchAd is not supported via the API. You could

Re: Expanded Dynamc Search Ad update

2020-09-15 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. Please find my response to your questions below: To get the details of the ad you could query the ad_group_ad resource. Updating the existing ExpandedDynamicSearchAd is not supported via the API. You could refer to this table for types of ads that could be update

Re: Expanded Dynamc Search Ad update

2020-09-15 Thread denma test
Hi Finally am stuck here, 1. Get Ad details using Adid, if i get the details then only can setup in edit form 2. Update Ad, getting error while mutate ad via Adservice. Below am mention the error once again, Array ( [status] => error [message] => Error in ad update [data] =&

Re: Expanded Dynamc Search Ad update

2020-09-15 Thread denma test
Hi Actually i did create ad using $adGroupAdService->mutate() function alone, the problem is i cannot update the Ad as mentioned. Please provide details accordingly. Possible share PHP based samples. On Monday, September 14, 2020 at 10:35:45 PM UTC+5:30 adsapiforumadvisor wrote: > Hi, > > Th

RE: Expanded Dynamc Search Ad update

2020-09-14 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. ExpandedDynamicSearchAd is not an ad type that could be mutated. You could refer to this table for more details on what types of ads could be mutated via the API. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._

Expanded Dynamc Search Ad update

2020-09-14 Thread denma test
Hi I just tried to update descriptions of Expanded Dynamic Search ad, i followed the same way for other creatives update process but while update DSA got below error response form API. Array ( [status] => error [message] => Error in ad update [data] => Array ( [erro

Re: expanded text ad update by script

2018-02-23 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, On this forum, we handle questions related to the AdWords API. Since your question is related to AdWords Script, could you please post the question on their forum ? Thanks, Milind, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~

expanded text ad update by script

2018-02-23 Thread wayand
Hi, is there any way to modify an expanded_text_ad Ad in an adGroup by script? something like this: function main() { var adGroupIterator = AdWordsApp.adGroups().withCondition('Name = "AD_GROUP_NAME"').get(); if (adGroupIterator.hasNext()) { var adGroup = adGroupIterator.ne

Re: Ad Update

2014-04-07 Thread Dorian Kind
Hey there, it's not possible to change the content of a text ad after creation (except by using AdParams, which offer functionality to change numerical values in the ad text). You'll have to delete the old ad and create a new one with the desired attributes. Cheers, Dorian On Sunday, April 6, 2

Ad Update

2014-04-06 Thread Игорь Елисеев
Hello! I tried to change URL in my Ad, but it doesnt work: $adGroupService = $user->GetService('AdGroupAdService', $adwords_version); $adGroupAd = new AdGroupAd(); $adGroupAd->adGroupId = $adGroupId; $ad = new Ad(); $ad->id = $adId; $ad->Url = 'http://new_url/; $adGroupAd->a

AdWords API Re: Ad Update not reflecting

2009-10-15 Thread AdWords API Advisor
Hi Sreenu, Only the status of an Ad can be updated, all other fields are ignored. More information is available here: http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupAdService.html#mutate. Best, - Eric Koleda, AdWords API Team On Oct 15, 3:38 am, "Sreenu Daram" wrote: > Hi all

AdWords API Ad Update not reflecting

2009-10-15 Thread Sreenu Daram
Hi all, I am using java api v200906. I am updating display url of an ad. It is not reflecting in the UI. Below is my peace of code: List adGroupAdOperations = new ArrayList(); // Create new text ad structure. Long adGroupId = adInfo.getAdGruopI

AdWords API Re: Image ad update error

2009-08-21 Thread AdWords API Advisor
Hello Harut, Only the "status" property of an ad is updateable--your log shows that you are passing in values for many of the other properties. I have a feeling that the presence of values for one of those properties is causing the internal exception that you're seeing. Could you try only settin

AdWords API Image ad update error

2009-08-20 Thread Harutyun Terteryan
Hi all I try to update image ad with .net v13 api, and got in log java.lang.NullPointerException, dose it bug of web service. You can find log in attachment. Best Harut. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Grou