Re: Error: Google.Api.Ads.Common.Lib.AdsOAuthException: Failed to refresh access token

2018-08-07 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The error *Failed to refresh access token* appears when you did not refresh your access token. Could you confirm if you have followed the steps in getting your refresh token

Re: error in first api call

2018-08-06 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Could you confirm if you also provided the refreshToken in the properties file? If you are unable to find the refreshToken, you may just generate a new one by referring to this guide

Re: Error 400 Bad Request while trying to make a connection with Google Adwords API

2018-07-27 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, My apologies as our team does not provide support regarding third party integrations with the AdWords API. However, if you are looking for information regarding the parameters required in order to send a successful request, then you may refer here

Re: Error al programar la secuencia de comandos. Inténtelo de nuevo más tarde

2018-07-24 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Ivan, Since you have a question related to AdWords Scripts, I would suggest you to post it on the Scripts Forum so that the experts there can assist you. Regards, Dhanya, AdWords API Team -- --

Re: Error when Upgrading to Adwords v23.5.0

2018-06-17 Thread yuval
I think I figured out, I added the token generator dll by mistake and that's what caused it. On Sunday, June 17, 2018 at 6:24:57 PM UTC+3, yu...@pikoya.com wrote: > > I try to upgrade to v23.5.0, but I'm getting this error when I try to > create a new AdwordsUser: > > AdWordsUser user = new

Re: Error on creating developer token

2018-06-12 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello, Action not permitted error occurs while submitting API application form means, that user might not have correct access level for the account to perform the operation. To prevent this please make sure you login into the AdWords

Re: Error When running get campaigns through url

2018-06-08 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Sean, Could you check the PHP version you are using? The new PHP client library requires PHP 5.5.9 and higher. If updating to PHP version 5.5.9 or above doesn't solve the issue, please post your question in the library's Github Issue Tracker

Re: Error while running GetCampaigns.php file

2018-06-06 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Szusi, Could you confirm that the clientId field in your adsapi_php.ini is the same as the one in your project within Google API Console Credentials page

Re: Error while running GetCampaigns.php file

2018-06-06 Thread szusi
Thanks for the suggestion, unfortunately, after running the curl request I receive: "error": "invalid_client", "error_description": "The OAuth client was not found." Which is odd because I was able to use GenerateRefreshToken.php using the same credentials. What is the next step? On

Re: Error while running GetCampaigns.php file

2018-06-06 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Szusi, To verify that your credentials are correct, you can try the CURL request provided below and see if you are able to generate the access tokens. If the credentials are correct, you should get an access token for the below request. curl https://www.googleapis.com/oauth2/v4/token \ -d

Re: error Unregistered scope(s) in the request:

2018-05-25 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, There was an issue for a brief duration and it has been resolved now. Also, please verify that the scope in your code is : "https://www.googleapis.com/auth/adwords; . The "s" in adwords was missing in your email. If you have it right already, just retrying should work. If not, could

Re: Error with Criteria Performance Report

2018-05-16 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Stephen, Yes, you could update the desired version of the client library in the composer.json file and follow the installation steps . Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: Error with Criteria Performance Report

2018-05-15 Thread Stephen Barrett
Is there a way for me to download a lesser version? I have changed my localhost to match my webhost's php version 7.0.30 and when I try and download the library through composer it no longer meets the requirements because the library requires php 7.1 or higher On Tuesday, May 15, 2018 at

Re: Error with Criteria Performance Report

2018-05-15 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Stephen, The latest version of PHP client library that is currently available is googleads-php-lib-v34.0.0 . Looks like you are already using the latest version. Could you please create an issue in the PHP client library

Re: Error with Criteria Performance Report

2018-05-15 Thread Stephen Barrett
The changelog.md within the googleads-php-lib directory states that it's version 34.0.0. I was able to successfully make the call in my local setup, but not my webhost environment. On Tuesday, May 15, 2018 at 9:30:33 AM UTC-6, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi Stephen,

