Unable to provision error.

2017-03-21 Thread Jacky cheng
Hi all: We upgrade AdWords Api from V201607 to V201702. However ,when i tried to create a campaign ,its happend. Any ideas would be greatly appreciated. Unable to provision, see the following errors: 1) null returned by binding at com.google.api.ads.common.lib.factory.FactoryModule$Ads

Re: Unable to provision error.

2017-03-21 Thread Jacky cheng
It is likely that the dependent version is incorrect, but I'm not sure which dependencies are. I updated ads-lib,ads-lib-axis and adwords-axis 。 On Tuesday, 21 March 2017 15:01:13 UTC+8, Jacky cheng wrote: > > Hi all: > We upgrade AdWords Api from V201607 to V201702. However ,when i > t

Re: Unable to provision error.

2017-03-21 Thread 'Peter Oliquino' via AdWords API Forum
Hi Jacky, Could you also provide the SOAP request and response generated when you encountered this error? This will allow me to identify if there had been an AdWords API issue or is isolated with the configuration of your Java client library. Please reply privately when sending the information.

unauthorized 401

2017-03-21 Thread pset
Hi there, I keep getting unauthorized (401) in my web application. Below response is returned every time: return code: 401 Unauthorized

Unauthorized

Error 401

http://xm

Re: Unable to provision error.

2017-03-21 Thread Jacky cheng
Hi Peter: This problem occurs occasionally ,and the program is running successfully now . if it happens again, I will pm u of the request and response . thanks a lot . On Tuesday, 21 March 2017 16:24:17 UTC+8, Peter Oliquino wrote: > > Hi Jacky, > > Could you also provide the SOAP request an

Re: unauthorized 401

2017-03-21 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Could you confirm if you generated the refreshToken and the OAuth2 credentials using the email address associated to your MCC? If not, please try to generate them once again using the correct email address. Let me know if this helps. Best regards, Peter AdWords API Team -- -- =~=~=~=~=~

Re: unauthorized 401

2017-03-21 Thread pset
Hi Peter, Yes I did created OAuth2 credentials using right google account. Today I generated refresh token using GetRefreshToken.java, when I run this class it asked me to copy paste a url in browser, after I put that url in a browser it asked to login and then I login to same google account th

Re: Add extensions to multiple ad groups like AdWords UI

2017-03-21 Thread JC Lee
Hi Ivan, As for your last statement, I want to clarify that you want to have the > option to send a single operation for adding or removing of extensions to > multiple ad groups wherein you can specify an array of ad groups and array > of extensions in a single operation? Yes. I want to be ab

Re: unauthorized 401

2017-03-21 Thread 'Peter Oliquino' via AdWords API Forum
Hi Prathap, Thank you for confirming. Please send to me your MCC customer ID and the email address you used as login to generate the OAuth credentials in order to help me better look into your issue. Also, if you have tried making a call to any AdWords API services, could you also send the gene

Re: unauthorized 401

2017-03-21 Thread pset
Hi Peter, Apologies for the delay, Please find details below: 1. MCC customer id : 782-391-5178 2. pset.nat...@gmail.com' Below is description of 2 different errors I am getting: *1. Before changing refresh token* a. refresh token was: 1/vyvzgnyqiuNWUoBLq8D2A0bslFIwqMX9B1HrpQxoYxM b. request ur

Re: unauthorized 401

2017-03-21 Thread pset
Hi Peter, I have sent you details. Please check. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Yo

Re: Responsive ad preview

2017-03-21 Thread Oksana Sulyma
Thanks for information! On Monday, March 20, 2017 at 7:58:44 PM UTC+2, Vishal Vinayak (Adwords API Team) wrote: > > Hi, > > All fields available in Ad Performance Report are listed here > . > > Unfortunately

Re: Use cases on AwReporting server modules

2017-03-21 Thread 'Zhuo Chen' via AdWords API Forum
Update: we heard no much use case on AwReporting server modules, and have released AwReporing 2.0 without server modules. Please consider this thread as closed. On Tuesday, January 3, 2017 at 10:32:33 AM UTC+8, Zhuo Chen wrote: > > Hi there, > > If you are actively using the AwReporting server m

Re: unauthorized 401

2017-03-21 Thread pset
Hi Peter, Some more information to share; I just open up a google link *(with email I sent you in details earlier)* where users can revoke permissions to the applications , and I see 2 applications with same name where as in the "console.developers.google.com" dashboard I see only one project r

Re: Adding a list of Audience to some Campaign/AdGroups

2017-03-21 Thread Kuppa . Janakiram
Hi Shwetha, Thanks for all your help in modifying my code to work.However I was wondering if the size or time it takes to do my entire upload is a problem? When I was testing i was using a small sample set however using my entire CRM email list(Using customized table) I create groups of email u

