AdWords API Re: how do i start to use the Adwords api

2009-02-16 Thread Jan Piotrowski (AdWords API Guru)
Try APIlity: http://google-apility.sourceforge.net/ - Jan On 14 Feb., 09:40, ainihong001 wrote: >  hi,i want to use some Adwords api. > and i have got developer_token and application_token, > i use the demo of get_keyword_variations.php . > But it returns "List of additional keywords to consi

AdWords API Re: how do i start to use the Adwords api

2009-02-13 Thread ainihong001
i use the code below: # Provide AdWords login information. $email = 'INSERT_LOGIN_EMAIL_HERE'; $password = 'INSERT_PASSWORD_HERE'; $client_email = 'INSERT_CLIENT_LOGIN_EMAIL_HERE'; $useragent = 'INSERT_COMPANY_NAME: AdWords API PHP Sample Code'; $developer_token = 'INSERT_DEVELOPER_TOKEN_HERE';

AdWords API Re: how do i start to use the Adwords api

2009-02-13 Thread AdWords API Advisor
If you're just getting started with AdWords API development, I'd recommend that you first read through the official documentation: http://code.google.com/apis/adwords/docs/developer/index.html If your language of choice is PHP, I'd recommend that you use the APIlity client library instead of t