Re: Error with Criteria Performance Report

2018-05-15 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Stephen, I was able to test the latest samples in a lower PHP version (PHP 7.0.26) than yours. Since the same code is working in your local machine too, it does look like the version is not the issue here. Could you confirm which PHP client library version

Re: Error with Criteria Performance Report

2018-05-14 Thread Stephen Barrett
I haven't changed any code in the symfony directory. So I'm assuming it's a php version error. I'm running php 7.0.29. This is the highest I can go for my website. It was suggested in another thread I am on to download Vendor again via Composer but with the local machine the same php version of

Re: Error with Criteria Performance Report

2018-05-14 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Stephen, Could you please share the code that is failing with this error? I can take a closer look. Please redact any confidential information that may be present in the code. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: Error with Criteria Performance Report

2018-05-11 Thread Stephen Barrett
that post has nothing to do with this Parse error. On Friday, May 11, 2018 at 2:07:28 PM UTC-6, Dhanya Sundararaju (AdWords API Team) wrote: > > Hi Stephen, > > Could you please check out this post > from the > library's GitHub page

Re: Error with Criteria Performance Report

2018-05-11 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Stephen, Could you please check out this post from the library's GitHub page and see if it fixes your issue? If not, could you please file an issue there so that the library owners can take a look? Regards, Dhanya, AdWords API Team

Re: Error creating offline conversions

2018-04-24 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, Thank you for providing the additional details. You're right, the code samples illustrates example for adding two trackers. I understand that you're trying to create a Conversion Tracker of the type UploadConversion. If that's the case, you can create a new conversion tracker or use

Re: Error creating offline conversions

2018-04-23 Thread bradford . loesch
I think there was some miscommunication about what I am trying to do. I want to create a ConversionTracker of the type UploadConversion (which is what I provided logs for), not to upload individual conversions to the OfflineConversionFeedService. In the code samples, there is an

Re: Error creating offline conversions

2018-04-23 Thread bradford . loesch
Is there a way to determine which ConversionTracker an UploadConversion is being assigned to if it is not explicitly created during the UploadConversion creation? Can I check if a ConversionTracker exists before attempting to create an UploadConversion? The below creation process works for

Re: Error creating offline conversions

2018-04-19 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Thank you for sharing the logs. It looks like the UploadOperation is performed on a Conversion Tracker which does not exist. If you're looking to create a new conversion tracker and perform the upload operation, you will need to create an AdWordsConversionTracker

Re: Error creating offline conversions

2018-04-18 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Could you share the complete SOAP request and response logs along with the client customer Id, so I can take a look? You can use *Reply privately to author* to share the details privately. Thanks, Bharani, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: Error: Server raised fault: 'InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro'

2018-04-17 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Ciel, The common cause of the error InternalApiError.UNEXPECTED_INTERNAL_API_ERROR could be due to temporary resource related issues in the AdWords API server or the API isn't

Re: Error message while downloading data

2018-04-03 Thread Marketing Marketing
Hi Milind, thank you so much for your patience and hearing me out. I have been able to solve the problem. I tried a bunch of settings for this. I am now able to download the data. Regards Anu On Wednesday, April 4, 2018 at 12:16:04 AM UTC+8, Milind Sankeshware (AdWords API Team) wrote: > >

Re: Error message while downloading data

2018-04-03 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, The client libraries that are supported by AdWords API are listed here . R is not one of the supported languages for AdWords API. About the error, could you please check R studio support thread

Re: Error message while downloading data

