Re: Updating/adding budgets using mutateJobService

2013-02-14 Thread Anash P. Oommen (AdWords API Team)
Hi John, Thanks for letting us know, I'll forward your request to the appropriate team. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, February 14, 2013 7:52:43 PM UTC+5:30, John Lister wrote: > > Hi, is the adwords team likely to add budgets to the mutateJobService. I > see from t

Re: Multiple Test Accounts under the same MCC?

2013-02-14 Thread Anash P. Oommen (AdWords API Team)
Hi Dino, Yes, you can have multiple test accounts under your MCC, but retrieving the account hierarchy is not possible through test accounts since MCC accounts cannot be marked as test accounts. You either need an approved token for that, or mock out the call to ManagedCustomerService.get if yo

Re: Multiple Test Accounts under the same MCC?

2013-02-14 Thread Anash P. Oommen (AdWords API Team)
Hi Dino, Yes, you can apply for multiple test accounts under the same MCC. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, February 13, 2013 5:01:03 PM UTC+5:30, DMAnalytics wrote: > > Is is possible to have multiple Test Accounts under the same MCC? We want > to be able to list all

Re: Is it possible to retrieve CustomerID by providing Username, Password & DeveloperToken using the API?

2013-02-14 Thread Anash P. Oommen (AdWords API Team)
Hi Vikram, If you have MCC credentials, then you can use ManagedCustomerService.get to get the details you are looking for. See http://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201209/accountmanagement/GetAccountHierarchy.java for a

Re: SSL connections hanging

2013-02-14 Thread Anash P. Oommen (AdWords API Team)
Hi Chris, ssl hanging/timeouts usually have to do with the local network or ISP issues. I'm not aware of any SSL related issues being reported internally or from other users. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, February 14, 2013 1:08:33 AM UTC+5:30, Chris Palmer wrote: >

Re: Error in TargetingIdeaService.

2013-02-14 Thread Anash P. Oommen (AdWords API Team)
Hi Kapil, Could you please post a sanitized soap request and response xml? Repeated UNEXPECTED_INTERNAL_API_ERROR is usually an issue at our end. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, February 13, 2013 7:29:26 PM UTC+5:30, Kapil wrote: > > Hello, > > I am using TargetingId

Re: Concurrent limit for MutateJobService

2013-02-14 Thread Anash P. Oommen (AdWords API Team)
Hi John, I don't think there is such a limit for MJS. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, February 14, 2013 7:54:30 PM UTC+5:30, John Lister wrote: > > I noted that the docs for the deprecated BulkMutateJobService state that > at most 10 concurrent requests can be uploade

Re: Oauth2 jwt ruby issue

2013-02-14 Thread jmcuello
Hi Danial, I'm having the same problem here. I'm using OAuth2_Jwt with this config: :oauth2_issuer: xx...@developer.gserviceaccount.com' :oauth2_secret: 'notasecret' :oauth2_keyfile: '/path/to/privatekey.p12' :oauth2_prn: '' # Other parameters. :developer_token: 'xx

QuotaCheckError.INCOMPLETE_SIGNUP

2013-02-14 Thread Jeff Cole
I get this when calling the APIs. I've already entered in my billing details. Can somebody suggest the next step? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adword

Is there a way to get the serving status of a campaign using Reports?

2013-02-14 Thread dimitrios . leventeas
In an ideal world I could filter reports(and in particular Ad Performance Report) using as a predicate ServingStatus instead of just C

AuthorizationError.USER_PERMISSION_DENIED error with v201209

2013-02-14 Thread igor
Hi, I have a python application that is using latest APIs version with offline OAuth2. While developing I was using MCC with test client account without any issues (developerToken is approved). During test with live account this error popped up. Initially I assumed that I really do not have API

Querying multiple date ranges

2013-02-14 Thread Alex Coventry
Is there a way to simultaneously query multiple date ranges? I would like to do performance comparisons month-against month, i.e., Jan 2013 against Jan 2012, Dec 2012 against Dec 2011, etc. Do I need to do a separate query for each month I want to analyze, or is there a way to get performance

Re: DISPLAY_KEYWORD_PERFORMANCE_REPORT not working

