Re: Migrating from v201309 to v201402

2014-06-03 Thread Manjula Naidu
Hello, Thanks for response,We tried so many ways but still same error,could you people generate OAuthtoken for this account maxussmartwo...@gmail.com ,This account already has Adwords API enabled. I have urgent response , i am really waiting for you response , from 1 week onwards

Exporting AdWords Information

2014-06-03 Thread Visar
Hi, I'm trying to compile a database of the entire contents of my AdWords Accounts. Is there a way to get this information in one go (like what you get when you export a file from AdWords editor)? Or do I just need to get things in chunks using the API reports service, e.g. campaign report, ke

Re: How to set up "Bid only" option in a display network campaing

2014-06-03 Thread Ashish Pathak
Thank you Josh !, Its working. On Monday, June 2, 2014 10:42:11 PM UTC+5:30, Josh Radcliff (AdWords API Team) wrote: > > Hi Ashish, > > You'll need to specify the targeting setting when creating the ad group, > e.g., > > operations = [{ > 'operator': 'ADD', > 'operand': { >

Re: Migrating from v201309 to v201402

2014-06-03 Thread Michael Cloonan (AdWords API Team)
Hello Manjula, Unfortunately, I will not be able to generate the refresh token for you. However, we do have utilities in the same languages as our client libraries for helping to generate the refresh token. I understand that you are writing your application in Objective C; however, generating t

Using customer sync selector to find changes made by user

2014-06-03 Thread Dan
Hi guys, I am using the customer sync selector service to retrieve the list of changed campaigns through the AdWords API. This gives me a complete list of ALL the changed campaigns between two datetimes. Through the AdWords interface, it is possible to filter this list by user, e.g. only show

Re: Migrating from v201309 to v201402

2014-06-03 Thread Manjula Naidu
Hello all, Thanks for response,But we already implemented Oauthtoken by php,This is token * Authorization = "Bearer ya29.KgDioZGFF1OOxSAs-1dgSndM7m3RvOjpKc4hCvr3mdipheDkFTEB7BIIUQ";* we sending while searching for any keyword but i am getting error response *AuthenticationError.NOT

Re: [9-4263000003764] Migrating from v201309 to v201402

2014-06-03 Thread Manjula Naidu
hi, Thanks for response,before we implemented clientLogin for authentication process with the same account,when we shifted to oauth2 we are facing this problem. On Tue, Jun 3, 2014 at 6:57 PM, wrote: > Hello Manjula, > > I deleted your post from the public forum because it contained yo

Re: Linking account by PHP api

2014-06-03 Thread Michael Cloonan (AdWords API Team)
Hello, Can you please provide the full SOAP request/response you're getting when executing this by replying to me *privately* using the drop down arrow and "reply to author"? This will help me determine what the probable cause of this error is. Regards, Mike, AdWords API Team On Monday, June

Re: OfflineConversionError.INVALID_CONVERSION_TYPE but the conversion name is there

2014-06-03 Thread 254609078
Hi Anash I am getting a similar error with him.Looking forward to your reply.Thank you! On Tuesday, June 3, 2014 1:38:52 AM UTC+8, Anash P. Oommen (AdWords API Team) wrote: > > Hi Luca, > > Thanks for providing the debug details. I've asked the API team to > investigate this further. I'll upda

Linking MCC to another MCC - ManagedCustomerLink Error

2014-06-03 Thread fischi
Hi all! I am trying to link a MCC to another MCC, using API v. 201402. My script is this: $managedCustomerService = $user->GetService('ManagedCustomerService', ADWORDS_VERSION); $link = new ManagedCustomerLink(); $link->clientCustomerId = get_user_account( $thisuserdata->ID ); // g

Re: INVALID_CONVERSION_TYPE when conversion name exists

2014-06-03 Thread 254609078
Hi Ray I want to know whether the problem appeared again On Monday, May 12, 2014 10:07:12 PM UTC+8, Ray Tsang wrote: > > Simone, > > The rate limit may be a separate issue. Please send me a full > request/response log in private (using the reply to author feature). > > Thanks! > > Ray, > > On Sa

Re: OfflineConversionError.INVALID_CONVERSION_TYPE but the conversion name is there

2014-06-03 Thread mobster
I'm running in the exact same problems :/ I can make the conversion labels from the api and see them show up in the interface as well. Also i can list the labels from the api, they show up. But as soon as i want to upload data to it , it returns the OfflineConversionError.INVALID_CONVERSION_TYPE

INVALID_CONVERSION_TYPE when using OfflineConversions

