Re: gclid info from adwords account

2017-06-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Bala, I'm afraid its not possible to check if a given gclid is already uploaded to an AdWords account. Please note that although duplicate uploads of a conversion (same GCLID, name, and time) are permitted, only the first instance is recorded. If you include the same combination of GCLID, n

Re: production account data without an account

2017-06-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Nicoara, I'm afraid its not possible to get production data from TargetingIdeaService with test accounts. For test accounts

Re: MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT given by CampaignSharedSetService for Video Campaign

2017-06-06 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Dorian, The error MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT means that an update was attempted via the API on a campaign that was created via the AdWords Express account

Re: Why Array?

2017-06-06 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Are you facing issues while setting the predicate in a Selector ? If so, the setPredicate() expects an array of predicates. Does this answer your question? If not, please shar

gclid info from adwords account

2017-06-06 Thread Balamurugan A
Team: Is it possible to check given gclid is already uploaded to adwords account? There was a use case where we manually upload some conversion data and it also got uploaded through UploadOfflineConversionsAPI as well and finally we endup with duplicate(s). So just want to see for given gclid i

Re: refresh GA access token using refresh token

2017-06-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, On this forum, we address technical issues related to AdWords API. Google analytics is not in scope for this forum. I would suggest that you post your question using the Analytics API tag in StackOverflow .

Re: Performance problems downloading criteria report via API

2017-06-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi All, We are aware of the issue and we have implemented a fix. You should no longer be seeing this error. If you see it again, please get back to me. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://go

Re: Invalid_client: The OAuth client was not found

2017-06-06 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Jacob, This error usually occurs when the OAuth2ClientId specified is not correct. Could you check if it is valid and also that it does not have any extra spaces? Co

production account data without an account

2017-06-06 Thread Nicoara Talpes
Hello, I want to obtain production values from Adwords API for some pairs of keywords. How to proceed without making live account? The two keywords are: "how to lose weight", "learn japanese" . I am interested in the number of avg. monthly searches for each of the keywords for each of these n

production account data without live account

2017-06-06 Thread Nicoara Talpes
Hello Group, I want to obtain production values from Adwords API for some pairs of keywords. How to proceed without making live account? The two keywords are: "how to lose weight", "learn japanese" . I am interested in the number of avg. monthly searches for each of the keywords for each of the

Re: How to get customer match count for gmail, youtube and search individually.

2017-06-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You need to include the values *Size* and *SizeForSearch* in the selector and perform a AdwordsUserListService.get() request so that the size

Re: Performance problems downloading criteria report via API

2017-06-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi All, Could you provide the clientCustomerIds along with the report definitions for the API requests which encountered this error? Please use *Reply privately to author* when responding. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT given by CampaignSharedSetService for Video Campaign

2017-06-06 Thread Dorian Kind
Hello, out of curiosity, I just tried to attach a negative placement shared set to a video campaign using the CampaignSharedSetService. I wasn't surprised when this resulted in an error, seeing that video campaigns are generally not very well supported in the Adwords API—however, the error rea

Re: Performance problems downloading criteria report via API

2017-06-06 Thread Justin Coon
Hi we are experiencing errors similar to this with the CAMPAIGN_PERFORMANCE_REPORT. We either get an empty report(no errors) or we get an error ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKENDUnable to read report data Any thoughts API team? On Tuesday, June 6, 2017 at 9:26:03 AM UT

Re: How to get campaign subtype v201705?

2017-06-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Please note that there isn't 1-1 mapping between the Campaign subtypes in the UI and AdWords API since the AdWords UI sub-types are mostly used for controlling which AdWords UI elements are available when working with a campaign in the UI. Campaigns created via AdWords API are equivalent t

Re: How to Get Country Name for Implement Geo Performance into Map using Geo Performance Report Type

2017-06-06 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Vaibhavi, The Geo Performance Report does not have a field that will give you the name of the country. You will need to use the LocationcriterionService

Re: Adwords data has difference in records ?

2017-06-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Jaydeep, In the first scenario, I see that you are decreasing the startDate by 1 in each iteration. This may result in a RateExceededError as it looks the loop termination condition is not met. I see that you are trying to

refresh GA access token using refresh token

2017-06-06 Thread communitydashboard . vegas
Hi, Can you please help me to refresh GA access token using refresh token. i have done first time authentication and get both access token and refresh token. but after sometime access token expired so i want code in new google analytics API for refresh access token again. Please reply ASAP --

Re: API for Reporting General Questions

2017-06-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Dave, In AdWords API, a given report request can only include data for a particular report type from a single AdWords account. If you need to gather reporting data for different report types, you need to submit separate reque

Why Array?

2017-06-06 Thread Артемий Гаврюшин
Do: new Predicate('Status', PredicateOperator::NOT_EQUALS, 'REMOVED') Result: must be of the type array, string given ~/vendor/googleads/googleads-php-lib/src/Google/AdsApi/AdWords/v201705/cm/Predicate.php:32 Predicate now only Array? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: Performance problems downloading criteria report via API

