hello,
Need some help please
here is the code listing
require_once('../../_classes/google_adword_api/
soapclientfactory.php');
$email = 'INSERT_LOGIN_EMAIL_HERE';//
$password = 'ali123456';//'INSERT_PASSWORD_HERE';
$client_email = '[email protected]';
//$client_email =
'[email protected]';//'INSERT_CLIENT_LOGIN_EMAIL_HERE';
//$useragent = 'INSERT_COMPANY_NAME:
mediaflint';//'INSERT_COMPANY_NAME: MediaFlint';
$useragent = 'Media Flint';//'INSERT_COMPANY_NAME: Nikbinlik';
$developer_token =
'n48VCi_dl5xAC1tclx56qA';//'INSERT_DEVELOPER_TOKEN_HERE';
$application_token = 'WvAJVKwu5jByZG6jVT5ZwQ';
# Define SOAP headers.
$headers =
'<email>' . $email . '</email>'.
'<password>' . $password . '</password>' .
'<clientEmail>' . $client_email . '</clientEmail>' .
'<useragent>' . $useragent . '</useragent>' .
'<developerToken>' . $developer_token . '</developerToken>' .
'<applicationToken>' . $application_token . '</applicationToken>';
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
-~----------~----~----~----~------~----~------~--~---