Re: How to use Google Adword

2011-04-06 Thread Danial Klimkin
Hello Jude, The easiest way to start using API is to download one of our client libraries, the PHP one is available here: http://code.google.com/p/google-api-adwords-php/ We have a lot of examples available, particularly for keyword statistics:

Re: Login failed

2011-04-06 Thread Danial Klimkin
Hello, You need an MCC account in order to use API. Particularly in this case you should link your normal account with one of the MCC you have. Once this account is managed by an MCC you should be able to run reports against it. Best regards, Danial Klimkin, AdWords API Team. --

Re: DatabaseError.CONCURRENT_MODIFICATION on large keyword bids update query

2011-04-06 Thread Danial Klimkin
Hello Rohit, This issue was recently described in our blog: http://adwordsapi.blogspot.com/2011/03/concurrency-management-in-adwords-api.html The best practice would be to have a retry mechanism with limited number of retries in place. Best regards, Danial Klimkin, AdWords API Team. --

Re: Google Adwords API still in pending status

2011-04-06 Thread Danial Klimkin
Hello Ross, It usually takes 1-2 weeks for approval team to review an application. Please let us know if it takes any longer. Best regards, Danial Klimkin, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: Google Adwords API still in pending status

2011-04-06 Thread Ross Lavni
Thank you for the reply. We are waiting for March 18. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this

API Token Pending Since 2 Weeks

2011-04-06 Thread mirio
Hi There, Our API token is pending since 2 weeks. Is there any chance to get it approved in the next few days? Our developer is impatiently waiting to complete his work (and get paid). Thank you, Mirio -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion

How to Estimate Cost of API Units

2011-04-06 Thread mirio
I'd like to run an API query to download (in CSV format) the search volume data for many keywords. Can anyone help to estimate what might be the cost of my query? To help me understand how the US$0.25 per 1000 API units works, say I download one CSV file containing 50 keywords. Each keyword

Re: JavaScript client library

2011-04-06 Thread David Torres
Hi T, Javascript is one of the languages we are considering to support in our client libraries, please stay tuned to our communications via the Forum and Blog. Best, -David Torres - AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion

Php errors

2011-04-06 Thread Peter Stannett
Hi I have just moved my install of adwords api php onto our server after working flawlessly on my MAMP install and i have come across many errors! This may be more appropriate for a php specific forum however I was hoping that more knowledgeable people here would be kind enough to help me fix

How to get all bulk mutate jobs?

2011-04-06 Thread Evgeniy Bogdanov
Hi. I've problem with TOO_MANY_JOBS_IN_QUEUE error. As I understand I've many jobs in PENDING or PROCESSING states. I don't know their IDs and want to get all jobs within current Adwords account and terminate them with REMOVE operator. Regarding your documentation

Re: Php errors

2011-04-06 Thread Evgeniy Bogdanov
Hi Peter. If you will comment such string $user-LogDefaults(); library will not use logging feature. This will help to solve your problem. :) If you're really need logs - try this: 1. Delete files: /Library/WebServer/Documents/aw_api_php_lib_2.5.1/logs/soap_xml.log

Re: AuthTokenException

2011-04-06 Thread Evgeniy Bogdanov
You can solve your problem by editing file: src/Google/Api/Ads/Common/ Utils/CurlUtils.php Add to the method CreateSession 2 strings: curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); It will look like this: public static function CreateSession($url) {

Re: Can You Retrieve 'Other search terms' Via API?

2011-04-06 Thread David Torres
Hi, Unfortunately the 'other search terms' row is not available in the API reports. Best, -David Torres - AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Php errors

2011-04-06 Thread Peter Stannett
Hi Evgeniy Thank you very much for taking the time to help me. I have rebooted the server and the permissions change seems to have come into effect. However I have a new set of errors! Why can't this be simple?! Haha! I appreciate your help! Report definition with name 'ADGROUP performance

Re: How to know when yesterdays performance stats are complete

2011-04-06 Thread David Torres
Hi Jesper, There is no hard rule, our recommendations is to download 5 hrs after, on which you'll have most of the clicks/impressions data already collected. Best, -David Torres -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: ServicedAccountService account currency and timezone

2011-04-06 Thread David Torres
Hi Rob, I talked with team and the work to support these fields is in place, but I can't give you any specific date. Best, -David Torres -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Php errors

2011-04-06 Thread Evgeniy Bogdanov
Hi Peter. First problem: Check your permissions for this file/folder /Library/WebServer/Documents/aw_api_php_lib_2.5.1/examples/v201101/ data/tv_g_ppc_data.csv and make your magic again :) Second problem: Your date range selection is commented out: // $selector-dateRange = new

