Re: How to get count of keyword ideas from the Targeting idea service

2021-02-16 Thread Google Ads API Forum Advisor Prod
Hi Uros, I work with Xiaoming and let me provide support to your concern. I afraid that it is not possible as according to this link, specify a paging value, with numberResults set to 700 or less. Large result sets must be composed through multiple calls to this method. Let me know if you

RE: Google Ads Script Breaking

2021-02-16 Thread Google Ads API Forum Advisor Prod
Hi Ella, Thank you for raising this to us. Please note that this forum channel can only assists you with issues/concerns related to the AdWords API or the Google Ads API. Since your concern is related to the Google Ads Script, we suggest that you raise your concern to this forum channel

RE: How to get count of keyword ideas from the Targeting idea service

2021-02-16 Thread Google Ads API Forum Advisor Prod
Hi Uros, Thank you for reaching out. Unfortunately, the total can only be up to 700 per paging results. The API also currently does not return the total number of results in a single call. Best regards, Peter Laurence Napa Oliquino Google Ads API Team ref:_00D1U1174p._5004Q2CRds9:ref -- --

RE: Error when creating campaign

2021-02-16 Thread Google Ads API Forum Advisor Prod
Hi Gregory, Thank you for your email. If you are using a MCC/manager account ID in your request then I would recommend that you use a client account ID instead. This is because creating campaigns require a client account ID as the customer_id value, since campaigns are associated to client

RE: MutateAds INTERNAL_ERROR

2021-02-16 Thread Google Ads API Forum Advisor Prod
Hello Sergey, Thank you for providing all this information. Is this only for ad mutates, or does this happen for multiple services? How often are you seeing this? The initial stack trace I looked at on our servers doesn't appear to have a reason, so I'm going to chat with my fellow engineer

Re: create customer match audience using rest interface

2021-02-16 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. For the uploaded emails, they are supposed to be google accounts(meaning gmail). However, emails with other domains would not throw any errors. For privacy purposes, the user list size will show as zero until the list has at least 1,000 members. After that, the

RE: Still confused - some additional questions

2021-02-16 Thread Google Ads API Forum Advisor Prod
Hi Steffen, Thank you for reaching out. Please find my response to your questions below: What I mean is that you would be able to use different API tokens to access the API. As long as you could get more than one token then you could use any of them. Your understanding was wrong. Once you

How to get count of keyword ideas from the Targeting idea service

2021-02-16 Thread Uros Kovacevic
Hello again, I have tried to get the keyword ideas count from the totalNumEntries , but my problem is the results are limited to 700, i want to try getting the total count

Error when creating campaign

2021-02-16 Thread 'Gregory Golberg' via AdWords API and Google Ads API Forum
Hello On a manager account, with API enabled, I am getting an error creating a campaign: error_code { operation_access_denied_error: CREATE_OPERATION_NOT_PERMITTED } message: "Unauthorized CREATE operation in invoking a service\'s mutate method." trigger { string_value: "" }

Re: How to get count of keyword ideas from the Targeting idea service

2021-02-16 Thread Uros Kovacevic
Hello again, I have tried to get them there, but my problem is the results are limited to 700, i want to try getting the total count from the database without having to call multiple pages. On Tuesday, February 16, 2021 at 6:19:03 PM UTC+1 adsapiforumadvisor wrote: > Hi Uros, > > Thank you for

Still confused - some additional questions

2021-02-16 Thread S Naseweis
Hi Xiaoming, Tanks for your kind reply. I'm still confused and I have to make sure, we get the whole picture, before we preceed in any direction with this project. Here are some additional questions, the numbering is responding to your answers. 1. To be sure: The quick start page says

RE: How to get count of keyword ideas from the Targeting idea service

2021-02-16 Thread Google Ads API Forum Advisor Prod
Hi Uros, Thank you for reaching out. You could give it a try to see if you could get it from the totalNumEntries. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._5004Q2CRTpB:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