2017-06-06 Thread Dorian Kind
Hi all, just wanted to chime in to say that we've also been experiencing these errors more frequently again during the last few days. As opposed to the occurrence in April however, retrying almost always helps. Best regards, Dorian On Tuesday, 6 June 2017 15:58:28 UTC+2, Shwetha Vastrad (AdWor

Re: Performance problems downloading criteria report via API

2017-06-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you provide the report definition used along with the clientCustomerId for which this error occurred? Does this error occur consistently? Please use *Reply privately to author* when sending the requested details. Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~

How to get customer match count for gmail, youtube and search individually.

2017-06-06 Thread dsolution manager
How to get Customer Match size for gmail, youtube and search individually using adwords API? Note... Able view the size individually from AdWord MCM portal

How to get campaign subtype v201705?

2017-06-06 Thread KB
How can I get campaign subtype (All Products, Standart etc) via API version v201705? Can it be done with CAMPAIGN PERFORMANCE REPORT? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.googl

Invalid_client: The OAuth client was not found

2017-06-06 Thread Jacob Booth
I have written a Windows service in .NET which I am migrating from v201607 to v201705 and now I get an error saying "Failed to refresh access token. { "error" : "invalid_client", "error_description" : "The OAuth client was not found." }" Can you advise? Thanks, Jacob -- -- =~=~=~=~=~=~=~

Re: Performance problems downloading criteria report via API

2017-06-06 Thread AdwAPI-TR
Hello there, I'm starting to get this error today. Report download failed. Underlying errors are Type = 'ReportDownloadError.ERROR_WRITING_REPORT_TO_FILE', Trigger = 'Unable to create report' 3 Nisan 2017 Pazartesi 23:41:29 UTC+3 tarihinde Nadine Sundquist (AdWords API Team) yazdı: > > Hell

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2017-06-06 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, We have rolled out some improvements to the MediaService that should reduce or eliminate these unexpected errors when uploading images. Regards, Mike, AdWords API Team On Monday, April 17, 2017 at 5:10:54 AM UTC-4, irene.are...@jot-im.com wrote: > > Ok Anash, if I try again and the erro

Re: SEARCH_QUERY_PERFORMANCE_REPORT only shows 0 click queries

2017-06-06 Thread 'Ivan Bautista' via AdWords API Forum
Hi Nikolai, Do you still encounter this issue? If so, then could you please reply to us privately (using *reply privately to author *option) with the information requested earlier so we can investigate further? Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Ad errors in russian language

2017-06-06 Thread 'Ivan Bautista' via AdWords API Forum
Hi Vladimir, Were you able to check the language preferences of the Google account? If you still need our assistance, then please reply to us privately (using *reply privately to author* option) with the information requested earlier. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~

Adwords data has difference in records ?

2017-06-06 Thread Jaydeep More
I following way to get records from ad words startdate = 2012-11-01 endDate = 2017-06-06 while (startDate < endDate) { reportDate = startDate.tostring("MMdd"); string query = "SELECT " + "CampaignName, AdGroupName, Criteria, CpcBid, Impressions,

API for Reporting General Questions

2017-06-06 Thread david . jenkins
Hello, I've been successful in implementing the 'Hello World' for the AdWords API and I'm now working on implementing downloading of reports. I've been searching around and looking at the API documentation for about three days and can't find the answers to my questions/locate the columns that I

How to Get Country Name for Implement Geo Performance into Map using Geo Performance Report Type

2017-06-06 Thread vaibhavi
Hi, Using the API (version 201702) I'm downloading Geo performance report with the "CountryCriteriaId" field selected. But I need Country Name to Implement Geo Performance into MapWhich Attribute Used for that ? or How to Use Locationcriterionservice with API Example ? -- -- =~=~=~=~=~=~=

How to Get Country Name for Implement Geo performance into map

2017-06-06 Thread v
Hi, I m Using API (Version 201702) Implement Geo Performance Report using CountryCriteriaId.its return ID But i need Country name to implement map using reportwhich attribute used for that ?? How to use Locationcriterianservice using API Example ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Get Country name for Implement Geo Performance into Map

2017-06-06 Thread vaibhavi
Hi, Using the API (version 201702) I'm downloading Geo performance report with the "CountryCriteriaId" field selected. But I need Country Name to Implement Geo Performance into MapWhich Attribute Used for that ? or How to Use Locationcriterionservice with API Example ? -- -- =~=~=~=~=~=~=

How to get Country name for implement Geo Performance Report into map

2017-06-06 Thread vaibhavi
Hi, Using the API (version 201702) I'm downloading geo performance report with the "CountryCriteriaId" field selected. But I need is a way to implement map using country name..how its possible with API ? How to use LocationCriterionservice with API Example ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=