Re: Php errors

2011-04-06 Thread Peter Stannett
Genius! You are a gentleman and a scholar with a legendary first name! Thank you very much for your help. If only I knew where you were, I would happily buy you a drink! Thanks again! Kind regards Peter -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: How to use Google Adword

2011-04-06 Thread Evgeniy Bogdanov
Hi Jude. First of all check rates for this at http://code.google.com/intl/ru-RU/apis/adwords/docs/ratesheet.html I'll try you to explain it. You need TargetingIdeaService rates: For every call you will be billed for API units: 5 (for every call) + round(count of returned keywords * 0.1). I've

Re: Keyword Ideas

2011-04-06 Thread Evgeniy Bogdanov
Hi. In PHP: ? $user = new AdWordsUser(); // Log SOAP XML request and response. $user-LogDefaults(); // Get the TargetingIdeaService. $targetingIdeaService = $user-GetTargetingIdeaService('v201008'); $countryTarget = new CountryTarget('US', false);

Re: Using adwords API how can I get a keywords competition, local search volume for a particular country

2011-04-06 Thread Evgeniy Bogdanov
Hi. This should help you: $user = new AdWordsUser(); // Log SOAP XML request and response. $user-LogDefaults(); // Get the TargetingIdeaService. $targetingIdeaService = $user-GetTargetingIdeaService('v201008'); $countryTarget = new CountryTarget('US', false);

Reporting within MCC account via 201101

2011-04-06 Thread Aladdin
I am trying to generate reports (let's say keyword performance report) for all clients within my MCC account using v201101 API. I understand that even though v201101 supports cross-client reports, but the feature has not gone to live yet for all. In this situation, I would like to know how

What is a google API?

2011-04-06 Thread Brando
What exactly is an API unit? and the actual costs for this? is it charged everytime you pull the data, someone really give me a detail dummy version of this? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Automated Rules In Adwords API

2011-04-06 Thread J
are we allowed to +1 here, or is there a feature request tracker somewhere we can vote this up? On Feb 25, 7:58 am, Reed r...@powellgenealogy.com wrote: I think that there is real value in having an API interface to the Rules feature in AdWords.  Although the existing API allows for

why can a campaign not be named the same as a a deleted campaign?

2011-04-06 Thread thisisvlad
I added a campaign using the api, and then deleted it. Later, i tried to add this campaign again, but got a duplicate campaign name error. Shouldn't i be able to add a new campaign with this name if the old one has been deleted? Down the line, if i have many deleted campaigns, how will i be able

Re: What is a google API?

2011-04-06 Thread Evgeniy Bogdanov
Hi Brando. I'll try. :) API unit is the currency. As every currency it have exchange rate for US dollars. I.e. somewhere in the world (Europe for example), you came to the shop and buy T-shirt. You've paid for it sum in EUROs. After that you've rent a car. You've paid other sum in EUROs. But

Re: How to Estimate Cost of API Units

2011-04-06 Thread Evgeniy Bogdanov
Hi. Based on http://code.google.com/intl/ru-RU/apis/adwords/docs/ratesheet.html the cheapest way for you will be using TargetingIdeaService. For 50 keywords it will cost: 5 units for creating report + (0.1 * 50) = 10 API Units. Or 0.01 * US $0.25 But you should know that TargetingIdeaService