hi,i have a reseller account and able to create adwords client account
i'm trying in php code with v13:
<?
$request_xml =
'<createClientAccount>' .
'<loginEmail>[email protected]</loginEmail>' .
'<password>11n1111x</password>' .
'<languagePreference>tr</languagePreference>' .
'<emailPrefs>'.
'<accountPerformanceEnabled>true</accountPerformanceEnabled>'.
'<disapprovedAdsEnabled>true</disapprovedAdsEnabled>'.
'<marketResearchEnabled>true</marketResearchEnabled>'.
'<newsletterEnabled>true</newsletterEnabled>'.
'<promotionsEnabled>true</promotionsEnabled>'.
'</emailPrefs>' .
'<currencyCode>USD</currencyCode>' .
'<primaryAddress>ssasdasdasdad</primaryAddress>' .
'<descriptiveName>testuser</descriptiveName>' .
'<timeZoneId>Europe/Istanbul</timeZoneId>' .
'</createClientAccount>';
$create_account = $account_service->call('createClientAccount',
$request_xml);
if ($debug) show_xml($account_service);
if ($account_service->fault) show_fault($account_service);
echo $create_account['AccountInfo'];
?>
but no error and no reply,
how can i accomplish to create adwords account with api?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---