Re: SelectorError.SELECTOR_ERROR @ serviceSelector

2014-04-10 Thread GrueneOrchidee
Thank you! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are

Re: ClickAssistedConversions and ConversionTypeName not possible. Why?

2014-04-10 Thread Alex
We have the same problem. Am Montag, 7. April 2014 19:12:28 UTC+2 schrieb Ray Tsang (AdWords API Team): Arthur, Thanks for the clarification. I've noted down this request. Cheers! Ray On Monday, April 7, 2014 5:56:15 AM UTC-4, Arthur wrote: there is a difference between DURING

CONCURRENT_MODIFICATION after migration to v201402

2014-04-10 Thread Alexander Brokle
Hi Guys, we migrated yesterday from v201309 to v201402. Today we got on some request to adwords following error report: https://lh3.googleusercontent.com/-prKj7SVham8/U0ZTRGncBQI/AEg/kPyBESGbt0Y/s1600/image.png Why is that? And what can I do to eliminate this error?

Re: Dynamically changing ClientId in order to access multiple accounts

2014-04-10 Thread Visar
Hi Ray, I've tried passing directly both xxx-xxx- and xx and neither works. I've tried to comment out the clientCustomerId line in the auth.ini file but that returns an error. Leaving the CID in the auth.ini and trying to specify a different CID in the script as

Re: How do I set individual  campaign budget in v201402

2014-04-10 Thread Danial Klimkin
Hello Orangevn, There should be no changes between v201309 and v201402 in this regard. The code you copied looks correct for creating an individial budget. What is the exact issue you are seeing, is isExplicitlyShared value being ignored? -Danial, AdWords API Team. On Thursday, April 10,

Re: Invalid_Client using OAuth2TokenGenerator

2014-04-10 Thread Florio
How did you changed the accecc into User Interface API? Thanks Il giorno mercoledì 4 settembre 2013 16:07:31 UTC+2, Rivka ha scritto: Thanks.. the problem was I wasn't using an email address which was a Client Manager and had access to the User interface and API. Once I changed over that

Date Issues Persist After Setting php.ini Timezone

2014-04-10 Thread Benjamin Page
Hello All, Attempting my first local setup, running PHP client library version 5.2.2, MAMP with PHP version 5.4.10 on mac os x. I believe my auth.ini file to be configured correctly, and I updated my php.ini file to reflect America/Chicago timezone to match my system time. I am trying to run

AdGroupAdService returning empty list

2014-04-10 Thread mcc
I am making API calls to AdGroupAdService and it's returning an empty list every time. This API call was working fine yesterday, and today it has stopped working. I am unable to get the AdGroupAdService to return any pages, as you can see in the XML response below. Any ideas? One thought is

AuthenticationError.OAUTH_TOKEN_INVALID