2014-06-03 Thread mobster
Hi there, We are trying to upload our conversion via the api. We can create new conversion via the api without a problem but when we want to populate it we get an error OfflineConversionError.INVALID_CONVERSION_TYPE If we query for the available channels we get this response : {:total_num_en

Re: Exporting AdWords Information

2014-06-03 Thread Josh Radcliff (AdWords API Team)
Hi, There isn't a single service or report that will give you the entire contents of your accounts, so you will need to use structure reports or individual services to get this information. You may also want to take a look at our AwReporting project

Re: Using customer sync selector to find changes made by user

2014-06-03 Thread Josh Radcliff (AdWords API Team)
Hi, The API does not provide user information related to changes. We're aware that there's interest in this functionality but this is not available at the moment. Cheers, Josh, AdWords API Team On Tuesday, June 3, 2014 8:48:47 AM UTC-4, Dan wrote: > > Hi guys, > > I am using the customer sync

Re: Exception: Missing SoapHeader

2014-06-03 Thread Josh Radcliff (AdWords API Team)
Hi Gopi, Are you using one of the client libraries ? If the request below is your complete request, it is indeed missing the SOAP header, as the error indicates. If you are using of the client libraries then I'd be interesting in

Re: Linking MCC to another MCC - ManagedCustomerLink Error

2014-06-03 Thread Josh Radcliff (AdWords API Team)
Hi, The method you're invoking below is actually ManagedCustomerService.mutate (not ManagedCustomerService.mutateLink

Re: INVALID_CONVERSION_TYPE when using OfflineConversions

2014-06-03 Thread Josh Radcliff (AdWords API Team)
Hi Gerard, It looks like you do not have the conversion account set to the MCC for the AdWords accounts under the MCC. See the following Help Center article for details: https://support.google.com/adwords/answer/3061730 Cheers, Josh, AdWords API Team On Monday, June 2, 2014 10:40:32 AM UTC-4,

Re: Auction Insights Report

2014-06-03 Thread Josh Radcliff (AdWords API Team)
Hi Allen, I confirmed that the request has been filed but I don't have a date yet for when or if this will be available. Cheers, Josh, AdWords API Team On Tuesday, June 3, 2014 1:01:32 AM UTC-4, Allen wrote: > > I mentioned this one at the API Workshop in Sydney last week. > (I think Julian vo

Re: Integer Id fields in GEO_PERFORMANCE_REPORT

2014-06-03 Thread Josh Radcliff (AdWords API Team)
Hi Devesh, Good point -- I have updated the request to include CLICK_PERFORMANCE_REPORT. Cheers, Josh, AdWords API Team On Monday, June 2, 2014 9:13:22 PM UTC-4, Devesh Parekh wrote: > > Thanks, Josh. Can you add the CLICK_PERFORMANCE_REPORT to the enhancement > request as well? > > -- > Deve

Re: INVALID_CONVERSION_TYPE when conversion name exists

2014-06-03 Thread Josh Radcliff (AdWords API Team)
Hi, I'm not seeing a significant change in the frequency of these errors, but if you have an example that's failing that you expect to succeed, please send the request/response logs and customer ID *only to me* by clicking *Reply to Author* and I'll investigate. Thanks, Josh, AdWords API Team

Re: Exception: Missing SoapHeader

2014-06-03 Thread Gopi
Josh, We are using client libraries - googleads-java-lib-v1.26.0 Thanks Gopi On Tuesday, June 3, 2014 7:59:41 AM UTC-7, Josh Radcliff (AdWords API Team) wrote: > > Hi Gopi, > > Are you using one of the client libraries

Re: Linking MCC to another MCC - ManagedCustomerLink Error

2014-06-03 Thread fischi
Thank you so much for this information there. You helped me out - I got confused with the mutate and mutateLink parts. calling $result = $managedCustomerService->mutateLink( $operations ); solved the issue, and everything runs smoothly now :) Cheers, Thomas Am Dienstag, 3. Juni 2014 17:16:08

API Rate Limit (RateExceededError): Is it Developer token based or MCC Account Based?

2014-06-03 Thread Sudi Gopinath
I am trying to understand how RateExceededError(s) are associated with MCC accounts and Developer Tokens. My application uses a single developer token to pull various reports from AdWords (Keyword Performance, Ad Performance etc.) across multiple MCC accounts. During some large pulls across mu

Re: OfflineConversionError.INVALID_CONVERSION_TYPE but the conversion name is there

2014-06-03 Thread Josh Radcliff (AdWords API Team)
Hi, *Gerard:* It looks like you do not have the conversion account set to the MCC for the AdWords accounts under the MCC. See the following Help Center article for details: https://support.google.com/adwords/answer/3061730 (Note: I marked your other post as a duplicate of this post so we can

Re: OfflineConversionError.INVALID_CONVERSION_TYPE but the conversion name is there

2014-06-03 Thread Luca Fiaschi
Hi Josh, Unfortunately our customer did not store the information regarding the click Adwords account. Is it possible to query this information to Adwords anyhow? Thanks -- This mail was written on a iPhone keyboard, I apologize if the message is terse and for any spelling mistake > Il giorn

Re: OfflineConversionError.INVALID_CONVERSION_TYPE but the conversion name is there

2014-06-03 Thread Josh Radcliff (AdWords API Team)
Hi Luca, The only way I'm aware of is to use CLICK_PERFORMANCE_REPORT , although you can only run that report for one day and one account at a time. If all you have is the MCC, the click ID, and a rough estimate of the date

Re: Exception: Missing SoapHeader

2014-06-03 Thread Josh Radcliff (AdWords API Team)
Hi Gopi, That's interesting - I haven't heard of this happening before. Could you share the code you're using to create and submit your requests? If you'd prefer, you can send it only to me by clicking *Reply to Author*. Also, it would be good to know if you are running in a multi-threaded envi

AuthenticationError.LOGIN_COOKIE_REQUIRED @ ; trigger:

2014-06-03 Thread Gopi
I am using java client and I guess the access token is refresh automatically and need no manual intervention. Am i wrong? Thanks Gopi -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+G