RE: error api requisition

2023-10-17 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. By reviewing your concern, I understand that you're getting a USER_PERMISSION_DENIED error. Yes, MCC is the manager account ID. Specify the login-customer-id as the manager account ID without hyphens (-). Client libraries have

Error API Requisition

2023-10-16 Thread Eduardo Moraes Rigo
{ "message": "The caller does not have permission", "code": 7, "status": "PERMISSION_DENIED", "details": [ { "@type": "type.googleapis.com\/google.ads.googleads.v14.errors.GoogleAdsFailure", "errors": [ {

RE: EVENT_NOT_FOUND Google error API

2023-03-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Welcome to Google Ads API support team. Thank you for reaching out to us. Looking over your concern, it appears that you are encountering EVENT_NOT_FOUND when uploading conversions. This error can happen when the identifier or iOS URL parameter did not came from a Google Ads click. If

Re: EVENT_NOT_FOUND Google error API

2023-03-21 Thread Google Ads API and AdWords API Forum
Re-posting the last inquiry ( https://groups.google.com/g/adwords-api/c/jTz1XiPSw3Q)from the forum as it wasn't routed to our support queue. Regards, Google Ads API Team On Saturday, March 18, 2023 at 12:22:09 AM UTC+8 sofia...@opratel.com wrote: > Hi support, I use Google Ad API for

EVENT_NOT_FOUND Google error API

2023-03-17 Thread 'Sofia Aboy' via Google Ads API and AdWords API Forum
Hi support, I use Google Ad API for uploading offline conversation. We never have any issues with the upload until a few days ago. Suddenly all gclids are having this error EVENT_NOT_FOUND. I highly appreciate your support Method Name:

Invalid Conversion action Google error API

2023-03-17 Thread 'Sofia Aboy' via Google Ads API and AdWords API Forum
Hi support, I use Google Ad API for uploading offline conversation. We never have any issues with the upload until a few days ago. Suddenly all gclids are having this error INVALID_CONVERSION_ACTION. I highly appreciate your support Method Name:

500 ERROR API response with no error message

2022-04-28 Thread Maite Eguren Brown
hi, I'm getting errors when calling the API but it doesn't contain any information other than the type and requestId -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

ERROR API ADWORDS - [RangeError.TOO_LOW @ operations [0] .operand.id.id] - URL API - https://github.com/tmarois/laravel-ads-sdk/blob/9092768c663527e9e27fe89f6add7e858ca5276c/GoogleAds-SDK.md#campaigns

2019-11-06 Thread Erik Badaro
I am trying to create a campaign by adwords api, when I try to insert the following error appears: [RangeError.TOO_LOW @ operations [0] .operand.id.id ] URL API: https://github.com/tmarois/laravel-ads-sdk/blob/9092768c663527e9e27fe89f6add7e858ca5276c/GoogleAds-SDK.md#campaigns

error api [RangeError.TOO_LOW @ operations [0] .operand.id.id]

2019-11-06 Thread Erik Badaro
I am trying to create a campaign by adwords api, when I try to insert the following error appears: [RangeError.TOO_LOW @ operations [0] .operand.id.id] follows code: $googleAds = LaravelAds::googleAds()->with($customerClientId); $campaignService =

Re: Error API

2018-03-14 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Santiago, Your SOAP request and response appears to be fine and the warning issue regarding UTF-8 seems to be more related to the configuration of your client library. I would suggest to post your issue here as the client library

Error API

2018-03-14 Thread santiago
Hello! I am starting to work with the Adwords API in Python, using the Pycharm IDE. When I execute any of the examples, the following appears BEFORE the result of the code: WARNING:googleads.common:Your default encoding, cp1252, is not UTF-8. Please run this script with UTF-8 encoding to avoid

Re: error API

2018-03-12 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Ocean, Could you please share the error message along with client customer ID for which you were facing the problem. You could share the details using *Reply Privately to author *option. Thanks, Milind, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

error API

2018-03-12 Thread adcore tech
Our API software is giving me an error message that I have more than 50 ads in adgroups in these campaigns, however I don’t see that on my side. I see maximum 5 ads/adgroup. Our technical head tells me that it is something with the Google system that is detected. what could it be? thank you!

Re: Error API First Call

2018-02-23 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Olek, The get_campaigns.py from the client library has logging enabled already in the code as per the lines below: logging.basicConfig(level=logging.INFO)

Re: Error API First Call

2018-02-22 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Olek, Your summary of steps look fine to me. However, in your output, INFO:googleads.common:Request summary - {'methodName': get} should have been INFO:googleads.common:Request summary - {'clientCustomerId': ***-***-, 'methodName': get} where ***-***- refers to your client customer

Re: Error API First Call

2018-02-22 Thread olek . test . mcc
Hi Dhanya, I'm having similar issue as Santiago. Please see summary of things I've already accomplished for my first API Call: (I'm using Python 3.6 version for API calls.) *AdWords* 1) I've obtained developer token for test account 2) I've created a test MCC account 3) I've created adowrds

Re: Error API First Call

2018-02-21 Thread santiagoruffino
Hello! I had not noticed that it was necessary to have a test account to use the API. Now create a test account, and I was able to connect perfectly. Thank you very much for the help! El lunes, 19 de febrero de 2018, 13:45:21 (UTC-3), Dhanya Sundararaju (AdWords API Team) escribió: > > Hi, > >

Re: Error API First Call

2018-02-19 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi, I was able to pull up your account 737-186-2754. Looks like it is not a test account. You also would need a test manager account to use the API until your Production Developer Token is approved. Please refer this

Re: Error API First Call

2018-02-19 Thread santiagoruffino
Hello! I just created all the credentials again, and reconfigured all the API files again, to avoid any inconvenience. I just came across another problem, which tells me that the developer token was not approved. However, it is a test account, and I read that the developer token does not need

Re: Error API First Call

2018-02-19 Thread santiagoruffino
Hello! I just created all the credentials again, and reconfigured all the API files again, to avoid any inconvenience. I just came across another problem, which tells me that the developer token was not approved. However, it is a test account, and I read that the developer token does not need

Re: Error API First Call

2018-02-16 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi, Could you confirm that the client_id field in your googleads.yaml is the same as the one in your project within Google API Console Credentials page ? Please refer this

Re: Error API First Call

2018-02-16 Thread santiagoruffino
Hello! I was able to solve this problem, but now I find another ... It seems there was no solution ... C:\Users\Lucia\AppData\Local\Programs\Python\Python36-32\python.exe C:/Users/Lucia/adwords_python3_examples_10.0.0/v201710/basic_operations/get_campaigns.py WARNING:googleads.common:Your

Re: Error API First Call

2018-02-15 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi , >From your googleads.yaml file, it looks like your client customer id was commented out. Could you please uncomment it as below and retry? # # Optional Fields #

Re: Error API First Call

2018-02-14 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi , Yes, please enter the client customer id in the googleads.yaml file, sample given below : client_customer_id: 123-456-7890

Re: Error API First Call

2018-02-14 Thread santiagoruffino
Hello! Try to paste the Client ID, but it did not work. Just to corroborate, that data I have to paste in the file "googleads.yaml", right? Thank you El viernes, 9 de febrero de 2018, 16:29:38 (UTC-3), Dhanya Sundararaju (AdWords API Team) escribió: > > Hi , > > You can find the Customer ID

Re: Error API First Call

2018-02-09 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi , You can find the Customer ID above your email address in the top right corner of any page after you sign into your AdWords account. Please refer this guide for better clarity. Regards, Dhanya,

Re: Error API First Call

2018-02-09 Thread santiagoruffino
What would the client customer id be? Because try to paste several numbers that they suppose they are, but none worked. Thank you El jueves, 8 de febrero de 2018, 16:32:59 (UTC-3), Dhanya Sundararaju (AdWords API Team) escribió: > > Hi, > > The error >

Re: Error API First Call

2018-02-08 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi, The error that you are receiving is because the client customer id has not been specified. You will need to specify the client customer id for which you want the

Error API First Call

2018-02-08 Thread santiagoruffino
Hello, I am using the AdWords API and I am having a problem making the first call to test the API. I attach all the errors that the Python console shows me. Thanks in advance WARNING:googleads.common:Your default encoding, cp1252, is not UTF-8. Please run this script with UTF-8 encoding to

Re: Error API

2014-03-11 Thread Ochju
Hello, Thank you for your reply. I have completed the form. Can you tell me how long it will be validated by Google? Do you have the opportunity to accelerate the process? Thank you for your help. Thomas Le lundi 10 mars 2014 18:05:55 UTC+1, Anash P. Oommen (AdWords API Team) a écrit

Re: Error API

2014-03-11 Thread Ochju
Hello, Thank you for your reply. I have completed the form. Can you tell me how long it will be validated by Google? Do you have the opportunity to accelerate the process? Thank you for your help. Thomas -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Error API

2014-03-10 Thread Ochju
Hello, I have an error when i want to activate campaign and Adgroups : *“An error has occurred: [RateExceededError rateName=BillingPerDay, rateKey=level1_plan, rateScope=DEVELOPER, retryAfterSeconds=86400]”* I don’t understand, I have several thousands compaign to activate every day.

Re: Error API

2014-03-10 Thread Anash P. Oommen (AdWords API Team)
Hi, You need to request standard access for AdWords API. See https://developers.google.com/adwords/api/docs/ratesheet for details. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, March 10, 2014 10:25:25 AM UTC-4, Ochju wrote: Hello, I have an error when i want to activate

Re: Error API

2014-03-04 Thread Ray Tsang (AdWords API Team)
Please send me (using the reply to Author function) the full request/response XML without any sensitive information. Please also send me your MCC CID and AW account CID that you are trying to access. Thanks, On Thursday, February 27, 2014 10:49:48 PM UTC-5, hai.p...@cleverads.vn wrote: i

Error API

2014-03-03 Thread hai . phuong
i 'm CleverAds techinical Google Adwords Authorized Reseller in Vietnam. I have a problem with AdWorrds API that need your help? my account had error ACCOUNT_INACCESSIBLE when i try connect adwords API WHY -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog