Hello
I'm trying to execute this query:
SELECT LabelId FROM LABEL_REPORT WHERE LabelName='mtl-mansion-for-sale'
But it throws an error:
An error has occurred: [QueryError{reason=INVALID_FROM_CLAUSE, message=}]
We first get the "CampaignService" which loads the required class using the following snippet:
$campaignService = $user->GetService('CampaignService', ADWORDS_VERSION);
Could you please advise?
Using Adwords PHP library