Re: update campaign name through google ads api

2024-04-15 Thread Zweitze
e Ads API Forum Advisor wrote: > Hi Zweitze, > > Sorry for the confusion. > > Yes, I confirm that in this thread only you have provided the response but > for that user query, we've already provided a response on another thread > with the subject “Update Campaign Name

Re: update campaign name through google ads api

2024-04-15 Thread Zweitze
@Zweitze - Thank you for your input. I notice that you've already raised this concern in another thread titled 'Update Campaign Name through Google Ads API'. We've already provided a response there regarding this issue. To streamline communication and avoid redundancy,

RE: update campaign name through google ads api

2024-04-15 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. After verifying the provided logs, I could see that you have encountered the 404 error when trying to update the campaign name. and you have provided the wrong updateMask in the request. When I tried to replicate your issue on m

Re: Update Campaign Name through Google Ads API

2024-04-15 Thread Zweitze
A quick answer, instead of: \"updateMask\": *Current_Campaign_Name*, try \"updateMask\": [\"name\"] I believe updateMask should be a list of field name(s) that you intend to update - you pass a value. Further, the new campaign name should also be passed in double quotes. I hope these suggestion

Update Campaign Name through Google Ads API

2024-04-11 Thread 'caroline oscarsson' via Google Ads API and AdWords API Forum
Hi, I am getting errors in my Json script between google sheets and google ads. The goal with the scenario is to update current campaign names with new names found in the google sheet. When running the script, I get 404 error and can't figure out where the error is embedded in the script. I a