Re: Cannot find AdWords API Center

2017-10-12 Thread Ben Rigby
I stumbled up this thread - having the same problems as described above (not being able to find my Dev API token)... for anyone else having this problem in future, discovered that I had to switch to the old version of AdWords in order to find the correct "Account Settings" link. In the new UI,

Search Query Performance Report for ALL TIME returns i.e. 20k impressions while customer has 400k impressions

2017-10-12 Thread Olexandr Shalakhin
Trying to find where is the mistake. My query via Python API looks like that: {'dateRangeType': 'ALL_TIME', 'downloadFormat': 'CSV', 'reportName': 'Search Query Performance Report', 'reportType': 'SEARCH_QUERY_PERFORMANCE_REPORT', 'selector': {'fields': ['Conversions', 'Cost',

CURL + SOAP GETING CAMPAINGS

2017-10-12 Thread mbermudez
$authurl = "https://adwords.google.com/api/adwords/cm/v201708/CampaignService?wsdl;; $string=' http://schemas.xmlsoap.org/soap/envelope/; xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201708;> https://adwords.google.com/api/adwords/cm/v201708;>

One whole English County missing from API Location

2017-10-12 Thread David Heenan
How come Thornbury, Alveston, Yate, Patchway, Bradley Stoke, ie the whole of the county of South Gloucestershire missing from the AdWords API Locations, we're talking about 100,000 people here! yet some little villages with populations of less than 1000 are listed. -- --

Update API version, now get permission denied trying to download reports

2017-10-12 Thread andrew . searls
We've been downloading AdWords reports using a server app over OAuth2 for a while, now. We're using the Google AdWords NuGet library (https://github.com/googleads/googleads-dotnet-lib/) to handle the raw interface, and it works fine, though updating API versions are very painful. We started

SET the campaign GeoTargetTypeSetting only works first time

2017-10-12 Thread Luis Rivera
Hi guys, I have created a campaign with no GeoTargetTypeSetting specified, and then perform the following operation to set a GeoTargetTypeSetting: Python: --- operations = [{ 'operator': 'SET', 'operand': { 'id': campaign_id, 'settings': [ {

Re: Best practice for joining AdWords API placement data with AdWords ValueTrack placement data?

2017-10-12 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Jonathan, Thank you for being so understanding and for phrasing your questions so well. I've added this forum thread to the bug so that if any further questions come up around your use case, that you can be contacted. Cheers, Nadine, AdWords API Team On Thursday, October 12, 2017 at

Re: Best practice for joining AdWords API placement data with AdWords ValueTrack placement data?

2017-10-12 Thread Jonathan Clarke
OK, that makes sense. The values in ValueTrack are often at odds with the API. Let me know if you'd like more info from us. A bug report perhaps? We've spent a lot of time on this and my partner and I would happily share account info examples with your team if you want. Just let me know… On

Re: BatchJobProcessingError.INTERNAL_ERROR

2017-10-12 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Vlad, I do see on our servers that the job did cancel, but I also see results returned in the download URL. It's a little strange to have both. I need to check further into a few things before getting back to you. Hopefully, I'll get this mystery solved soon. Best, Nadine, AdWords API

Re: Best practice for joining AdWords API placement data with AdWords ValueTrack placement data?

2017-10-12 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Jonathan, I saw that you asked this question on Stack Overflow as well, and the person there gave the best answer possible. There isn't a one to one mapping. As for your question, was the API designed to support the ValueTrack system? I don't believe so because the API existed before

Re: Demographics bid adjustments at campaign level

2017-10-12 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Anil, I'm afraid its not possible to add bid modifiers for Gender and AgeRange criterion at the Campaign level. You can only exclude these criteria at the campaign level by adding a NegativeCampaignCriterion

Re: rateScope

2017-10-12 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, There are various kinds of rate limits in AdWords API. The operational limit is based on the access level of the developer token, and doesn't fluctuate.The number of operations

Re: How to target location across campaign?

2017-10-12 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Roger, You can target campaigns to a specific region, which can be a geographical region based on the location targeting. Each targetable location is uniquely identified by the Criterion ID. You will have to use the CampaignCriterionService

Re: Adgroup limits for Shopping campaigns with Batch Processing

2017-10-12 Thread Rucha Kanade
Thanks, Josh On Thursday, October 12, 2017 at 5:52:33 AM UTC-7, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > Thanks for sending over the batch job ID. Looks like you're absolutely > correct and that you were able to create multiple ad groups and their > partitions in a single batch job.

Re: Best practice for joining AdWords API placement data with AdWords ValueTrack placement data?

2017-10-12 Thread Jonathan Clarke
OK, you've confirmed your API supports the UI, which is great. But is your API also designed to support the ValueTrack system? On Thursday, October 12, 2017 at 12:43:39 PM UTC-4, Nadine Sundquist (AdWords API Team) wrote: > > Hi Jonathan, > > I probably should have explained a little further.

Re: Best practice for joining AdWords API placement data with AdWords ValueTrack placement data?

2017-10-12 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hi Jonathan, I probably should have explained a little further. The fields that you see in the API also exist in the UI, which is why you can get help from general AdWords support as well. For example, the Placement report also maps to the UI. Our documentation has a section

Re: Issue with Metrics with KeywordsPerformanceReport

2017-10-12 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Cv, You are right, keywords will get included in the Keywords Performance Report irrespective of the creation date of the keyword. But the stats for new keywords for an older date range will be all zeros. That said, you could set the *includeZeroImpressions* to false in your request header

Re: CAMPAIGN_LOCATION_TARGET_REPORT returns rows with ID='--'

2017-10-12 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The row in the downloaded Campaign Location Target Report with "--" for the Location Id corresponds to "Other locations". These are locations where your ads have appeared, but aren't

BatchJobProcessingError.INTERNAL_ERROR

2017-10-12 Thread Vlad Gukasov
Hi, I'm just getting BatchJobProcessingError.INTERNAL_ERROR. Please help to understand reason of it. BatchJob id = 581404827 Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Adgroup limits for Shopping campaigns with Batch Processing

2017-10-12 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Thanks for sending over the batch job ID. Looks like you're absolutely correct and that you were able to create multiple ad groups and their partitions in a single batch job. I'm following up to see if this is intentional. I don't have any progress to report just yet on whether the limit

Re: Best practice for joining AdWords API placement data with AdWords ValueTrack placement data?

2017-10-12 Thread Jonathan Clarke
Hi Nadine, Thanks for looking into this. I do feel our question is directly relevant to the AdWords API. We only want to map API data to ValueTrack data. Please allow me to re-phrase and focus the question: How do we map AdWords mobile app placement data from the API to ValueTrack? Best

Re: CAMPAIGN_LOCATION_TARGET_REPORT has no field ConversionTrackerId?

2017-10-12 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, I've heard from other users who'd like to see conversion type segments in CAMPAIGN_LOCATION_TARGET_REPORT (as well as some other reports). In fact, I recently compiled a list of reports that have *Conversions* but do not have *ConversionTrackerId, ConversionTypeName, *or

Issue with Metrics with KeywordsPerformanceReport

2017-10-12 Thread cv
Hello All, When I try to download Keywords Performance report at older date range, then the report also gives me currently added keywords as well. For e.g. If I try to download report of 15thMay2017, the report also gives me the keywords added after 15thMay2017. How I can get the report, so

How to target location across campaign?

2017-10-12 Thread roger
How to target location across campaigns adwords api? I am creating my campaign using campaignService.. The newly created campaign location is always All countries and territories, I want it to be United States. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Demographics bid adjustments at campaign level

2017-10-12 Thread Anil
Hello, Is it possible to set demographics (Gender & Age Range) at campaign level with bid adjustments using API? I can see an option to add demographic bid adjustments at ad groups level through API. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: keywords performance report - zero impressions keywords partially missing

2017-10-12 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, So I can further investigate this, can you provide your clientCustomerId as well as your report definition ? If you are comparing the data with the AdWords UI (since you said that you are manually

keywords performance report - zero impressions keywords partially missing

2017-10-12 Thread dan
Hi everyone, I've been wrestling with this issue for several weeks and, now beaten and despair, i've come to you. So, the issue is that there are many keywords missing from the keyword performance report we receive from the api as oppose to the manually downloaded data of the keywords. All

Re: Audience report returns null but UI shows results

2017-10-12 Thread 'Peter Oliquino' via AdWords API Forum
Hi Rodrigo, In order to better assist you, could you provide your clientCustomerId, the complete report definition used to generate the report via the AdWords API and the screenshot of the AdWords UI

Audience report returns null but UI shows results

2017-10-12 Thread rodrigo . m
Hey guys, I hope you can help me with a problem I'm facing. I'm currently pulling some reports from our customers in order to give them a better app experience. I'm pulling different reports and they all seem to work except for one, the Audience Report, I'm pulling these fields: [

Re: rateScope

2017-10-12 Thread desk
Hello I did not understand anything, unfortunately. :( Answer my question, please: Yes or no. I use my developer token for queries. (DEVELOPER) My app adds ad campaigns to an absolutely third-party Google AdWords Account. The Google AdWords Account, which granted access to my application.