2018-04-02 Thread Marketing Marketing
Now I understand what you are trying to explain. I changed to use id : data <- getData(clientCustomerId='169-485-1019', google_auth=google_auth, statement=body, #object created with statement() transformation = TRUE, #data are transformed from xml

Re: Error message while downloading data

2018-04-02 Thread Marketing Marketing
The token I have is approved for this account id 307-087-9687. We do not have any other account and I need to download data for a client. On Thursday, March 29, 2018 at 11:46:16 PM UTC+8, Milind Sankeshware (AdWords API Team) wrote: > > Hi, > > I'm afraid R is not one of the supported

Re: Error message while downloading data

2018-03-29 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, I'm afraid R is not one of the supported languages for AdWords API. However, In AdWords API, the error CUSTOMER_SERVING_TYPE_REPORT_MISMATCH occurs while trying to

Re: Error with symfony in the PHP API

2018-03-15 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Everyone, Can you please file an issue on the library's GitHub page ? That way the client library owners can take a look. I know they could figure this one out a lot faster than we could over here. Thanks, Nadine, AdWords API Team

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

Re: Error with symfony in the PHP API

2018-03-14 Thread P Anand
Hello, I am getting the same error. I have tried this on PHP v. 5.6.32 and PHP v. 7.2 and still getting the same error. The googleads/googleads-php-lib libaray works fine up to v201710, the moment i upgrade it ti v201802 it crashes. Can you please help ? Thanks Pete -- --

Re: Error with symfony in the PHP API

2018-03-14 Thread P Anand
Hello, I am getting the same error. I have tried this on PHP v. 5.6.32 and PHP v. 7.2 and still getting the same error. The googleads/googleads-php-lib libaray works fine up to v201710, the moment i upgrade it ti v201802 it crashes. Can you please help ? Thanks Pete On Wednesday, 7 February

Re: Error with symfony in the PHP API

2018-03-13 Thread Mathieu Dubreuil
I tried that as well but there were too many things to remove. The ": bool" is return type declaration and was introduced in php 7, and something else in the same file required php 7.1. I ended up upgrading to php version 7.2 as I don't see how version 5.5.9 would've worked. I am guessing the

Re: Error with symfony in the PHP API

2018-03-13 Thread lonny chetrit
Hi, I have exactly the same problem but my php version is the 5.6 so I don't understand why it doesn't work for me. I tried to remove the ": bool" and there is no long the problem on this line but on anothers. Thank You Lonny Le mercredi 7 février 2018 21:21:20 UTC+1, Dhanya Sundararaju

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

Re: Error while trying to add a LogicalUserList

2018-03-05 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, I'm not much of a Python expert, so please bear with me on formatting and style, but the following snippet worked for me: rule = { 'operator': 'ALL', 'ruleOperands': [ { 'UserList': { 'xsi_type': 'BasicUserList',

Re: Error while trying to add a LogicalUserList

2018-03-05 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Sorry, I just realized I sent you an example for rule based user lists. I'll look into this and try to provide you with some Python snippets to help. In the meantime, Damien, if you have a snippet that could help, please share it here. Thanks, Josh, AdWords API Team On Monday, March 5,

Re: Error while trying to add a LogicalUserList

2018-03-05 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Could you check out the add_rule_based_user_lists.py example and then let me know if that doesn't clear up your question? Thanks, Josh, AdWords API Team On

Re: Error while trying to add a LogicalUserList

2018-03-02 Thread iukhnovychv
hi, what you exactly changed in your pythone code? W dniu poniedziałek, 20 lipca 2015 19:50:01 UTC+2 użytkownik Damien napisał: > > Hi Josh, > > Thank you very much, this solved my problem and I've been able to > successfully create my LogicalUserList. > > Damien > > On Monday, July 20, 2015 at

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 when trying to get reports

2018-02-11 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Noam, My apologies as we do not support Node.js implementation for AdWords API. However, I can still provide you an assistance by checking on your report definition. Could you provide the report definition

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

Re: Error with symfony in the PHP API

2018-02-07 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Mathieu, PHP 5.5.9 and higher is a requirement for the new PHP client library. Please refer this guide for more details. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: error code : UNEXPECTED_INTERNAL_API_ERROR

2018-01-25 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello, I've tried running your same request against your account with my code, and everything seems to work fine, so I'm wondering if there's something in your header that may be causing this. I've been able to narrow down what may be causing this, but it's not clear at this point what the

Re: error code : UNEXPECTED_INTERNAL_API_ERROR

2018-01-24 Thread vii step
Hi Milind Sankeshware (AdWords API Team) * I had try two days. It still the same error. Can you please check : *000563926dc623310a623d8301086ee5 . Thanks vii step On Wednesday, January 24, 2018 at 5:15:43 PM UTC+8, vii step wrote: > > I recevied the error code :

Re: error code : UNEXPECTED_INTERNAL_API_ERROR

2018-01-24 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, The InternalApiError.UNEXPECTED_INTERNAL_API_ERROR that you are encountering could be due to an intermittent issue in the AdWords API servers. Could you please wait for some time

Re: Error when trying to generate refresh token using GetRefreshToken.java .(java.net.UnknownHostException: accounts.google.com)

2018-01-12 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi, This may be a problem with your local environment or proxy settings in your network. I found a post on the Stackoverflow about the same issue. Could you also confirm

Re: Error "dev_token_invalid" when using test account to send to new Google Adword Conversion Tracking API

2018-01-12 Thread 'Peter Oliquino' via AdWords API Forum
Hi, My apologies, however, this issue is more related to the Mobile Apps Conversion Tracking and Remarketing API rather than the AdWords API. This said, you may reach out to the AdWords support team for further assistance and you may contact them by logging in to your AdWords account and going

Re: Error with keyword performance download

2018-01-10 Thread 'Peter Oliquino' via AdWords API Forum
Hi Tirtha, In order for me to better identify the issue, could you provide your clientCustomerId, the complete report definition you used, and the exact error messages that was generated when the

Re: Error handling for Ad Text

2018-01-10 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, If you have *partialFailure=true*, then each operation without errors will be applied, but operations with errors will be returned. With *partialFailure=false* (or not specified), all operations in a request will fail if *any* operation in the request has errors. The basic validation

Re: Error handling for Ad Text

2018-01-10 Thread cv
Hello Vincent, Thanks for your reply. I am assuming that partial failure is not giving me errors for those ads who fails. But without error ads will be submitted to Adwords. Right? what about when I do not wants to post all the ads when any of the Ads with error? That is why I tried using

Re: Error handling for Ad Text

2018-01-10 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, You can set the partialFailure to true to commit all the successful operations and get/handle all the errors from the failed operations in one request. You can check in the link the supported

Re: Error when trying to set a Bid Modifier within an Ad Groups Age Range

2018-01-09 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Sean, I see that the ad group has no targeting criteria created. I'd suggest that you add targeting criteria using the AdGroupCriterionService , ADD operation. Once the

Re: Error ManagedCustomerServiceError INVALID_DESCRIPTIVE_NAME when update customer

2018-01-07 Thread 'Peter Oliquino' via AdWords API Forum
Hi Hoang, For my response, the error you have encountered could be due to you passing the AutoTaggingEnabled field to the ManagedCustomerService. The said field is currently only

Re: Error ManagedCustomerServiceError INVALID_DESCRIPTIVE_NAME when update customer

2018-01-07 Thread 'Peter Oliquino' via AdWords API Forum
Hi Hoang, I had to delete your initial post to this thread as it contained sensitive information related to your account. You may refer to our forum posting guidelines for future posts in order to avoid exposing

Re: Error in conection with Google Adwords PHP API

2018-01-05 Thread Sergey Ivanov
Seems you need to configure OpenSSL correctly on your Windows xampp. четверг, 4 января 2018 г., 22:57:00 UTC+2 пользователь Miguel Torres написал: > > I´m trying to make a conection with the API of Google Adwords, after make > the instalation using Git Clone and Composer Install >

Re: Error in conection with Google Adwords PHP API

2018-01-04 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Miguel, It seems this error is specific to the configuration of PHP client library and not the AdWords API. This being said, could you try and see if the suggestions mentioned here resolves your issue? If it doesn't, I would

Re: Error using TargetingIdeaService STATS with CategoryProductsAndServicesSearchParameter

2017-11-19 Thread marketingdev
Hi, Thanks for the suggestions (confirms I was on the right track with the code attached at the start of the thread). To return to my original question regarding CategoryProductsAndServicesSearchParameter and STATS returning an error, I have taken another look at how the Keyword Planner works.

Re: Error using TargetingIdeaService STATS with CategoryProductsAndServicesSearchParameter

2017-11-16 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, I am afraid that the other stats (Average monthly searches, competition, etc.) based on your screenshot are not available to other services except the TargetingIdeaService . They are available as

Re: Error using TargetingIdeaService STATS with CategoryProductsAndServicesSearchParameter

2017-11-16 Thread marketingdev
Hi Vincent, One last question for clarity. Is it possible to use the AdWords API to retrieve stats for an exact keyword match? This would be similar to the initial results of the Keyword Planner where the stats are shown for the 'Your product or service' keywords - see attached. I'm asking

Re: Error using TargetingIdeaService STATS with CategoryProductsAndServicesSearchParameter

2017-11-15 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, For CategoryProductsAndServicesSearchParameter , only the IDEAS is supported as requestType

Re: Error in get firstPageCpc, topOfPageCpc and firstPositionCpc in AdGroupCriterionService

2017-11-10 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Eduardo, Please find my responses inline: 1. Is this an expected behavior for test accounts? (Is it possible in test account this fields not appear in response?) The attributes that you mentioned are the suggested/estimated bids for the criteria to get your ad on the first

Re: Error Handling in new Adwords API v201708

2017-10-17 Thread MWA
I got it, I didn't added *use Google\AdsApi\AdWords\v201708\cm\ApiException;* now its working. Thanks. On Friday, October 13, 2017 at 5:57:07 PM UTC+5, MWA wrote: > > Hi, > Can anyone tell me how to handle errors on new Adwords API v201708? > Here is my code, I can not catch exception I've

Re: Error Handling in new Adwords API v201708

2017-10-17 Thread MWA
If I apply try catch on get service nothing changes. try{ $page = $campaignService->get($selector); } catch (ApiException $apiException) { print_r($apiException); } -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Error Handling in new Adwords API v201708

2017-10-17 Thread MWA
I've imported namespaces correctly. If I provide customerid which I have currently access, it works fine, but when i try to access data of my ex-client (which of course I don't have access) the code breaks and the whole crons stops. I want to catch the exception so that I can download clients

