Re: Audience lists don't get populated

2016-11-18 Thread Dmitry Ovod-Marchuk
Hi Nadine, Thank you for the reference. It didn't help though. 1. Of course we've been waited far more than 72 hours. 2. The size of the empty list (441995202) should be as big as non-empty one (440835967) as they have the same configurations and were created in the same moment. The non-empty

Re: Audience lists don't get populated

2016-11-18 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hi Dmitry, Could you please look at the Caveats section of the Remarketing guide to make sure that your list doesn't fall under one of the caveats? For example, the list size will continue to say 0 until there are at

Re: SAAS Application - Minimum requirements for my clients

2016-11-18 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi NJ, Calls made against the AdWords API require an approved developer token, and credentials generated in OAuth2 , for the targeted account. You can use your developer token to target *any* AdWords account, by using the

Re: how to get client customer id of logged in user in js or in php

2016-11-18 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Could you please elaborate what do you mean by "logged in user"? Ideally, using the code snippet in your post (also mentioned here ), you can change the client customer ID

Re: CampaignSharedSetService getting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2016-11-18 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Daphna, UNEXPECTED_INTERNAL_API_ERROR is usually transient mostly due to a temporary resource related issues in the AdWords API server. You need to retry the request after waiting

SAAS Application - Minimum requirements for my clients

2016-11-18 Thread NJ Dev
Hi For a hypothetical SAAS application that intends to aggregate adwords data into a MySQL database, I would be really grateful if someone can clarify the following things. Let say the SAAS app is called XYZ app 1. We register with Google Adwords for Manager account and Developer tokens 2.

CampaignSharedSetService getting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2016-11-18 Thread Daphna Wegner
Hi I am getting this error while doing a simple call to get the shared sets for certain campaigns: shared_criterion_service = client.GetService('SharedCriterionService', version='v201607') campaign_shared_set_service =

Re: Environment 'PRODUCTION' does not support version 'v201609'

2016-11-18 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Manjusha, Could you provide the output of the following commands: - gem list google-adwords-api - gem list google-ads-common - ruby --version This error occurs when the client library is not updated to the latest version .

Re: Do AdGroupCriteria support temporary IDs?

2016-11-18 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Dorian, That is indeed possible. You can use the AdGroupCriterionService in conjugation with BatchJobService to

Re: Download PAUSED keywords with keywords-performance-report

2016-11-18 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, With the includeZeroImpressions header set to true, you should be getting an entry for each day in the specified date range, provided the keyword was created before the start of this date range. Could you provide the complete report definition used along with your clientCustomerId so I can

Re: Audience Performance Report, UserListName showing ' --' instead of real value

2016-11-18 Thread Oksana Sulyma
Thanks for your complete answers Shwetha! On Friday, November 18, 2016 at 7:53:23 PM UTC+2, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Oksana, > > Yes, if the Criteria (Audience) in Audience Performance Report >

Re: Missing all Youtube ads in AdGroupAdService

2016-11-18 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Markus, YouTube ads (thus Video campaigns) are currently not supported by AdWords API services. You can, however, extract data and statistics related to video campaigns using the Video Performance Report

Re: why ads-lib 2.21.0 use guava v20-rc1 and guava-jdk5 as dependencies?

2016-11-18 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Stefano, Since your issue is related to the AdWords API Java client library in particular, I would suggest posting your issue here . If that helps, I found an issue from a

Re: Audience Performance Report, UserListName showing ' --' instead of real value

2016-11-18 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Oksana, Yes, if the Criteria (Audience) in Audience Performance Report is in the form "uservertical::#", this corresponds to CriterionUserInterest

Environment 'PRODUCTION' does not support version 'v201609'

2016-11-18 Thread manjusha
Hi, Can anyone help me with this. 1. Installed latest version of google adwords api gem(0.22)(Using Ruby version 2.1.5). 2. Installed google ads common gem(0.12.5). 3. Also in one of the github it was mentioned if ruby version is less that 2.2.2 install rack gem install rack -v 1.6.4. 4.

Re: Environment 'PRODUCTION' does not support version 'v201409'

2016-11-18 Thread manjusha
Hi Danial, Here are the steps I followed. 1. Installed latest version of google adwords api gem(using a ruby gem). 2. Google ads common gem is using 0.12.5 version which is also updated one. 3. In one of the docs on github it is mentioned if ruby version is lower than 2.2.2 then run gem

Re: Download PAUSED keywords with keywords-performance-report

2016-11-18 Thread Pippo
Thanks, that was a necessary setting. However I still have some issues with the report download. For a keyword created e.g. one month ago I'd expect - if I set dateRangeType='LAST_7_DAYS' - to retrieve 7 entries, one for each day, about a tuple (CampaignId, AdGroupId, Id), while I get at most 2

Re: An error has occurred: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'440-277-8356']

2016-11-18 Thread 'Anthony Madrigal' via AdWords API Forum
Hello, The "production manager account" you provided is a client account, *not *manager account. The production manager account is the account that you applied for API access with. If you do not have a production manager account, you can create one by following this guide

Re: Getting stats for specfic campaign

