Hello,
Im fetching campaign witth the API as:
$campaignService = $adWordsServices->get($session, CampaignService::class);
$page = $campaignService->query("SELECT Id, Name, Status WHERE Status = 'ENABLED' ORDER BY Name ASC"
Later running into an error:
[OperationAccessDenied.OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE @ operations[0].operand.criterion; trigger:'MULTI_CHANNEL(UNIVERSAL_APP_CAMPAIGN)']
Anyone coul help me howto modify my $campaignService->query to exclude UNIVERSAL_APP_CAMPAIGN type ?
Thank you,
Andras