Re: Error Handling in new Adwords API v201708

2017-10-16 Thread 'Jude Amagoh' via AdWords API Forum
Hi, Could you check that you have imported the namespaces correctly as shown here ? Please note that ManagedCustomerService doesn't support partial failures.

Re: Error Handling in new Adwords API v201708

2017-10-16 Thread MWA
Hi Jude, Thank you for replying. But the problem is we download our client's data and sometimes our client revoke access and we haven't fully updated that into our system and while we download data like this. // Generate a refreshable OAuth2 credential for authentication.

Re: Error uploading animated GIF

2017-10-16 Thread 'Peter Oliquino' via AdWords API Forum
Hi Cris, I wanted to follow up on your concern and ask if you have already found a solution? If you are still encountering issues with the AdWords API, feel free to write back and I'll be happy to assist you. Thanks and regards, Peter AdWords API Team -- --

Re: Error Handling in new Adwords API v201708

2017-10-13 Thread 'Jude Amagoh' via AdWords API Forum
Hi, The AdWords API Client Library provides examples of common error handling functions when detailing with partial failures . You can find a code example

Re: Error uploading animated GIF

2017-10-05 Thread 'Peter Oliquino' via AdWords API Forum
Hi Cris, Could you confirm if you are using the AdWords API or the AdWords UI in uploading the GIF file? If you are using the AdWords UI, then I would recommend that you get in touch with the product experts at the AdWords Community Forum

