Re: Pulling LabelID from LabelName AWQL

2016-12-04 Thread 'Joyce Lava' via AdWords API Forum
Hi Ildar, If you wish to use AWQL with reports, you should not use any API service. You would have to generate it using reporting configuration. An example code from PHP client library can be found here

Pulling LabelID from LabelName AWQL

2016-12-02 Thread Ildar Khakimov
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 follow