AdWords API Re: CPC, CPM, Cost Formatting

2009-06-11 Thread Peer
Hi, You should take a look at this page http://code.google.com/apis/adwords/docs/developer/adwords_api_services.html Here is an extract: Monetary Units Throughout the AdWords API, money values are always specified in terms of micros, which are millionths of the fundamental currency unit. The

AdWords API CPC, CPM, Cost Formatting

2009-06-11 Thread yehuda54
I am new to the google api reporting service. I completed writing a java application that generates a report, downloads the xml and parses it. I am noticing that some of the values are off, such as the cpc, cpm, cost, maxCpc.. -- it seems that google appends 4 trailing for example: cpc="250

AdWords API Re: ssl broken pipe | connection reset by peer

2009-06-11 Thread AdWords API Advisor
Hello All, I wanted to provide an update today, as we've heard word from several developers that some of their HTTPS connections are still being closed prematurely or are otherwise unsuccessful. Our internal engineering team has not yet been able to track down a root cause in our logs based on

AdWords API Re: Getting "changes made concurrently by another agent" errors recently 2

2009-06-11 Thread AdWords API Advisor
Hello Gus, That's not an error you'd normally expect if you're sure you're not running multiple processes or threads, or using the AdWords web interface or AdWords Editor at the same time. Could you turn on logging for the SOAP messages you're receiving, and pass along the value you find in th

AdWords API Re: The specified account has been blocked due to excessive failed logins

2009-06-11 Thread AdWords API Advisor
Hello, That error occurs when you attempt to use a password that is not valid for your given login email. Please make sure that you have the correct email/password combination entered in to your application's requests. Once you receive that error, the recommended course of action is to visit

AdWords API Difference between AdGroupMaxContentCpc and MaxContentCPC in Keyword Structure report

2009-06-11 Thread HK
Hi, I'm curious what the difference is between AdGroupMaxContentCpc and MaxContentCPC in a Structure report aggrecated by Keyword. So far these values seem to be identical and I'd like to determine under what circumstance they would differ? The values (identical) I'm getting back so far are lik

AdWords API Re: Hi , how to get developer token from sandbox tesing

2009-06-11 Thread AdWords API Advisor
Hello, You don't need to sign up for anything other than a Google Account (e.g. a Gmail account) in order to use the AdWords API Sandbox. There's information on accessing the Sandbox, including a description of what values to use for your request headers, at http://code.google.com/apis/adword

AdWords API The specified account has been blocked due to excessive failed logins

2009-06-11 Thread PSA Test
Hi! I wanted to ask you about an error I'm having, exactly this one: Error: com.google.api.adwords.v13.AccountException: The specified account has been blocked due to excessive failed logins. ---> System.Web.Services.Protocols.SoapException: The specified account has been blocked due to excessive

AdWords API Getting "changes made concurrently by another agent" errors recently 2

2009-06-11 Thread Gus
Hello, We are currently running an application with the version 1.3 of the Google API and we sometimes get the "changes made concurrently by another agent" error consistently with a set of data. The problem happens when creating all the entities for the first time. We are certain that no updates

AdWords API Hi , how to get developer token from sandbox tesing

2009-06-11 Thread vasuand...@gmail.com
Hi, I want 2 know How to get developer token for sandbox tesing. Actuly I signup Adwards Account with out billing info , I didn't get any developer token , Can u any one help me... --~--~-~--~~~---~--~~ You received this message because you are subscribed

AdWords API Re: put client id in clientEmails field

2009-06-11 Thread AdWords API Advisor
Hello Dyutiman, Yes, as far as I know only the login email addresses are supported as values for the "clientEmails" parameter in a report definition. If you don't have access to the email addresses, you could always try running a full cross-client report against all the clients under your MCC an

AdWords API Re: "Fault occurred while processing" error

2009-06-11 Thread AdWords API Advisor
Hello, Ah, okay, if you plan on accessing the v200902 Sandbox then APIlity is not (yet) an option. The sample code will have to make do. We just started seeing [RangeError.TOO_LOW @ operations [0].operand.budget.amount] errors with our v200902 code as well, and it's been reported to the core e

AdWords API Re: Sandbox and new report creation.

2009-06-11 Thread AdWords API Advisor
Hello Alex, I just tried scheduling a report with the following definition in the v13 Sandbox and it was successful: API Test 2009-01-01 2009-02-01 Daily Campaign Campaign CampaignId CampaignStatus Clicks

AdWords API put client id in clientEmails field

2009-06-11 Thread dyutiman
Hi, I have MCC account API authentication details by which I want to download keyword report for individual accounts. But for those accounts I have their Customer ID not the email. When I am putting the Customer ID in clientEmails field I am getting following error "Either this object does not ex

AdWords API Re: "Fault occurred while processing" error

2009-06-11 Thread gbase 1staudiovisual
Hello Jeff, Question, Is APIlity support for v2009 sandbox? I already try this choice, but it is not work. So I not sure that, it is my fault or not. Because it has not any message from server(I already set debug ini to be yes). For my code the sample code, I attach xml