Re: Error: QueryError.PARSING_FAILED

2017-09-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Çağatay, The report query should conform to the formal grammar provided here . Additionally, date, campaign, and adGroup are not valid fields for AdWords API reports. The list of all available fields in API reports

Re: Error: Client error: `POST https://www.googleapis.com/oauth2/v4/token` resulted in a `401 Unauthorized` response:

2017-09-27 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, A gentle follow up on this. If you are still facing this issue, kindly provide the details that I asked in my previous reply. Thanks, Vincent AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Error: Client error: `POST https://www.googleapis.com/oauth2/v4/token` resulted in a `401 Unauthorized` response:

2017-09-22 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, To further investigate this, could you provide the authentication type that you are using as well as the client library? Also, please double check on your end if you have followed all the steps from our OAuth2 guide .

Re: Error while migrating Adwords Api to v201708 (Version 22.1.1)

2017-09-18 Thread 'Peter Oliquino' via AdWords API Forum
Hi Mahesh, It appears that you have already made contact with the .NET library owners and created a thread for your issue . Should you encounter any issues regarding the AdWords API, feel free to create a new thread and we'll be

Re: Error checking authorization

2017-09-11 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Tim, Apologies for the delayed response. For both OAuth2TokenBuilder and AdWordsSessionBuilder, a known exception to be thrown is InvalidArgumentException

