Re: QuotaCheckError.ACCOUNT_INACCESSIBLE

2011-03-24 Thread Locobee
We authenticate using an MCC account and specify a client account using ClientEmail. I have double and triple checked the data we are sending and it is correct. I'm using v200909 client libraries and VB.net I am sending email password useragent developerToken applicationToken clientEmail Still

Re: QuotaCheckError.ACCOUNT_INACCESSIBLE

2011-03-24 Thread Anash P. Oommen
HI, Install Fiddler and enable https debugging in it. Set the client library's proxy url to firebug (I think it is http://localhost:). See what request is going to the clientlogin url and capture those logs. Email them to me (anash.p.oom...@google.com) and ping this thread. I'll troubleshoo

Re: CustomerSyncService - a few seconds triggers TOO_MANY_CHANGES

2011-03-24 Thread Anash P. Oommen
Hi BeeGeez, Every SOAP response from the AdWords API Server contains a unique number called requestId, that looks like ae782faeea7250ad579c59a3c21ff884. A typical soap response is given below: http://schemas.xmlsoap.org/soap/envelope/";>https://adwords.google.com/api/adwords/cm/v201101";>ae782f

Re: Sandbox access in v201101

2011-03-24 Thread Anash P. Oommen
Hi, Which client library are you using? Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Get all campaigns

2011-03-24 Thread Anash P. Oommen
Hi Jan, Are you using the AdWords API PHP library? If yes, you could refer to http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201101/GetAllCampaigns.php for getting all campaigns. If you are facing any issues running this example, let me know. Cheers, Anash P. Oo

Re: HOW TO CREATE DYNAMIC AD USING ADWORDS API

2011-03-24 Thread Anash P. Oommen
Hi, The client libraries have code examples for setting ad params. For example, the PHP code example is here: http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201101/SetAdParams.php . That said, it might not be that easy to get this done; an ad can have have only 2

Re: V13 Report Service

2011-03-24 Thread Anash P. Oommen
Hi Remya, The report service in v201101 is called ReportDefinitionService and its wsdl url is https://adwords.google.com/api/adwords/cm/v201101/ReportDefinitionService?wsdl . The documentation is available at http://code.google.com/apis/adwords/docs/reference/latest/ReportDefinitionService.html

Re: keywords containing plus sign

2011-03-24 Thread Anash P. Oommen
Hi, Looks like the server is removing plus signs from the keyword, so for now I don't think you could get suggestions for c++. I've opened an issue with the AdWords team, they will investigate this issue further. I'll update you once I hear from them. Cheers, Anash P. Oommen, AdWords API Advis

Re: HOW TO CREATE DYNAMIC AD USING ADWORDS API

2011-03-24 Thread Anash P. Oommen
Hi, Spoke too soon. / and . are supported in v201101, so you can support the ad you suggested. Thanks Chris. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://gr

AdWords Sandbox

2011-03-24 Thread hondo
hi, can someone recommend me a tool to initilize my sandbox account with test data? I don't want to implement create function for campaigns/adgroups... just to initialize my sandbox. Because our app mostly use reporting functionality of AdWords API. Is somehow possible to use "Google Editor" f

Unable to connect to the remote server while executing new AdWordsUser()

2011-03-24 Thread aminko
Hi guys, I'm trying to log in to AdWords sandbox using the .NET client library and constantly getting the following error: System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refus

Re: AdWords Sandbox

2011-03-24 Thread rayden
use examples to make some custom data. What you ask is not possible, as far as i know. Best, On 24 mar., 07:34, hondo wrote: > hi, > > can someone recommend me a tool to initilize my sandbox account with test > data? > > I don't want to implement create function for campaigns/adgroups... just to

Re: HOW TO CREATE DYNAMIC AD USING ADWORDS API

2011-03-24 Thread Chris
You can do this with 2 parameters, e.g. param1 = 219/2 and param2 = 36.0 So use your params as param1 = "runs"/"wickets" & param2 = "overs"."balls" Params allow "/" see http://code.google.com/apis/adwords/docs/reference/latest/AdParamService.AdParam.html -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Traffic estimator service API

2011-03-24 Thread Eric Koleda
Hi Jean, Yes, the account data will be used when generating the estimates. If you log in to your AdWords account and select "Reporting and Tools" -> "Traffic Estimator" this should return the same numbers as the API. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: RE: Anyone successfully using AdWords with OAuth?

2011-03-24 Thread Eric Koleda
Hi Chris, All of the AdWords API SOAP services support OAuth, but the report download servlet doesn't yet support it. The clientEmail is handled the same way with OAuth, in that you need to specify it if you are logging in with the credentials of an MCC account and want to target the request t

Re: RE: Anyone successfully using AdWords with OAuth?

2011-03-24 Thread chris h
Hi Eric, This is not an MCC situation, which is why switching to OAuth makes sense. We don't have have UI or API access to the customer's Adwords account. Instead, we are having them grant us an access token. So in this scenario, what information needs to be in the SOAP header? Is the Authent

Re: PAYLOAD_STORE_UNAVAILABLE

2011-03-24 Thread Eric Koleda
Hi, It may take up to 1 hour for the payload errors to be resolved. After an hour you should receive the final results, which should indicate what the problem was. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsap

Re: Using ClientLogin to get AuthToken

