RE: User in the cookie is not an Ads User Error.

2023-02-01 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi there, Thanks for reaching out to the Google Ads API Forum. I can see that you are trying to use service account authentication to access Google Ads API and encountered an NOT_ADS_USER error. The NOT_ADS_USER error is encountered when the service account has not been correctly linked to the

Re: Is it possible to manage Custom ValueTrack parameters via APIat the Campaign level?

2023-02-01 Thread Chad Wood
What would cause this: errors { error_code { operation_access_denied_error: OPERATION_NOT_PERMITTED_FOR_REMOVED_RESOURCE } message: "This operation is not allowed because the resource is removed." trigger { string_value: "Campaign" } location { field_path_elements { field_name: "operations" in

RE: Hi

2023-02-01 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Leonel, Thanks for reaching out to the Google Ads API Forum. You can find here, the guide on how you may manage your campaign goals. You can then use the campaignConversionGoals to manage your campaign goals. For more information, you may refer to this page. Let us know if you have any ques

Re: Is it possible to manage Custom ValueTrack parameters via APIat the Campaign level?

2023-02-01 Thread Chad Wood
Guess I was a bit confused. It seems I'd have to recreate the campaign object every time, as the *Operations* object is just a list of *Campaign Operation Object*s. And the *Campaign Object* is just a method of the *Campaign Operation Object*. I got this working: operations = [] used_columns

Re: Is it possible to manage Custom ValueTrack parameters via APIat the Campaign level?

2023-02-01 Thread Chad Wood
My day just keeps getting better. 10,000 operations per request? Awesome. Thanks again for the help. I'll create a *Campaign Object* and iterate over-top of it, replacing its *Resource Name*, *Campaign ID*, and *URL Custom Parameters* within each iteration right before attaching to the *Campaign

Re: Is it possible to manage Custom ValueTrack parameters via APIat the Campaign level?

2023-02-01 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Chad, Thanks for getting back to us. I’m glad to know that you found your answer by checking documents of 'update campaign', and your understanding is correct. You may use campaign.url_custom_parameters field from the campaign report via the GoogleAdsServiceClient object of GoogleAdsService

Minimize unused JavaScript and defer loading of scripts

2023-02-01 Thread Aless Pilia
Hi, I kindly need some help figuring out how to delay the javascript i that google uses for ads. Of all, the one that has the greatest Transfer size is imasdk.googleapis.com/js/core/bridge3.553.0_en.html. I wanted to try to put it in the javascript list with async setting (with Async plugin) My d

Re: Is it possible to manage Custom ValueTrack parameters via APIat the Campaign level?

2023-02-01 Thread Chad Wood
Also, whats the best practice here: # Create campaign operation. campaign_operation = client.get_type("CampaignOperation") campaign = campaign_operation.update campaign.resource_name = resource_name If I iterate through a list of campaigns that need to be updated, should I recreate the campaign

Re: Is it possible to manage Custom ValueTrack parameters via APIat the Campaign level?

2023-02-01 Thread Chad Wood
Is it possible to retrieve url_custom_parameters field via the CampaignServiceClient object? I see it can retrieve the resource name. campaign_service.url_custom_parameters() >>> AttributeError: 'CampaignServiceClient' object has no attribute 'url_custom_parameters' On Wednesday, February 1, 2

Re: Error related with "channel type MULTIPLE" operations

2023-02-01 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for trying out the provided suggestions. Allow me to raise this issue to my rest of the team. We will reach out to you once we have any updates. Regards, Yasar Google Ads API Team ref:_00D1U1174p._5004Q2iOP6Z:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

RE: Are non metric data like feed label date range specific in ads report

2023-02-01 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Nishant, The campaign.shopping_setting.feed_label (Category : ATTRIBUTE) will return only the current feed labels attached to this setting. Generally in a report, only metrics fields are dependent on the applied date range. I hope this helps. Best regards, Peter Laurence Google Ads API Tea

Hi

2023-02-01 Thread Leonel Pedraza
I'm creating a functionality to create search campaigns but I'm having trouble setting the goal. In google ads there are Sales, Leads and Website traffic but I look in the google ads api documentation and I can't find those objectives. Could you guide me to achieve adding the objectives? Thank

Re: User in the cookie is not an Ads User Error.

2023-02-01 Thread Google Ads API and AdWords API Forum
Re-posting the last inquiry ( https://groups.google.com/g/adwords-api/c/ppmdz1ChPNI) from the forum as it wasn't routed to our support queue. Regards, Carmela Google Ads API Team On Wednesday, February 1, 2023 at 6:14:10 AM UTC+8 jormar...@redventures.com wrote: > Hello, I am trying to hit the

Re: Is it possible to manage Custom ValueTrack parameters via APIat the Campaign level?

2023-02-01 Thread Chad Wood
I think I found my answer. Sorry, seems jumping into the docs at 'update campaign' left me unaware of some important concepts. You pre-specify what fields you intend to change, and any attempted changes to a campaign field NOT specified in the field mask is ignored. To me, this sounds like the

Re: Is it possible to manage Custom ValueTrack parameters via APIat the Campaign level?

2023-02-01 Thread Chad Wood
Hello, Any chance you can help me understand whats going on in the example code from that link? (Its slightly rewritten here) ``` def main(client, customer_id, campaign_id): # For creating the campaign object campaign_service = client.get_service("CampaignService") resource_name = ca

RE: "Funds Exhausted" ads not showing, and plenty of money at the account how to fix it ?

2023-02-01 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. With regards to your concern, I understand that you are seeing "Funds exhausted" and your campaigns are not showing. However, please note that our team provides assistance to Google Ads API related concerns and technical implem

Re: Ending the active account budget issue

2023-02-01 Thread Алексей Рябиков
Hi! Thnx for recommendation. I'll and came back with information вторник, 31 января 2023 г. в 18:39:19 UTC+3, adsapi: > Hi, > > Thank you for reaching out to the Google Ads API support team. > > With regards to your concern, can you please provide first the complete > *request* >

Re: How to enable logging in Dynamic configuration?

2023-02-01 Thread Алексей Рябиков
Hi! Okay, thnx, I'll check it out вторник, 31 января 2023 г. в 20:39:41 UTC+3, adsapi: > Hi, > > Also, you may file the issue using the Issue tracker here > . > > Regards, > [image: Google Logo] > Yasar > Google Ads API Team > > > ref:_00

Are non metric data like feed label date range specific in ads report

2023-02-01 Thread 'Nishant Pandey' via Google Ads API and AdWords API Forum
Hey Ads Team ! We wanted to confirm if fetching a non metric performance data like *campaign.shopping_setting.feed_label* from *product_group_view *Date Range is specific or not ? Consider following scenerio if above statement is vague : If a user had feed label set to All Feed Labels up until

"Funds Exhausted" ads not showing, and plenty of money at the account how to fix it ?

2023-02-01 Thread Siniša Maričić
hello everyone, I really need help. There is plenty of money at the google ads account for the next 30 days, but since 17th January 2023 there is shown red triangle "Funds exausted" . Campaigns are not showing since 17th January. I complain every day but no help is coming It is always forwarded

Re: Error related with "channel type MULTIPLE" operations

2023-02-01 Thread sealytic...@gmail.com
Hi again, I tried with curl request and get the same error. I have sent the curl logs with private message. Thanks On Tuesday, January 31, 2023 at 7:08:25 PM UTC+3 adsapi wrote: > Hi, > > In addition to above, could you provide the full logs for the API request > where you have added NEGATIVE