2016-11-18 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Marianne, If you want to use CampaignService to get only specific campaigns, then you will need to add Predicates in your selector. If you look at this example

Re: An error has occurred: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'440-277-8356']

2016-11-18 Thread dev
Hello! Thank You for fast answer. But I don't have *AdWords API Center * Here is the screenshot from my test manager account: http://prntscr.com/d8vvjc And production manager account: http://prntscr.com/d8vxfh On Friday, November 18, 2016 at 4:21:21 PM UTC+2, Anthony Madrigal wrote: > > Hello,

Re: ADGroupCriterionServices.

2016-11-18 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Eshwar, You cannot use the AdGroupCriterionService to get all of the fields you are looking for such as IsNegative and QualityScore. If you want to get those fields, you will need to run a *Keywords Performance Report.* If you want to include removed keywords, you will need to add a

Do AdGroupCriteria support temporary IDs?

2016-11-18 Thread Dorian Kind
Hey there, in the batch job processing guide , we can see that it's possible to create campaigns and ad groups with temporary (negative) IDs, so that we can populate them without having to create a new

Re: AdGroupExtensionService - max number of mutate operations

2016-11-18 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Stepanian, Could you please provide me with your SOAP request and response where you are seeing this error, so that I can take a closer look? Please do so using *reply privately to author.* Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: An error has occurred: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'440-277-8356']

2016-11-18 Thread 'Anthony Madrigal' via AdWords API Forum
Hello, 440-277-8356 is not a developer token. In order to find your developer token, you must log into your production manager account then go to *Account settings -> AdWords API Center. *The developer token will be displayed there. Regards, Anthony AdWords API Team -- --

An error has occurred: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'440-277-8356']

2016-11-18 Thread dev
Hello! I try to play with test account with library for php. But always got this error in the Subject. I tried Test Manager Account ID ( 338-638-2011) also. developerToken = "440-277-8356" clientCustomerId = "440-277-8356" HTTP/1.1 500 Internal Server Error Content-Type: text/xml;

Getting stats for specfic campaign

2016-11-18 Thread Marianne Hammer Larsen
Hi I'm totally new in working with the Google AdWords API and i currently struggling with how to get stats for a specific campaign to be displayed on a webpage. What is best practics for getting started with the API? I've installed the C# Adwords examples can see all of my campaigns, their

why ads-lib 2.21.0 use guava v20-rc1 and guava-jdk5 as dependencies?

2016-11-18 Thread Stefano Castoldi
Hi, I have update ads-lib to v2.21.0. When I run my program i get the following error: java.lang.NoSuchMethodError: com.google.common.base.Preconditions.checkNotNull(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object; I guess the reason is on ads-lib dependencies. It

how to get client customer id of logged in user in js or in php

2016-11-18 Thread revinsinfo
Its really important for me i want to fetch clientcustomerId for a loogged in user so that i can pass it in to the following code $user = new AdWordsUser(); $user->SetClientCustomerId('CLIENT_CUSTOMER_ID_HERE'); i am not sure if it is posible through js login in php if it is possible

Missing all Youtube ads in AdGroupAdService

2016-11-18 Thread Markus Wigbels
Dear support team, I'm trying to fetch all Ads located in a campaign in an account. Unfortunately the result of my query does not include our YouTube Ads. My adwords-phplib-query is the following: $user = new AdWordsUser(); $user->SetClientCustomerId('MY_CLIENT_CUSTOMER_ID');

Re: Bug Report: AccountPerformanceReport does not include data from Universal App Campaigns

2016-11-18 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, Universal App Campaign data is only available in the Campaign Performance Report currently. I can share your feedback with the team that you'd like it in other reports as well. Regards, Mike, AdWords API Team On Thursday, November 17, 2016 at 2:26:37 PM UTC-5, AdWordsApiUser wrote: > >

Re: Audience lists don't get populated

2016-11-18 Thread Dmitry Ovod-Marchuk
Hi Shwetha, In fact the list created via API is the one that doesn't get populated. ID 440835967 — "(3) Scaler / product viewers at by.holiday.by" — Created manually, and it gets populated ID 441995202 — "Scaler / product viewers at by.holiday.by" — *Created via API, doesn't get populated*

Re: Audience Performance Report, UserListName showing ' --' instead of real value

2016-11-18 Thread Oksana Sulyma
Thanks Shwetha! So my goal is to have the same User List Names which are shown on Adwords site. Please confirm if I understand the rule correct: If I see Criteria (Audience) like uservertical::80131 in Adwords Report, I can assume that User List Name is "Real Estate" which is correspondent

ADGroupCriterionServices.

2016-11-18 Thread Eshwar Chettri
hi, I'am using AdGroupCriterionServices. So, I want to know that can I fetch the removed keywords from adwords using this particular service. Below is the piece of code I'am using selector.setFields(new String[]{"Id",

AdWords API Access

2016-11-18 Thread Garry Lachman
Hi, I want to use AdWords API Access only for server side conversion tracking becouse of async hooks from payment gateways. How can i get it approved a.s.a.p?? Manager Account ID: 527-661-4133 Thanks :) -- --