Hello,
This is a service object. Please see the code examples on how to use it: https://code.google.com/p/google-api-adwords-php/source/browse/#git%2Fexamples%2FAdWords%2Fv201306%2FBasicOperations -Danial, AdWords API Team. On Monday, August 5, 2013 12:12:02 PM UTC+4, [email protected] wrote: > > $oauth2Info['client_id']='6921605****.apps.googleusercontent.com'; > $oauth2Info['client_secret']='mjnJSzHpcyTe5gMPrg0IY***'; > > $oauth2Info['access_token']='ya**.AHES6ZT0Cd6_zy7RBo8Mlz9NRRslnwfTomBFa5IK_EDQ**'; > > $oauth2Info['refresh_token']='1\/6Bn46zuJYtRXbCUulBWulvELoqF39IsnYEML1qL****'; > $user = new AdWordsUser(NULL, NULL, NULL, 'dVe2cHa8yooikOeu****', > $applicationToken, $userAgent, '425-200-****', NULL, NULL, > $oauth2Info); > > try{ > echo '<pre>'; > print_r($campaignService = $user->getCampaignFeedService('v201302', ' > https://adwords.google.com')); > } > catch(Exception $e) { > echo '<pre>'; > print_r($e); > echo '</pre>'; > } > > The response attached. > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-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 --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
