Hi
I too am facing the same problem , so just wanted to know the remedy of the
same.
Thanks
On Monday, March 9, 2015 at 7:00:16 PM UTC+5:30, Kevin Nguyen wrote:
>
> Has anyone successfully created an AdWords account in the last 24 hours?
> We're getting ManagedCustomerServiceError.NOT_AUTHORIZE
list of campaigns
$campaignService = $user->GetService('CampaignService', API_VERSION);
$selector = new Selector();
$selector->fields = array('Id', 'Name');
$campaigns = $campaignService->get($selector);
print_r($campaigns);
?>
Please help me out !