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 = 'nadir.mediafl...@gmail.com'; //$client_email = 'khana...@gmail.com';//'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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en -~----------~----~----~----~------~----~------~--~---