2013-02-14 Thread Martin Panelati
Thanks Paul! I really look forward to this report to become available. Regards, Martin On Wednesday, January 9, 2013 1:53:36 PM UTC-3, Paul Matthews wrote: > > Hi Martin, > > You are right in pointing out that it is a beta feature, this means that > it's a feature only enabled for users on the b

Fwd:

2013-02-14 Thread Tony Newton
http://lasvegassuites.org/88tcxk.php?s=lf -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message be

Re: Fault occurred while processing when trying to add campaigns

2013-02-14 Thread David Torres
Hi Timo, I've forwarded your issue to the team. I will have you a response soon. Best, - David On Monday, February 11, 2013 8:02:47 AM UTC-5, Timo Aarnio wrote: > > Hi, I'm sorry for the delay from my side as well. > > Yes, the issue is still there, here's the latest error call: > [Feb 11 2013

Concurrent limit for MutateJobService

2013-02-14 Thread John Lister
I noted that the docs for the deprecated BulkMutateJobService state that at most 10 concurrent requests can be uploaded, but the docs for MutateJobService don't give any limit. Is there a limit and is the behaviour on reaching this limit the same? Thanks John -- -- =~=~=~=~=~=~=~=~=~=~=~=~=

Updating/adding budgets using mutateJobService

2013-02-14 Thread John Lister
Hi, is the adwords team likely to add budgets to the mutateJobService. I see from the docs that budgets aren't listed as valid operations, but the result includes budget operations so I thought maybe the docs were wrong, but calling it with a budget results in a "Cannot resolve 'ns2:BudgetOpera

Re: Error creating a copy of an existing Template Ad

2013-02-14 Thread pete
Hi Kevin I've attached a file containing all the request/response streams for the operation. Appreciate your help. pete On Wednesday, 13 February 2013 22:00:37 UTC, Kevin Winter (AdWords API Team) wrote: > > Hi Pete, > Could you show us what your selector looks like for your get request? >

Re: Oauth2 jwt ruby issue

2013-02-14 Thread hagay
Hi Daniel, Ok. In that case i guess I should use the the Oauth2 . The issue is that I need to access the adsowrds api (using oauth2) *without user interaction*. Do i still need the 'Service account' or 'Installed Application' ? If I need to use the 'Installed Application' how can i fetch the

Re: Oauth2 issue - referring to Daniel Klimkin

2013-02-14 Thread Danial Klimkin
Answred in: https://groups.google.com/d/msg/adwords-api/FFHpS4KpYvQ/WYOJQRbJMMoJ -Danial. On Wednesday, February 13, 2013 7:01:06 PM UTC+4, hagay wrote: > > Hi, > > I am writing server side application that using adwords_api, witch mean i > should use OAUTH2_JWT, right? > > To create the clie

Re: Test Account Approval?

2013-02-14 Thread Anash P. Oommen (AdWords API Team)
Hi Joshua, Please drop a mail to adwordsapi-tok...@google.com for status updates on your test account. Cheers, Anash P. Oommen, AdWords API Advisor On Wednesday, February 13, 2013 11:48:22 PM UTC+5:30, Joshua wrote: > > Hi there, > I applied for an API Test account and MCC on 2/1/13, and was to

Re: New Adwords version

2013-02-14 Thread Anash P. Oommen (AdWords API Team)
Hi Patrick, Yes, AdWords API has some changes to expose the new features announced by AdWords. Please refer to http://googleadsdeveloper.blogspot.in/2013/02/new-adwords-api-features-supporting.html for details. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, February 14, 2013 12:

Re: Java library not refreshing Access Token?

2013-02-14 Thread Anash P. Oommen (AdWords API Team)
Hi Oliver, I'm not sure if every client library refreshes the OAuth2 tokne on expiration. I suggest opening an issue in the library's issue tracker to clarify this with the library maintainer. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, February 14, 2013 2:49:00 PM UTC+5:30, Oli

Re: Adword Token set to Pending for around 1 year

