Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201609/LabelService?wsdl' : Extra content at the end of the document

2016-10-25 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello All, Do you happen to face with this issue after you reported this? Our engineers can't find anything wrong on our configuration settings and servers. They suspect that this would be something related on the client sides. Best, Thanet, AdWords API Team On Thursday, October 6, 2016 at 11:3

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201609/LabelService?wsdl' : Extra content at the end of the document

2016-10-25 Thread rob . wells
Hi Thanet, I'm not having this issue anymore and I didn't change the way I was dealing with the API. It seems like it has gone away on its own. On Tuesday, October 25, 2016 at 8:26:21 AM UTC+1, Thanet Knack Praneenararat (AdWords API Team) wrote: > > Hello All, > > Do you happen to face with t

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201609/LabelService?wsdl' : Extra content at the end of the document

2016-10-25 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Rob, Thanks for information. Please let us know if this happens again. Cheers, Thanet, AdWords API Team On Tuesday, October 25, 2016 at 4:39:19 PM UTC+9, rob.we...@euautomation.com wrote: > > Hi Thanet, > > I'm not having this issue anymore and I didn't change the way I was > dealing wit

How to have a multi account "Account Performance Report"

2016-10-25 Thread Jonathan SONRIER
Hi all, I use the AdWords API v201609 and I use a MCC account to manage many customer AdWords accounts and budgets. I develop in C# to send a custom monthy report at customers but only at customers whose have campaigns with activities (clicks and views). The problem is that it is not possible

Re: Invalid XML

2016-10-25 Thread Zweitze
Hi, That's a weird report - it seems a few dozen characters just disappeared. We get reports with broken XML too, usually the report just stops in the middle. To work with this, whenever we get problems with parsing XML, we just wait 30 seconds and download the report again. This is usually su

Re: How to have a multi account "Account Performance Report"

2016-10-25 Thread 'Joyce Lava' via AdWords API Forum
Hello Jonathan, There is currently no way in AdWords API to generate reports for multiple accounts in just one request. As indicated in the doc, you need to have separate report requests for each client account. However, if you may want to consider using AdWords Scripts, then as far as I know,

ERROR_GETTING_RESPONSE_FROM_BACKEND when downloading Product Partition Report for some Campaigns

2016-10-25 Thread Stefan Kleine Stegemann
Hi, we are experiencing problems when downloading product partition reports for some campaigns. We're loading these reports for large number of campaigns without problems but three campaigns started to fail consistently this morning (german time). We've successfully downloaded reports for the

Re: OAuth2Exception with invalid_grand

2016-10-25 Thread adwapi . storeland
Thank for response, Shwetha You helped me, I found an issue in my app. I got new refresh token, put it in auth.ini, but forgot, that token is reassigned during app processing (in my app token should be changed in other file). Thank you again and sorry for waisting your time :) понедельник, 24 о

Targeting Idea Service - Is there an option to hide keywords already in account?

2016-10-25 Thread Tom Bulis
Hello, Is there an option to prevent Targeting Idea Service from returning keywords that already exist in the account? The Keyword Planner (UI tool) has the functionality turned on by default. Thanks for your help, Tom -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on o

Targeting Idea Service - Is there an option to hide keywords in my account (similar to Keyword Planner)

2016-10-25 Thread Tom Bulis
Hello, Is there a way to prevent the Targeting Idea Service from returning keywords that already exist in the account? The Keyword Planner (UI tool) has this functionality by default. Thanks for your help! Tom -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog a

Re: ERROR_GETTING_RESPONSE_FROM_BACKEND when downloading Product Partition Report for some Campaigns

2016-10-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Stefan, Could you provide the Campaign IDs which are experiencing this issue? Is it isolated to these particular Campaigns or AdWords account? You can use *Reply privately to author* to send this information. Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: ERROR_GETTING_RESPONSE_FROM_BACKEND when downloading Product Partition Report for some Campaigns

2016-10-25 Thread Stefan Kleine Stegemann
Hi Shwetha, thanks for the fast reply. I sent you the campaign ids via private reply. I cannot tell whether it's related to the campaign or account, because each campaign belongs to a separate account and our system does not "manage" any other campaigns from these accounts. Best, Stefan Am D

Re: OAuth2Exception with invalid_grand

2016-10-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, No worries at all. Glad that I could help. Best, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=

AuthorizationError.USER_PERMISSION_DENIED on live account

