Re: C16. Requirement. Set ad device preference

2015-03-03 Thread Лена Про
Just wanted to clarify that I am talking about these requirements https://developers.google.com/adwords/api/docs/requirements -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDe

C16. Requirement. Set ad device preference

2015-03-03 Thread Лена Про
Hello! Can anyone please help me with the C.16 requirement. The thing is, in Russian, it is interpreted as "Choosing the devices on which the ads should be shown". It sounds like we can choose a platform: desktop, mobile or tablet. In English, it is "Set ad device preference" (which is somewhat

INVALID_PROXIMITY_ADDRESS occurs for valid data episodically

2015-03-03 Thread Dzmitry Zahusta
Hi! While performing the following code INVALID_PROXIMITY_ADDRESS occurs episodically Address address = new Address(); address.setCityName("Johnson City"); address.setCountryCode("Tennessee"); address.setProvinceName("US"); Proximity proximity = new Proxi

Re: Получаю access_token из refresh_token, но дальнейшие запросы дают OAUTH_TOKEN_INVALID

2015-03-03 Thread sneustroev
Обращаю внимание, что у меня под тестовым все работает, а вот если перенастроить на рабочий аккаунт - тогда ошибка! среда, 4 марта 2015 г., 0:17:35 UTC+2 пользователь Josh Radcliff (AdWords API Team) написал: > > Hi, > > Sorry, I can only answer in English. That error indicates that the > *Auth

Re: Получаю access_token из refresh_token, но дальнейшие запросы дают OAUTH_TOKEN_INVALID

2015-03-03 Thread sneustroev
Я указываю *Authorization* header : clientCustomerId DeveloperToken 1cAdWords false false А также в заголовке HTTP-запроса: Authorization Bearer access_token среда, 4 марта 2015 г., 0:17:35 UTC+2 пользователь Josh Rad

Re: How to see Conversion Optimizer Mode in Google AdWords website?

2015-03-03 Thread Linh Doan Manh
Thanks Josh, On Wednesday, March 4, 2015 at 4:52:30 AM UTC+7, Josh Radcliff (AdWords API Team) wrote: > > Hi Linh, > > To find the equivalent setting in the UI, go to: > >- Tools -> Conversions >- Settings >- The *Conversion bid metric* should reflect the settings specified >via

[JAVA] Checksum validation failed

2015-03-03 Thread Brandon
Hi, I'm using Maven. Recently, it kept printing warning messages every time I built my project. Everything goes fine, just a little bit annoying. The error messages are as follows: [WARNING] Checksum validation failed, expected 1499efa512d74d675dfc5cd9e9635799eb742aed but is 852c0ecde1c2383b

Re: Issue on Conversion Time which getting an error OfflineConversionError.CONVERSION_PRECEDES_CLICK

2015-03-03 Thread Marlon Haniff
Hi Josh, We are using a Ruby script and getting the following with API version v201409: AdwordsApi::V201409::OfflineConversionFeedService::ApiException - [OfflineConversionError.CONVERSION_PRECEDES_CLICK @ operations[0].operand] Our DATETIME_FORMAT = "%Y%m%d %H%M%S America/New_York" - is this

Re: Issue on Conversion Time which getting an error OfflineConversionError.CONVERSION_PRECEDES_CLICK

2015-03-03 Thread Marlon Haniff
Hi Josh, We are using a Ruby script and getting the following with API version v201409: AdwordsApi::V201409::OfflineConversionFeedService::ApiException - [DateError.INVALID_STRING_DATE_TIME @ operations[0].operand] Our DATETIME_FORMAT = "%Y%m%d %H%M%S America/New_York" - is this correct? Also

Re: Ad group performance Report with Labels as restriction conditions (predicates)

2015-03-03 Thread Josh Radcliff (AdWords API Team)
Hi Alex, When filtering by labels, you need to use label IDs , not label names. You can get the IDs of your labels using LabelService.get

Re: Internal API error running GetCampaignsByLabel.php

2015-03-03 Thread Josh Radcliff (AdWords API Team)
Hi, I see you're trying to filter by label name. However, when using filters in predicates you need to use label IDs . Please give that a try and let me know if you still encounter errors. Thanks

Re: Developer Token - where do I get it

2015-03-03 Thread Josh Radcliff (AdWords API Team)
Hi, You can find the developer token by logging into your MCC and clicking: 1. Gear icon -> *Account settings* 2. (On the left) *AdWords API Center* Cheers, Josh, AdWords API Team On Tuesday, March 3, 2015 at 2:33:21 PM UTC-5, Austin Trombley wrote: > > I have read all the documentation a

Re: Checking of money report field for null value

2015-03-03 Thread Josh Radcliff (AdWords API Team)
Hi, I see what you're saying - the filtering doesn't seem to be working as expected for that field. I'll follow up with the reporting team and ask them to investigate. In the meantime, since only *UNIT* partitions can have bids, could you filter by PartitionType = UNIT AND IsNegative = false i

Re: Get Keywords without rate exceeded error

2015-03-03 Thread Josh Radcliff (AdWords API Team)
Hi, Are you using AdGroupCriterionService to get the list of keywords on an existing ad group or TargetingIdeaService

Re: Checking report Money variable for NULL value

2015-03-03 Thread Josh Radcliff (AdWords API Team)
Hi, Could you indicate which report and which Money field you are trying to use in your predicate? Also, if you have a campaign or ad group ID and date range I could use to check on my side, that would be helpful. Thanks, Josh, AdWords API Team On Tuesday, March 3, 2015 at 2:33:21 PM UTC-5, Ni

Re: Получаю access_token из refresh_token, но дальнейшие запросы дают OAUTH_TOKEN_INVALID

2015-03-03 Thread Josh Radcliff (AdWords API Team)
Hi, Sorry, I can only answer in English. That error indicates that the *Authorization* header in your request does not contain a valid OAuth token. Please read through that link and make sure that you are formatting the

Re: Service Account Fail Connection for v201409 ?

2015-03-03 Thread Josh Radcliff (AdWords API Team)
Hi Jan, Thanks for the info. It looks like this is a known issue with the OAuth library: - https://github.com/google/google-oauth-java-client/issues/100 - https://github.com/google/google-oauth-java-client/issues/101 The AdWords API Team doesn't maintain that lib, but we'll upgrade our

Re: Service Account Fail Connection for v201409 ?

2015-03-03 Thread Jan Lolling
Hi Josh, yes, I have seen this problem also and changed to the new scope https://www.googleapis.com/auth/adwords I guess there is a problem with the error handling in the method TokenResponseException.from(..) If the response has no content (InputStream is null, the creation if the exceptio

Re: Service Account Fail Connection for v201409 ?

2015-03-03 Thread Jan Lolling
Additional information to my last post. I got NullPointerExceptions like this: java.lang.NullPointerException at com.google.api.client.repackaged.com.google.common.base.Preconditions. checkNotNull(Preconditions.java:191) at com.google.api.client.util.Preconditions.checkNotNull(Preconditio

Re: Is there any way to get the top keywords based on the search volume in a city using Google Adword API

2015-03-03 Thread Josh Radcliff (AdWords API Team)
Hi, You can include a LocationSearchParameter in your TargetingIdeaSelector

Re: Getting error UserListError.INVALID_TYPE when trying to modify a Rule-based user list

2015-03-03 Thread Josh Radcliff (AdWords API Team)
Hi, At this point rule-based lists created through the UI and the API use a different underlying structure, so you'll only be able to edit them in the context in which they were created. In other words, you can only edit lists created via the UI using the UI, and you can only edit lists created

Re: How to see Conversion Optimizer Mode in Google AdWords website?

2015-03-03 Thread Josh Radcliff (AdWords API Team)
Hi Linh, To find the equivalent setting in the UI, go to: - Tools -> Conversions - Settings - The *Conversion bid metric* should reflect the settings specified via the API Cheers, Josh, AdWords API Team On Tuesday, March 3, 2015 at 2:40:25 AM UTC-5, Linh Doan Manh wrote: > > Hi Api

Re: Empty criterion report in display campaign

2015-03-03 Thread Josh Radcliff (AdWords API Team)
Hi Christian, Is the campaign using custom affinity audiences, by any chance? If so, the criteria API report won't return rows for impressions attributed to those audiences since they aren't yet supported in the API. Thanks, Josh, AdWords API Team On Monday, March 2, 2015 at 3:45:09 PM UTC-5,

Re: Service Account Fail Connection for v201409 ?

2015-03-03 Thread Josh Radcliff (AdWords API Team)
Hi Jan, That scope has been deprecated, but tokens obtained for it in the past should continue to work. See our Authentication guide for details and for the new, recommended scope. Were your requests working previous

Get the "budget remaining account"?

2015-03-03 Thread Eduardo Cruz
Hello. I was wondering if it is possible to obtain the "budget remaining account" of a given account with the help of the API. And if possible how to get it from java. Thank you for your attention. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Get the "budget remaining account"?

2015-03-03 Thread Eduardo Cruz
Hello. I was wondering if it is possible to obtain the "budget remaining account" of a given account with the help of the API. And if possible how to get it. Thank you for your attention. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://goog

Checking report Money variable for NULL value

2015-03-03 Thread Nick Vilenski
Hello, How can we filter NULL values in the Money fields to ignore them? Checked variant ' > 0 ' but it hasn't changed anything. It's needed to decrease report size, so will be grateful for any answers. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google

Ad group performance Report with Labels as restriction conditions (predicates)

2015-03-03 Thread Alex Fung
Hi all! I am new to this forum but I have been a silent watcher for some time now. I recently encountered a problem when I am pulling ad group performance report and I was hoping you all might know sth or even help me out on this: Below is the report definition: report = { 'repo

Checking of money report field for null value

2015-03-03 Thread Nick Vilenski
Hi, I'm trying to get Product Partition report with filtering by null values of 'CpcBid' field. Tried to use predicate 'CpcBid > 0', but it didn't bring me any result (I got the same report with Null values). How can I filter such values for Money type? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Internal API error running GetCampaignsByLabel.php

2015-03-03 Thread Skyler Christensen
So I have successfully executed other operations such as GetCampaigns.php and GetLabels.php, but when I run GetCampaignsByLabel.php I get an a generic internal api error message. My end goal is to simply get a list of the Campaigns that contain the label "Tog_Sav" and pause/enable them. Thank

Developer Token - where do I get it

2015-03-03 Thread Austin Trombley
I have read all the documentation and I can't find my developer token. The MCC was set up a long time ago (before my time), and I can't find anywhere? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https:

Re: Service Account Fail Connection for v201409 ?

2015-03-03 Thread Jan Lolling
I have the same issue with the Java API. I use the version 1.37.0 of the ads-lib and 1.19.0 for the http-client. At the moment I use the scope "https://adwords.google.com/api/adwords";. Is there any additional scope I have to add? Best regards Jan Lolling On Wednesday, 5 November 2014 21:36:19

Get Keywords without rate exceeded error

2015-03-03 Thread prasanth . g
Hi, I want to get all the keywords under about 150 campaigns. Keywords count is around 2 lakhs. Every time I'm getting rate exceeded error with retry interval of 24hrs. Could you please prescribe me a possible solution to do the same without rate exceeded error. I'm using Java!! -- -- =~=

Получаю access_token из refresh_token, но дальнейшие запросы дают OAUTH_TOKEN_INVALID

2015-03-03 Thread sneustroev
Доброго времени суток! Работаю с прямыми запросами к сервисам. Использовать клиентские библиотеки нет возможности. У меня все работает для тестового аккаунта: я получил refresh_token и генерирую из него access_token. Далее отправляю запрос к любому сервису AdWords, получаю ответы. Теперь у меня

Re: OfflineConversionFeed with multiple AdWords accounts

2015-03-03 Thread Rob
Hi Takeshi, I know this is old, but the problem of multiple accounts has just cropped up again in a big way with MCC conversions. I can confirm that when uploading a gclid for a different account to the one specified in the client ID, the API returns an error. Unfortunately, that error is UNAU

Re: "caseValue" for ProductPartition unexpectedly null when subdivided by "Channel" or "Channel Exclusivity".

2015-03-03 Thread Michael Cloonan (AdWords API Team)
Hello, I apologize for the delay. We are still looking into this. I will update you as soon as I have information to share. Regards, Mike, AdWords API Team On Monday, March 2, 2015 at 12:33:54 PM UTC-5, HK wrote: > > Hi, Mike > > Any updates on this issue or the Product Scope issue? > > Thanks,

Re: how to get reach data(unique impressions) for each campaign

2015-03-03 Thread Michael Cloonan (AdWords API Team)
Hello, What happens if you just select the Campaign ID? Is it still segmented? There might be some innate segmentation in this report on a field other than Campaign ID. Regards, Mike, AdWords API Team On Saturday, February 28, 2015 at 12:39:17 AM UTC-5, Eitan Shay wrote: > > Bounce. Anyone can

Getting error UserListError.INVALID_TYPE when trying to modify a Rule-based user list

2015-03-03 Thread Gavin Rifkind
Good day I am trying to modify a Rule-based user list using the API. For user lists that were created using the API, it words fine. For user lists that were created manually via the AdWords GUI, I am getting the exception UserListError.INVALID_TYPE What I have seen when using the "get" is that th

Re: Adwords Api Support for Call-only Campaigns

2015-03-03 Thread usman zafar
Michael, Thank you sir! On Tuesday, 24 February 2015 22:05:06 UTC+4, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > To use this feature via the API, you will be making CallOnlyAd > > s. > >