AdWords API Re: Correct error codes.

2008-11-04 Thread Kentaro Ohkouchi
Hi Jeff, I am translating the error message into Japanese. The urgent solution by the documentation team is hoped for. thanks. -- Kentaro Ohkouchi<[EMAIL PROTECTED]> On Nov 5, 2:12 am, AdWords API Advisor <[EMAIL PROTECTED]> wrote: > Hello Kentaro, > >  It's possible that the engineering team

AdWords API Re: Adwords API

2008-11-04 Thread [EMAIL PROTECTED]
Thanks Jeff for a quick reply i just started reading and i think i needed to use the AdGroupService to change the value of my bids isnt it? and i also know that the access points are through id ? how do i get the id? On Nov 5, 12:45 am, AdWords API Advisor <[EMAIL PROTECTED]> wrote: > Hello, > >

AdWords API Re: Hi

2008-11-04 Thread AdWords API Advisor
Please see my response in http://groups.google.com/group/adwords-api/browse_thread/thread/80c70ebffe800736# Cheers, -Jeff Posnick, AdWords API Team On Nov 4, 2:59 pm, John <[EMAIL PROTECTED]> wrote: > > Hello there I am very new to  the adwords And my needs are very > > simple > > I am tryi

AdWords API Hi

2008-11-04 Thread John
> Hello there I am very new to the adwords And my needs are very > simple > I am trying to learn the following >1) How do i connect to adwords api using sandbox ? > 2)i am trying to create a simple application that changes my bids every > 10 mins instead of updating it manually > Looking forward f

AdWords API Re: Adwords API

2008-11-04 Thread AdWords API Advisor
Hello, If you're new to the AdWords API, you should start by reading through the Developer's Guide at http://code.google.com/apis/adwords/docs/developer/ Specifically, take a look at the Overview section and the Sandbox section, which contains specific information about how to log in to the

AdWords API Re: Google V13 Structure report and FirstPageCPC

2008-11-04 Thread AdWords API Advisor
Hello Rajan, Please see http://groups.google.com/group/adwords-api/browse_thread/thread/149edd3ffa3074a6# Cheers, -Jeff Posnick, AdWords API Team On Nov 4, 1:28 pm, rajan <[EMAIL PROTECTED]> wrote: > Hi > > Is it possible to get the FirstPageCPC and quality  score part of > account strcut

AdWords API Adwords API

2008-11-04 Thread [EMAIL PROTECTED]
Hello there I am very new to the adwords And my needs are very simple I needed to learn How do i connect to adwords api using sandbox ? i am trying to create a simple application that changes my bids every 10 mins instead of updating it manually I hope somebody helps --~--~-~--~~

AdWords API Google V13 Structure report and FirstPageCPC

2008-11-04 Thread rajan
Hi Is it possible to get the FirstPageCPC and quality score part of account strcuture report?? I ran validateReportJob for Keyword Structure report with these columns. It did not work. Thanks Rajan --~--~-~--~~~---~--~~ You received this message because you a

AdWords API Re: Correct error codes.

2008-11-04 Thread AdWords API Advisor
Hello Kentaro, It's possible that the engineering team decided to reuse an error code for a similar type of error and overloaded the actual error message text. I'll ping the documentation team to ensure that the script that generates the list of error codes was run recently, and have them re-run

AdWords API Re: The APIlity PHP Library

2008-11-04 Thread AdWords API Advisor
FYI, there's a separate Google Group dedicated to discussing APIlity. If no one in this group knows the answer to your question, you might want to try posting there. http://groups.google.com/group/adwords-api-php Cheers, -Jeff Posnick, AdWords API Team On Nov 4, 6:50 am, Archi <[EMAIL PROTEC

AdWords API Re: Google Adwords Keyword Insertion API Usage Rates?

2008-11-04 Thread AdWords API Advisor
Hello, Jan's calculations are correct, except that we've temporarily reduced our rates for the busy holiday season. As per http://adwordsapi.blogspot.com/2008/10/happy-holidays-enjoy-more-api-units.html 1200 API units = $0.25USD until January 15th. Cheers, -Jeff Posnick, AdWords API Team

AdWords API AdWords Downtime: November 8, 10am-2pm PST

2008-11-04 Thread AdWords API Advisor
We'll be performing routine system maintenance on Saturday, November 8 from approximately 10:00am to 2:00pm PST. You won't be able to access AdWords or the API during this time frame, but your ads will continue to run as normal. Cheers, -Jeffrey Posnick, AdWords API Team --~--~-~--~~-

AdWords API Correct error codes.

2008-11-04 Thread Kentaro Ohkouchi
Hi, When the CriterionService#addCriteria method was used, the following error message was output. error code: 14 error message: A keyword may not appear as both a positive and negative keyword in the same AdGroup. However, it seem not to agree to the following error codes. http://code.google.

AdWords API The APIlity PHP Library

2008-11-04 Thread Archi
It was necessary to add this: require_once($currentWorkingDirectory.'/lib/Campaign.inc'); to apility.php to avoid a Call undefined function createcampaignobject() error in the sample found here: http://google-apility.sourceforge.net/reference.html#campaign-getCampaignStats(%24startDate%2C+%24end

AdWords API Re: Google Adwords Keyword Insertion API Usage Rates?

2008-11-04 Thread Jan Piotrowski (AdWords API Guru)
http://code.google.com/apis/adwords/docs/developer/adwords_api_ratesheet.html Keywords are 'criteria', so CriterionService -> addCriteria -> 20 per item. 1000 API units = $ 0.25 20 x 2000 = 4 API units => $ 10 - Jan On 4 Nov., 05:46, API <[EMAIL PROTECTED]> wrote: > Hi, > > Im new to Googl