2014-04-10 Thread Seth
Hi, Im having issues with my test account. I keep getting this error: AuthenticationError.OAUTH_TOKEN_INVALID Also when trying the example in the SOAP Primer (https://developers.google.com/adwords/api/docs/guides/soap) with the same token im getting No service was found. Any help would be

OAuth2.0 : problems getting RefreshToken

2014-04-10 Thread Florio
Hello, I am following the guide to get the refresh token as explained here: https://code.google.com/p/google-api-adwords-php/wiki/OAuth2 but after I use the last code I don't get the refresh token but this: Your OAuth2 Credentials are incorrect. Please see the GetRefreshToken.php example. {

Negative counts in targeted monthly searches

2014-04-10 Thread Benjamin Mauriala
(I tried to post this once already but it didn't appear to go through.) I am trying to use the TargetingIdeaService to get the targeted monthly searches. The problem I'm encountering is the count in some of the months is negative. If it helps, I think this is related to what I believe is

how can i get to know that what estimated count of people search specific keyword ? e.g. how many people search trolls as a keyword ?

2014-04-10 Thread Lalit Deshmukh
how can i get to know that what estimated count of people search specific keyword ? e.g. how many people search trolls as a keyword ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Search Queries - which information and how to get it

2014-04-10 Thread Luca Fiaschi
Hi all, we are looking at search queries information as a mean to optimize our keyword basket. I have two questions: 1) I can see from the documentation that it is possible to access a specific SEARCH_QUERY_PERFORMANCE_REPORT. However, I cannot find the corresponding SOAP objects ... is

Re: Exclude categorieds from keywords results

2014-04-10 Thread Danial Klimkin
Hello Sada, What is the error message you are getting? -Danial, AdWords API Team. On Wednesday, April 9, 2014 9:27:53 PM UTC+4, sada vemula wrote: Hi Danial, I've added multiple

Re: .net adwords api 'Failed to get access token for service account'

2014-04-10 Thread Danial Klimkin
Hello, We recommend to either use Installed application or Web application flows. The former one for the cases when you manage only your accounts (all accounts are linked to a single MCC) and the latter when you manage unlinked 3rd party accounts. In both cases, user interaction is only

Re: AdHoc Reports and API connection issues: 'The remote server returned an error: (400) Bad Request' and 'An existing connection was forcibly closed by the remote host'. Quota problem?

2014-04-10 Thread Danial Klimkin
Hello Brett, There is a known issue with ECN turned on by default. Please try the following on your server: netsh interface tcp set global ecncapability=disabled as described here:

Re: CONCURRENT_MODIFICATION after migration to v201402

2014-04-10 Thread Danial Klimkin
Hello Alexander, Please see: https://developers.google.com/adwords/api/docs/common-errors#DatabaseError -Danial, AdWords API Team. On Thursday, April 10, 2014 12:24:27 PM UTC+4, Alexander Brokle wrote: Hi Guys, we migrated yesterday from v201309 to v201402. Today we got on some

Re: OAuth2.0 : problems getting RefreshToken

2014-04-10 Thread Danial Klimkin
Hello Florio, Please check you have the correct client ID and secret specified in the library configuration. -Danial, AdWords API Team. On Wednesday, April 9, 2014 6:30:09 PM UTC+4, Florio wrote: Hello, I am following the guide to get the refresh token as explained here:

Re: Negative counts in targeted monthly searches

2014-04-10 Thread Danial Klimkin
Hello Benjamin, I can't reproduce this issue -- all stats returned are positive for me. Can you send us full XML request and the server response? Please make sure to remove developer token, access token etc from the logs. -Danial, AdWords API Team. On Wednesday, April 9, 2014 9:41:15 PM

Re: .net adwords api 'Failed to get access token for service account'

2014-04-10 Thread otsergoulas
Hello, My problem is that i use the adwords api on various scheduled tasks that user interaction is not possible. Can you describe me or redirect me to a link that shows clearly how to use adwords api with no user interaction? Is this even possible? Thanks Τη Πέμπτη, 10 Απριλίου 2014 2:54:56

Re: AdGroupAdService returning empty list

2014-04-10 Thread Danial Klimkin
Hello, You are missing the clientCustomerId field in the SOAP header. It is likely you are hitting your MCC account in this case, which can have no Ads. -Danial, AdWords API Team. On Thursday, April 10, 2014 2:28:18 AM UTC+4, m...@pelagodesign.com wrote: I am making API calls to

Re: .net adwords api 'Failed to get access token for service account'

2014-04-10 Thread Danial Klimkin
Hello, As mentioned above, user interaction is required only once, user needs to indicate he / she agrees the account will be managed by your application. When this is done you receive a refresh token which can be used in your scheduled tasks with no additional user interaction required.

Re: OAuth2.0 : problems getting RefreshToken

2014-04-10 Thread Florio
Hello Danial, yes, Client ID and Secret are correct. The same from the console. Logged in with the correct user. Any other ideas? F. Il giorno giovedì 10 aprile 2014 14:18:18 UTC+2, Danial Klimkin ha scritto: Hello Florio, Please check you have the correct client ID and secret specified

Re: OAuth2.0 : problems getting RefreshToken

2014-04-10 Thread Florio
Is it necessary to have an MCC account? Il giorno giovedì 10 aprile 2014 15:30:59 UTC+2, Florio ha scritto: Hello Danial, yes, Client ID and Secret are correct. The same from the console. Logged in with the correct user. Any other ideas? F. Il giorno giovedì 10 aprile 2014 14:18:18

Type for setting Ad Parameters

2014-04-10 Thread Ashish Pathak
Hi, I'm trying to upload value of keyword ad parameters in bulk. using following code : { 'xsi_type':'AdParamService', 'operator': 'SET',

Re: [AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'null']

2014-04-10 Thread Hpo MQQ
Make sure that when you are creating your refresh token on the Token Generation AdWords you are SIGN ON to the correct email account This can be seen on the top right corner after input of client key and id, Also make sure to check the API checkbox -- --

Re: AdGroupAdService returning empty list

2014-04-10 Thread mcc
That was it. The request was missing the clientCustomerId. Added that to the SOAP request and it is working now. On Wednesday, April 9, 2014 3:28:18 PM UTC-7, m...@pelagodesign.com wrote: I am making API calls to AdGroupAdService and it's returning an empty list every time. This API call

Shopping Campaign Product Partition report and outdated product bidding category IDs.

2014-04-10 Thread Jonathan Wu
Hello, I've been running some product partition reports for a client that was part of the Shopping Campaign beta. The thing is, some of the partitions have product bidding categories with IDs that are not returned from the ConstantDataService so I can't see the display value for the

Strange invalid grant errors using OAuth2

2014-04-10 Thread Damir Abdullin
Hello there, We experience strange behaviour causing invalid grant errors using OAuth2: com.google.api.client.auth.oauth2.TokenResponseException: 400 Bad Request { error : invalid_grant } Interesting thing is that we get this error on production server but everything is ok on other

How can I test AdWords API with not activated developer token?

2014-04-10 Thread Виталий Суворов
I'm the programmer of software company and I've recently tried to connect to the AdWords API and have some questions: - How can I use methods on my test account? For ex. I try to use'em and recieve an QuotaCheckError.INCOMPLETE_SIGNUP error. I think I must provide payment information to my MCC

RateExceededError rateName=RATE_LIMIT

2014-04-10 Thread kokoc . mcc
Hi. I cautch exception RateExceededError rateName=RATE_LIMIT when use adwords api exactly what we have exceeded the limits of? the daily limit? request per minute? thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: 'PercentNewVisitors' is not valid for report type KEYWORDS_PERFORMANCE_REPORT

2014-04-10 Thread thibault . quillard
Sorry for the late response, it indeed works now ! Thanks for your support :) Thibault On Thursday, March 20, 2014 4:47:13 AM UTC-3, Danial Klimkin wrote: Hello Thibault, I am sorry I got this wrong the first time. This field is available in the KEYWORDS_PERFORMANCE_REPORT but starting