RE: How to get client_id, client_secret & refresh token

2021-02-16 Thread Google Ads API Forum Advisor Prod
Hi Neta, Thank you for reaching out. Please follow the instructions in this guide to create the client_id and client_secret. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._5004Q2CRPwR:ref -- --

RE: Create MCC account with API

2021-02-16 Thread Google Ads API Forum Advisor Prod
Hi Justin, Thank you for reaching out. The answer is that you could only create the manager account manually. Please manually create the manager account and then link them. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._5004Q2CRPA8:ref --

RE: Google Ads Api is slow

2021-02-16 Thread Google Ads API Forum Advisor Prod
Hi Matthieu, Can you please send over similar API requests and responses from both AdWords and Google Ads API to compare? Please do so using reply privately. Thanks, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q2CR0cm:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

How to get count of keyword ideas from the Targeting idea service

2021-02-16 Thread Uros Kovacevic
Hello, How can I get the whole count of keyword ideas from TargetingIdeaService without paging the results and making new calls for every page, I just need the number of keywords associated with a specific categoryId passed in. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: How to get client_id, client_secret & refresh token

2021-02-16 Thread Gulinur Singir
вт, 16 февр. 2021 г., 16:34 'Neta Savir' via AdWords API and Google Ads API Forum : > Hey guy's, > following our prevues conversations.. > i'm trying to start query the ad_group resource via the Google Ads API. > to do so, we created new GCP project & enabled the API. after following > the

How to get client_id, client_secret & refresh token

2021-02-16 Thread 'Neta Savir' via AdWords API and Google Ads API Forum
Hey guy's, following our prevues conversations.. i'm trying to start query the ad_group resource via the Google Ads API. to do so, we created new GCP project & enabled the API. after following the documentation instructions (oauth-cloud-project

Google Ads Script Breaking

2021-02-16 Thread SEM Booster
Hi there A Google Ads Script query that used to work for years is now throwing an error: * var report = AdWordsApp.report('SELECT Clicks, Cost, Conversions, Impressions FROM ACCOUNT_PERFORMANCE_REPORT WHERE Device="DESKTOP" DURING LAST_MONTH');* The error message I keep getting is: "Failed

Create MCC account with API

2021-02-16 Thread Justin Knight
Hi, we are trying to use the googleads API to create an MCC account, linked to our main MCC account and then send linking requests from the new sub-MCC account to several customer accounts. Our account structure looks like this: Main MCC account | | New MCC account

MutateAds INTERNAL_ERROR

2021-02-16 Thread Sergey Zilberman
Hi all! For some Edit ads we get an Internal Error. On retry, the error is repeated. Logs: 2021-02-16 10:52:36 - google Request made: Host: "googleads.googleapis.com", Method: "/google.ads.googleads.v6.services.AdService/MutateAds", CustomerId: 8850164670, RequestId:

Re: create customer match audience using rest interface

2021-02-16 Thread Coder
Update to the previous message: I tried with right 6 gmail ids and it is still not showing in the UI. But when I tried manually uploading the csv file using the UI, it says *populating*, though size is 0. Please share your insights on them. Thanks. On Tuesday, February 16, 2021 at 8:57:14 AM

Re: create customer match audience using rest interface

2021-02-16 Thread Coder
Hi Ernie, Just realised this: Being this as the testing process, I simply added some unknown emails (like custo...@example.com), will it be the case that it did not add? In that case the API won't throw any error? Thanks. On Tuesday, February 16, 2021 at 8:18:26 AM UTC Coder wrote: > Hi

Re: create customer match audience using rest interface

2021-02-16 Thread Coder
Hi Ernie, Thank you for the support. I don't have an option to "Reply to Author (no permission)". However to answer your question, I did not encounter any issues while uploading. I have masked sensitive fields and copied you the request & response. *1) Created a Customer Match user list.*