Hello,

 I'd suggest that you contact the AdWords Reseller API team directly
and provide a full log of the XML request that you're sending (i.e.
the output from the show_xml($account_service) statement). They should
be able to assist.

Cheers,
-Jeff Posnick, AdWords API Team


On May 12, 7:18 am, ilkerburak <[email protected]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to