Re: OAuth2.0 : problems getting RefreshToken

2014-04-10 Thread Damir Abdullin
Seems I have the same error but with Java API. I get this error on one production server but do not get on some another servers. Looks strange. On Thursday, 10 April 2014 17:30:59 UTC+4, Florio wrote: Hello Danial, yes, Client ID and Secret are correct. The same from the console. Logged in

Oauth 2.0 : problem getting refresh token

2014-04-10 Thread Andrea Firetto
Hello, I'm following the procedure described here: https://code.google.com/p/google-api-adwords-php/wiki/OAuth2 But after all I get that answer: Your OAuth2 Credentials are incorrect. Please see the GetRefreshToken.php example. { error : invalid_client, error_description : Bad request. }

Re: Changing budget name on deletion

2014-04-10 Thread Ray Tsang (AdWords API Team)
Rasmus, I understand. I'll see if that behavior can be enhanced. Cheers, Ray On Wednesday, April 9, 2014 5:23:42 PM UTC-4, Rasmus Ladekjær Pedersen wrote: Sure, that works. It is a bit chatty though. I thought it possibly to change multiple parameters in one request to the server, and

Re: Dynamically changing ClientId in order to access multiple accounts

2014-04-10 Thread Ray Tsang (AdWords API Team)
My apologies. Please refer to the source code and/or PHP doc, or the configuration file itself: https://github.com/googleads/googleads-php-lib/blob/master/src/Google/Api/Ads/AdWords/auth.ini#L11 It should be SetClientCustomerId(...). Cheers, Ray On Thursday, April 10, 2014 4:27:03 AM UTC-4,