2016-10-25 Thread Sjoerd Maessen
I received an email this morning with the message my AdWords API token was approved for Basic Access. If I however try to access the ManagedCustomerService I get a response from the API that shows: AuthorizationError.USER_PERMISSION_DENIED on live account The same logic is working on the test a

Re: AuthorizationError.USER_PERMISSION_DENIED on live account

2016-10-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Sjoerd, The USER_PERMISSION_DENIED error occurs when there is no link between the manager account authenticated in the request and the client account specified in the headers. You should

Error when updating status on existing ad

2016-10-25 Thread Mikkel Mortensen
Hi I would like to DISABLE all my ads. My code is very simple: var selector = new Selector { fields = new string[] { Google.Api.Ads.AdWords.v201607.AdGroupAd.Fields.AdGroupId, Google.Api.Ads.AdWords.v201607.AdGroupAd.Fields.Labels, Google.Api.Ads.AdWords.v201607.AdG

API requests not working after token approval/reauthorization

2016-10-25 Thread Farid el Nasire
We have been working on an application which uses the AdWords API to create/manage campaigns. While we were waiting for our token to be approved we used a test token, which allowed us to create campaigns/ad groups/ads and whatnot in a safe sandboxed demo environment. This has been working fine.

Re: API requests not working after token approval/reauthorization

2016-10-25 Thread Farid el Nasire
Got 1 step further by updating the customer id. I can now get a list of campaigns (which right now returns nothing) but now I am getting the following error: *OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ class campaignmgmt.campaign.MutateAction (ADD) requires CREATE_CAMPAIGN* On Tuesd

Re: Error when updating status on existing ad

2016-10-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Mikkel, Could you retry the request by creating new AdGroupAd objects rather than changing the status of the ad objects returned in the response? If you include attributes other than the status in the AdGroupAdOperation, you'll encounter AdError.CANNOT_USE_AD_SUBCLASS_FOR_OPERATOR

Re: API requests not working after token approval/reauthorization

2016-10-25 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Farid, You may see OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED error if you try to add campaigns to your manager account (instead of your client account). I would recommen

Re: Campaign negative keywords report SelectorError.FILTER_BY_DATE_RANGE_NOT_SUPPORTED

2016-10-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi all, You can only use date ranges with reports that support the Date field. Trying to use date ranges with unsupported reports will result in the SelectorError.FILTER_BY_DATE_RANGE_NOT_SUPPORTED error. The Ad

Impressions in SearchQueryPerformanceReport is much smaller than the one in KeywordsPerformanceReport

2016-10-25 Thread Jay Zou
I downloaded both SearchQueryPerformanceReport and KeywordsPerformanceReport f

Re: Targeting Idea Service - Is there an option to hide keywords in my account (similar to Keyword Planner)

2016-10-25 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Tom, Could you please let me know if you are using the TargetingIdeaService to retrieve ideas? Also, what seed input did you use (ad group, keyword etc.)? If you happen to have the SOAP XML request and response logs for the API call, that can help me understand the issue better. Ideally, i

Re: Impressions in SearchQueryPerformanceReport is much smaller than the one in KeywordsPerformanceReport

2016-10-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Jay, In the Search Query Performance Report , you’ll only see search terms that were used by people at least 8 hours ago and have either received clicks in the past 30 days or were searched for

Re: Impressions in SearchQueryPerformanceReport is much smaller than the one in KeywordsPerformanceReport

2016-10-25 Thread Jay Zou
Thank you so much, Shwetha. That resolved my confusion. On Tuesday, October 25, 2016 at 5:13:21 PM UTC-4, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Jay, > > In the Search Query Performance Report >

'ReportDownloadError.INVALID_REPORT_DEFINITION_XML' when downloading reports

2016-10-25 Thread Pankaj Tiwari
Hi, I am getting this error when downloading keyword and campaign report. Can anyone please help me. An error has occurred: Report download failed. Underlying errors are Type = 'ReportDownloadError.INVALID_REPORT_DEFINITION_XML', Trigger = 'Invalid ReportDefinition Xml: cvc-complex-type.2.4.d: I

Re: An error has occurred: { "error": "invalid_grant", "error_description": "Bad Request", "error_uri": "" }

2016-10-25 Thread akshat agrawal
On Monday, October 24, 2016 at 10:22:24 AM UTC+5:30, akshat agrawal wrote: > > Hi Joyce, > Thanks it worked. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/post