Re: Callout extensions: Ad group extension and Ad group extension

2017-03-21 Thread dima
Implementation according to your answer: public AdGroupExtensionSettingReturnValue CreateAccountCalloutExtension(long adGroupId, string calloutText) { AdGroupExtensionSetting adGroupExtensionSetting = new AdGroupExtensionSetting { adGroupId = adGro

Re: Callout extensions: Ad group extension and Ad group extension

2017-03-21 Thread dima
Hi, Can you advise how to make callout extensions can be added on account level ? On Friday, January 13, 2017 at 12:33:32 AM UTC+2, Matthew Wawrin wrote: > > Hi, > > You can use the AdGroupExtensionSettingService similar to how the document > you reference uses the CampaignExtensionSettingServi

AdCustomizer FeedItem Targeting

2017-03-21 Thread sam
>From what I understand, FeedItems target by AdGroup. So I was wondering if it's possible to have 3 ads in one AdGroup with 3 FeedItems targeting the AdGroup. How are the FeedItems coupled with the ads in the same AdGroup, if possible? Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Read Only OAuth Scope

2017-03-21 Thread Alex Jones
Hello, I'm reviewing the OAuth Documentation for AdWords, and I noticed there is no read-only scope mentioned in the documentation . Is this correct? I've seen a post dating back to 2013 requesting a read only scope, b

Re: unauthorized 401

2017-03-21 Thread pset
Hi Peter, Any update on this? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this mes

Re: originAdId automatically populated when uploading HTML5 creatives

2017-03-21 Thread Dorian Kind
Hi Sreelakshmi, please excuse my late answer. So far I unfortunately haven't been able to reproduce the behavior, but I'll follow up when I manage to gather some SOAP logs for you. Thanks and best regards, Dorian On Tuesday, March 14, 2017 at 9:33:46 PM UTC+1, Sreelakshmi Sasidharan (AdWords

Re: Adding a list of Audience to some Campaign/AdGroups

2017-03-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you enable logging and send over the SOAP request and response logs generated, so I can check if you are getting a successful response for the MutateMembersOperation? If the MutateMembersOperation resulted in

Re: Read Only OAuth Scope

2017-03-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Alex, You're correct, AdWords API scope is for both read and write access to AdWords API. The access level of the login email applies to API requests as well. If you've authenticated as a read-only client, you'll

Basic Access Daily Reporting Quota

2017-03-21 Thread swansonp95
Hi, We began receiving an error today saying that we had exceeded our Basic Access Daily Reporting Quota. To our knowledge, we have standard access so we are not sure why all of sudden we would be receiving this basic access quota restriction. We aren't able to find anything telling us what our

Re: AdCustomizer FeedItem Targeting

2017-03-21 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Sam, Feeds are essentially tables which will have columns which are referred to as FeedAttributes and each row in this table which is referred as FeedItem. A sample use case would be, if you wish to display your Ads with the sitelinks of different sections of your page, that is when you cho

PHP: SOAP-ERROR: Parsing WSDL

2017-03-21 Thread Cristiano Morozino
Hi, I try to do my first API call using api-php, but after following all steps, when I put on my console php GetCampaings.php return this messages. How I can do to fix it ? PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/no-debug-non-zts-20121212/php_curl.dll

Re: Basic Access Daily Reporting Quota

2017-03-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can check the current access level of your developer token by following these instructions: 1. Log in to your manager account and click the gear icon in the top-right. 2. From the drop-down, click *Account Settings*. 3. Click the *AdWords API Center* from the navigation tab

Re: Callout extensions: Ad group extension and Ad group extension

2017-03-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, To create callout extensions at the account level, you'll need to use CustomerExtensionSettingService to add CalloutFeedItem

Re: v201702 Shopping Operations in BulkService

2017-03-21 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi MG, This issue should now be fixed. Please retry your jobs and let me know if you still encounter problems. Thanks, Josh, AdWords API Team On Monday, March 13, 2017 at 8:55:15 AM UTC-4, Josh Radcliff (AdWords API Team) wrote: > > Hi MG, > > Thank you very much for sending over that addition

Reporting dashboard for AdWords API usage?

2017-03-21 Thread etl . sans . dev
Hi, I am getting RATE_EXCEEDED when using the reporting API, presumably because my account is at the Basic level and I'm exceeding 1000 requests a day. As part of the effort to figure out why, is there any way for me to see how many requests I've made and at what time? The Google API manager da

Re: PHP: SOAP-ERROR: Parsing WSDL

2017-03-21 Thread 'Peter Oliquino' via AdWords API Forum
Hi Cristiano, Could you confirm if your PHP version is up to date and if have you tried referring to the Github guide for setting up your PHP client library? If you are upgrading from an older version, you could also refer to this document