Re: Search Queries - which information and how to get it

2014-04-10 Thread Ray Tsang (AdWords API Team)
Luca, Please see our Reporting Guidehttps://developers.google.com/adwords/api/docs/guides/reporting. I'd highly recommend you using a client libraryhttps://developers.google.com/adwords/api/docs/clientlibraries- they all have examples on fetching reports. Cheers, Ray On Thursday, April

Re: Strange invalid grant errors using OAuth2

2014-04-10 Thread Ray Tsang (AdWords API Team)
Damir, Feel free to email me by using the reply to author function. Are you using a client library? Have you followed the instructions in our OAuth 2.0 guidehttps://developers.google.com/adwords/api/docs/guides/authentication ? Cheers, Ray On Thursday, April 10, 2014 7:55:11 AM UTC-4,

Re: How can I test AdWords API with not activated developer token?

2014-04-10 Thread Ray Tsang (AdWords API Team)
Hi, Please review our INCOMPLETE_SIGNUP error guidehttps://developers.google.com/adwords/api/docs/common-errors#QuotaCheckErrorin detail. You can only use unapproved developer token against a test account https://developers.google.com/adwords/api/docs/test-accounts. Lastly, you have to

Re: RateExceededError rateName=RATE_LIMIT

2014-04-10 Thread Ray Tsang (AdWords API Team)
Hi, Please review our AdWords API Rate Limits guidehttps://developers.google.com/adwords/api/docs/guides/rate-limits. There should be more information associated w/ the exception and you have to access it via additional methods. Cheers, Ray On Thursday, April 10, 2014 9:50:24 AM UTC-4,

Re: Receiving QuotaCheckError.INCOMPLETE_SIGNUP

2014-04-10 Thread Ray Tsang (AdWords API Team)
Hi all, Anyone that's receiving INCOMPLETE_SIGNUP errorshttps://developers.google.com/adwords/api/docs/common-errors#QuotaCheckError, please review our latest error handling guidehttps://developers.google.com/adwords/api/docs/common-errors#QuotaCheckError . Thanks, Ray On Wednesday, April

New Google Shopping Performance Report - How to get product title

2014-04-10 Thread Jeremy Gerk
Working with the new SHOPPING_PERFORMANCE_REPORT and trying to get the title of the product. Any ideas would be greatly appreciated. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: QuotaCheckError.ACCOUNT_INACTIVE at MCC Test Account and production developer Token

2014-04-10 Thread Ray Tsang (AdWords API Team)
Hi all, If you are receiving INCOMPLETE_SIGNUP errorhttps://developers.google.com/adwords/api/docs/common-errors#QuotaCheckError, please carefully review the common error guide on how to resolve thishttps://developers.google.com/adwords/api/docs/common-errors#QuotaCheckError . Thanks, Ray

Re: PHP Client Library: An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'null']

2014-04-10 Thread Ray Tsang (AdWords API Team)
Hi all, If you are receiving INCOMPLETE_SIGNUP errorhttps://developers.google.com/adwords/api/docs/common-errors#QuotaCheckError, please carefully review the common error guide on how to resolve thishttps://developers.google.com/adwords/api/docs/common-errors#QuotaCheckError . Cheers, Ray

How to share and refresh access token.

2014-04-10 Thread 照沼領
Hi, All. My program shares credential by MapRefresh Token,Credentail and retrieves refresh token on own. I have 2 questions. Q1. Is it prohibited to retrieve refresh token by myself ? Q2. Does any serviceInterface retrieve automatically in progress ? eg.

Re: How can I test AdWords API with not activated developer token?

2014-04-10 Thread Виталий Суворов
I can't enter billing information. I'm from Russia. The SelectPaymentOption page doesn't show me payment options. пятница, 11 апреля 2014 г., 2:11:12 UTC+4 пользователь Ray Tsang (AdWords API Team) написал: Hi, Please review our INCOMPLETE_SIGNUP error