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
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';
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