2013-02-14 Thread Anash P. Oommen (AdWords API Team)
Hi Andy, You could mail me the details instead. You could reach me at anash.p.oom...@google.com. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, February 14, 2013 5:06:05 PM UTC+5:30, an...@mediabandit.co.uk wrote: > > Hi Anash, > > Not sure if you can help me again, but David hasnt

Is it possible to retrieve CustomerID by providing Username, Password & DeveloperToken using the API?

2013-02-14 Thread Vikram Takkar
Hello Guys, Is it possible to retrieve *CustomerID *by providing Username, Password & DeveloperToken using the API? If Yes, which Web service to use? Please let me know, if you require any more details. Thanks & Regards Vikram Takkar http://vikramtakkar.blogspot.com -- -- =~=~=~=~=~=~=~=~=~

Multiple Test Accounts under the same MCC?

2013-02-14 Thread DS Analytics
We are developing an application targeted at Agencies and I wanted to check if we can have multiple test accounts under the same MCC? What we want is to show all the clients managed by an agency and also individual campaigns operated for each of those clients. So can the developer token be appr

Test Account Approval?

2013-02-14 Thread Joshua
Hi there, I applied for an API Test account and MCC on 2/1/13, and was told to confirm that we only need a test account at the moment a few days ago. Then no more contacts regarding this. I remember it said we should hear back within 10 days but now it has been longer than that. Wondering if the

Getting list of customers managed by an MCC

2013-02-14 Thread LVMAPI
I have a developer token and a Test Account within our MCC. 1) Can we have more than 1 test account per mcc? 2) Can we designate an entire MCC as sandbox? If so how? 3) Which service do we use to get a list of all the clients managed by an MCC? Thanks, Dino -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~

Multiple Test Accounts under the same MCC?

2013-02-14 Thread DMAnalytics
Is is possible to have multiple Test Accounts under the same MCC? We want to be able to list all the accounts and their individual campaigns managed by an MCC Thanks, Dino -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.b

Re: Get TextAds and DynamicSearchAd via adGroupAdService

2013-02-14 Thread Anash P. Oommen (AdWords API Team)
Hi Maciej, I'll ask our tech writer to fix the documentation. But what I meant was that AdWords API also has a beta feature that is unrelated to AdWords' beta feature. DynamicSearchAd is marked as a beta feature in AdWords API. You need to get in touch with your account manager and ask for AdWo

Re: Adword Token set to Pending for around 1 year

2013-02-14 Thread andy
Hi Anash, Not sure if you can help me again, but David hasnt replied to my email sent a few days ago, can you nudge him please. Andy On Wednesday, February 13, 2013 6:22:21 AM UTC, Anash P. Oommen (AdWords API Team) wrote: > > Hi Andy, > > Sounds good. Please provide David with the necessary

Re: Oauth2 jwt ruby issue

2013-02-14 Thread Danial Klimkin
Hello hagay, You should only use OAUTH2_JWT if you are administering your own domain. If you access 3rd party accounts, you should use plain OAUTH2. In case you do manage the domain, you need to grant the application to impersonate users for AdWords, please check with your domain administrator

Re: [5-7596000000445] Re: AdGroup Targeting Method in v201209

2013-02-14 Thread Danial Klimkin
Hello Peter, Please see my answer earlier in the thread. Let us know if it doesn't answer your question. -Danial, AdWords API Team. On Thursday, February 14, 2013 2:02:30 PM UTC+4, Kraszi wrote: > > Hi Danial, Do you have any updates on this? Regards,Peter > "Krasznai Péter" > írta: > >H

RE: [5-7596000000445] Re: AdGroup Targeting Method in v201209

2013-02-14 Thread Krasznai Péter
Hi Danial, Do you have any updates on this? Regards,Peter "Krasznai Péter" írta: >Hi Danial, Thanks for your response. However, I don't understand exactly >your explanation. You can see that the adgroup contains a managed placement >(website):http://screencast.com/t/gye6paWX5w2I I don't wan

Java library not refreshing Access Token?

2013-02-14 Thread Oliver
We're using the Java library (v201209) and noticed that our Access token expires every 1 hour ending up with OAUTH_TOKEN_INVALID exception. We were under the impression that the Java library takes care of renewing the Access token automatically, but this doesn't seem to be happening. Any ideas