2011-03-24 Thread steven66062
Anash, Thanks. That was what I needed. I for some reason couldn't find how to do it in the sample code. In some of the documentation I have read an authorization it looks like the token has a time out. I am using the ReportDefinitionService. Do you know what the time limit is on this service?

Re: RE: Anyone successfully using AdWords with OAuth?

2011-03-24 Thread Eric Koleda
Hi Chris, If you are authenticating as the client account directly then you only need to specify the developerToken and useragent SOAP headers. The error is pretty broad, meaning only that there was a problem with OAuth. I would check that you are using the correct scope, and if that still do

Re: RE: Anyone successfully using AdWords with OAuth?

2011-03-24 Thread chris h
Eric, For the useragent, I'm assuming we can use anything - like our app name? When using OAuth, who gets billed for the API usage? I'll try again, and post a sanitized URL. Even though it won't serve our needs until the download servlet does oauth, it is still a necessary first step and is li

Re: RE: Anyone successfully using AdWords with OAuth?

2011-03-24 Thread Eric Koleda
Hi Chris, More information about the useragent header is here: http://code.google.com/apis/adwords/docs/headers.html API usage always gets billed to the MCC that owns the developer token, even when OAuth is used for authentication. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

All adgroups from all Campaigns Report

2011-03-24 Thread Peter Stannett
Hi all I am trying to create an Adgroup Performance Report for all campaigns within an account but am struggling to get the right sort of syntax. I appreciate this may be easy as pie for most users on here, however I would be extremely grateful if someone could either post some code that does this

Re: FW: PAYLOAD_STORE_UNAVAILABLE - every time

2011-03-24 Thread Eric Koleda
Hi Mike, Switching to v201101 will not necessarily resolve these problems, but there has been other BMJS issues in the past that have been due to v200909, so it may be worth investigating. Your solution on how to handle the failures sounds reasonable, and I'll talk to the core engineering team

Re: AdWords Sandbox: use production data in sandbox?

2011-03-24 Thread Eric Koleda
Hi Hondo, There is no automatic way to copy the data from your production account to the sandbox, and you'll have to create your own account structure after each sandbox refresh. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: How can i register as a developer.

2011-03-24 Thread Eric Koleda
Hi Alex, The URL should start with code.google.com: http://code.google.com/intl/ru/apis/adwords/ Information on how to sign up for API access is available here: https://adwords.google.com/support/aw/adwordsapi/bin/answer.py?hl=en&answer=15104 Best, - Eric Koleda, AdWords API Team -- =~=

Re: CustomerSyncService - a few seconds triggers TOO_MANY_CHANGES

2011-03-24 Thread BeeGeez
Okay, here's the requestId from the SOAP request generated (using a 45 second limit!) on Monday at 11:33am PST: c61e8adfdda36cd38b117e7484003235 On Mar 24, 1:03 am, "Anash P. Oommen" wrote: > Hi BeeGeez, > > Every SOAP response from the AdWords API Server contains a unique number > called request

Api NO CLIENT Criterion Mutate Problem, Seriously!

2011-03-24 Thread Alpcan CAKIR
Entire mutate code w/o wsdl and soap header is below, $criterion = array( 'adGroupId' => (float) $adgroup_id, 'criterion' => array('id' => (float) $criterion_id, 'Criterion.Type' => 'Keyword' ), 'userStatus' => 'PAUSED'

Re: Api NO CLIENT Criterion Mutate Problem, Seriously!

2011-03-24 Thread Alpcan CAKIR
PS: api version 201008 -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribe

get campaign ID using adgroupcriterionservice

2011-03-24 Thread kush
hi, I've set the campaignID's (array) for getting the adGroupCriterion stats I could retrieve the adgroupID and criterion ID in the results but i also want the campaignID to verify how many adgroups and keywords are there under a campaignID. Is there any provision for that in v201008 api? please h

Re: Change History report using API?

2011-03-24 Thread bgraves
Eric, 45 seconds isn't small enough for some of my accounts (throws TOO_MANY_CHANGES exception). Are we expected to call this service in a long long loop of 5 second increments just to get a day's worth of change history? This seems rather a waste. Brian On Mar 23, 11:40 am, Eric Koleda wrote

Sometimes getting JSON response and sometimes getting XML response on request to download a report based on report definition id (v201101)

2011-03-24 Thread DJAIN
Hello, The reports had been working good so far but suddenly started getting XML response with response code as 200 in the downloaded report file instead of JSON response. The XML response we are getting is shown below. When we re-ran the report, we again got JSON response and on third run agai

Not getting Cost data in Micros with v201101

2011-03-24 Thread DJAIN
Hello, Even if we set following request header, the report does not have amount figure in micros. It still gives the cost, cpc etc in $ format. What else we can do to get the amount in micros. Please suggest. urlConn.setRequestProperty("returnMoneyInMicros", Boolean.toString(true)); Thanks, Dh

Re: Api NO CLIENT Criterion Mutate Problem, Seriously!

2011-03-24 Thread Alpcan CAKIR
New version SAME ERROR. Anyone, Someone, who has a clue..waiting for a response. $criterion = new SoapVar(NULL, NULL, 'Keyword', $namespace); $criterion->id = 'XX'; $adGroupCriterion = new SoapVar(NULL, NULL, 'BiddableAdGroupCriterion', $namespace); $adGro