Re: "error": "unauthorized_client"

2017-08-31 Thread Tim Johnson
Hi Vincent, Thanks very much for the prompt reply; I really appreciate it. Concerning the nature of the application: I believe it is a installed app under that definition, but it depends on your definition of callback. I will need users to redirect back to my page after the click a button to

Re: Error with getLastRow()

2017-08-23 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Luis, On this forum, we address technical questions related to AdWords API. Since your question is related to App Scripts, I would suggest that you use the support options listed here . Regards, Shwetha, AdWords API Team. -- --

Re: Error when migrating from version 201702 to 201705

2017-08-10 Thread 'Peter Oliquino' via AdWords API Forum
Hi Jeszi, Just wanted to follow up on your concern. Feel free to write us back if you still require our assistance. Best regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Error

2017-07-31 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Would you be able to share the SOAP logs for this operation along with the clientCustomerId in the request header? If you haven't enabled logging yet, please check my previous post for the guide to enable logging. Thanks, Sreelakshmi, AdWords API Team -- --

Re: Error

2017-07-31 Thread alekseypp
Happened. But Now another problem. GetBillingAccounts returns null *my code:* $oAuth2Credential = (new OAuth2TokenBuilder()) ->fromFile() ->build(); global $clientCustomerId; $session = (new AdWordsSessionBuilder()) ->fromFile()

Re: Error

2017-07-28 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Are you looking for a code sample for BudgetOrderService ? If so, we don't have a documented sample for this service. You can refer to the code snippets in this

Re: Error

2017-07-28 Thread alekseypp
Where can I see an example of this method implementation? среда, 19 июля 2017 г., 18:47:47 UTC+3 пользователь Sreelakshmi Sasidharan (AdWords API Team) написал: > > Hi, > > Could you please enable logging > and > share the

Re: Error

2017-07-19 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Could you please enable logging and share the complete SOAP logs of your API operation? Also, please confirm that you are setting Authorization, developerToken, userAgent and clientCustomerId in the request header. If

Re: Error in Feed uploading through Shopify account

2017-07-14 Thread 'Ivan Bautista' via AdWords API Forum
Hi Abhishek, Based from your screenshot, it seems that your issue is more related to the Google Merchant Center than anything specific to the AdWords API. It would be best that you raise your concern with the Google Merchant Center team via their Contact Us options

<    1   2   3   4   5   6   7   8   9   10   >