INFO:googleads.soap:Request made: Service: "ReportService" Method: "runReportJob" URL: "https://ads.google.com/apis/ads/publisher/v201911/ReportService" DEBUG:googleads.soap:Outgoing request: {'SOAPAction': '""', 'Content-Type': 'text/xml; charset=utf-8', 'authorization': 'REDACTED'} <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"> <soap-env:Header> <ns0:RequestHeader xmlns:ns0="https://www.google.com/apis/ads/publisher/v201911"> <ns0:networkCode>21611127761</ns0:networkCode> <ns0:applicationName>cc3_admanager_report_bot (DfpApi-Python, googleads/22.0.0, Python/3.6.8, StatementBuilder, zeep)</ns0:applicationName> </ns0:RequestHeader> </soap-env:Header> <soap-env:Body> <ns0:runReportJob xmlns:ns0="https://www.google.com/apis/ads/publisher/v201911"> <ns0:reportJob> <ns0:reportQuery> <ns0:dimensions>AD_UNIT_NAME</ns0:dimensions> <ns0:columns>TOTAL_LINE_ITEM_LEVEL_IMPRESSIONS</ns0:columns> <ns0:columns>TOTAL_LINE_ITEM_LEVEL_CTR</ns0:columns> <ns0:columns>TOTAL_LINE_ITEM_LEVEL_CLICKS</ns0:columns> <ns0:startDate> <ns0:year>2020</ns0:year> <ns0:month>1</ns0:month> <ns0:day>1</ns0:day> </ns0:startDate> <ns0:endDate> <ns0:year>2020</ns0:year> <ns0:month>1</ns0:month> <ns0:day>31</ns0:day> </ns0:endDate> <ns0:dateRangeType>CUSTOM_DATE</ns0:dateRangeType> <ns0:statement> <ns0:query>WHERE CREATIVE_NAME LIKE ':company%' AND ORDER_ID IN (:order_ids)</ns0:query> <ns0:values> <ns0:key>company</ns0:key> <ns0:value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns0:TextValue"> <ns0:value>Lux</ns0:value> </ns0:value> </ns0:values> <ns0:values> <ns0:key>order_ids</ns0:key> <ns0:value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns0:SetValue"> <ns0:values xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns0:TextValue"> <ns0:value>2285977422</ns0:value> </ns0:values> <ns0:values xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns0:TextValue"> <ns0:value>2521762987</ns0:value> </ns0:values> <ns0:values xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns0:TextValue"> <ns0:value>2521772548</ns0:value> </ns0:values> </ns0:value> </ns0:values> </ns0:statement> </ns0:reportQuery> </ns0:reportJob> </ns0:runReportJob> </soap-env:Body> </soap-env:Envelope> DEBUG:googleads.soap:Incoming response: b'<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">\n <soap:Header>\n <ResponseHeader xmlns="https://www.google.com/apis/ads/publisher/v201911">\n <requestId>5e2e7200ba224c2a364acca1ed6f3394</requestId>\n <responseTime>252</responseTime>\n </ResponseHeader>\n </soap:Header>\n <soap:Body>\n <soap:Fault>\n <faultcode>soap:Server</faultcode>\n <faultstring>[ServerError.SERVER_ERROR @ ]</faultstring>\n <detail>\n <ApiExceptionFault xmlns="https://www.google.com/apis/ads/publisher/v201911">\n <message>[ServerError.SERVER_ERROR @ ]</message>\n <errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ServerError">\n <fieldPath/>\n <trigger/>\n <errorString>ServerError.SERVER_ERROR</errorString>\n <reason>SERVER_ERROR</reason>\n </errors>\n </ApiExceptionFault>\n </detail>\n </soap:Fault>\n </soap:Body>\n</soap:Envelope>\n' WARNING:googleads.soap:Error summary: {'faultMessage': '[ServerError.SERVER_ERROR @ ]', 'requestId': '5e2e7200ba224c2a364acca1ed6f3394', 'responseTime': '252', 'serviceName': 'ReportService', 'methodName': 'runReportJob'}
Hi Mario,
Thanks for providing your SOAP logs. I will need more time to investigate this and reach out to you as soon as I have more information.
Thanks,
Kevin Soriano, Ad Manager API Team
INFO:googleads.soap:Request made: Service: "ReportService" Method: "runReportJob" URL: "https://ads.google.com/apis/ads/publisher/v201911/ReportService" DEBUG:googleads.soap:Outgoing request: {'SOAPAction': '""', 'Content-Type': 'text/xml; charset=utf-8', 'authorization': 'REDACTED'} <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"> <soap-env:Header> <ns0:RequestHeader xmlns:ns0="https://www.google.com/apis/ads/publisher/v201911"> <ns0:networkCode>21611127761</ns0:networkCode> <ns0:applicationName>cc3_admanager_report_bot (DfpApi-Python, googleads/22.0.0, Python/3.6.8, StatementBuilder, zeep)</ns0:applicationName> </ns0:RequestHeader> </soap-env:Header> <soap-env:Body> <ns0:runReportJob xmlns:ns0="https://www.google.com/apis/ads/publisher/v201911
">
<ns0:reportJob>
<ns0:reportQuery>
<ns0:dimensions>AD_UNIT_NAME</ns0:dimensions>
<ns0:columns>TOTAL_LINE_ITEM_LEVEL_IMPRESSIONS</ns0:columns>
<ns0:columns>TOTAL_LINE_ITEM_LEVEL_CTR</ns0:columns>
<ns0:columns>TOTAL_LINE_ITEM_LEVEL_CLICKS</ns0:columns>
<ns0:startDate>
<ns0:year>2020</ns0:year>
<ns0:month>2</ns0:month>
<ns0:day>1</ns0:day>
</ns0:startDate>
<ns0:endDate>
<ns0:year>2020</ns0:year>
<ns0:month>2</ns0:month>
<ns0:day>29</ns0:day>
</ns0:endDate>
<ns0:dateRangeType>CUSTOM_DATE</ns0:dateRangeType>
<ns0:statement>
<ns0:query>WHERE CREATIVE_NAME LIKE ':company%' AND ORDER_ID IN (2285977422, 2521762987, 2521772548)</ns0:query>
<ns0:values>
<ns0:key>company</ns0:key>
<ns0:value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns0:TextValue">
<ns0:value>Lux</ns0:value>
</ns0:value>
</ns0:values>
</ns0:statement>
</ns0:reportQuery>
</ns0:reportJob>
</ns0:runReportJob>
</soap-env:Body>
</soap-env:Envelope>
DEBUG:googleads.soap:Incoming response:
b'<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">\n <soap:Header>\n <ResponseHeader xmlns="https://www.google.com/apis/ads/publisher/v201911">\n <requestId>b0334821a3554ca8949d04eb643d196c</requestId>\n <responseTime>1208</responseTime>\n </ResponseHeader>\n </soap:Header>\n <soap:Body>\n <runReportJobResponse xmlns="https://www.google.com/apis/ads/publisher/v201911">\n <rval>\n <id>11604262757</id>\n <reportQuery>\n <dimensions>AD_UNIT_NAME</dimensions>\n <adUnitView>TOP_LEVEL</adUnitView>\n <columns>TOTAL_LINE_ITEM_LEVEL_IMPRESSIONS</columns>\n <columns>TOTAL_LINE_ITEM_LEVEL_CTR</columns>\n <columns>TOTAL_LINE_ITEM_LEVEL_CLICKS</columns>\n <startDate>\n <year>2020</year>\n <month>2</month>\n <day>1</day>\n </startDate>\n <endDate>\n <year>2020</year>\n <month>2</month>\n <day>29</day>\n </endDate>\n <dateRangeType>CUSTOM_DATE</dateRangeType>\n <statement>\n <query>WHERE CREATIVE_NAME LIKE \':company%\' AND ORDER_ID IN (2285977422, 2521762987, 2521772548)</query>\n <values>\n <key>company</key>\n <value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="TextValue">\n <value>Lux</value>\n </value>\n </values>\n </statement>\n <timeZoneType>PUBLISHER</timeZoneType>\n </reportQuery>\n </rval>\n </runReportJobResponse>\n </soap:Body>\n</soap:Envelope>\n'
INFO:googleads.soap:Request made: Service: "ReportService" Method: "getReportJobStatus" URL: "https://ads.google.com/apis/ads/publisher/v201911/ReportService"
DEBUG:googleads.soap:Outgoing request: {'SOAPAction': '""', 'Content-Type': 'text/xml; charset=utf-8', 'authorization': 'REDACTED'}
<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
<soap-env:Header>
<ns0:RequestHeader xmlns:ns0="https://www.google.com/apis/ads/publisher/v201911">
<ns0:networkCode>21611127761</ns0:networkCode>
<ns0:applicationName>cc3_admanager_report_bot (DfpApi-Python, googleads/22.0.0, Python/3.6.8, zeep)</ns0:applicationName>
</ns0:RequestHeader>
</soap-env:Header>
<soap-env:Body>
<ns0:getReportJobStatus xmlns:ns0="https://www.google.com/apis/ads/publisher/v201911">
<ns0:reportJobId>11604262757</ns0:reportJobId>
</ns0:getReportJobStatus>
</soap-env:Body>
</soap-env:Envelope>
DEBUG:googleads.soap:Incoming response:
b'<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">\n <soap:Header>\n <ResponseHeader xmlns="https://www.google.com/apis/ads/publisher/v201911">\n <requestId>1bdde1d56556d027fcaf9af799fd7e66</requestId>\n <responseTime>427</responseTime>\n </ResponseHeader>\n </soap:Header>\n <soap:Body>\n <getReportJobStatusResponse xmlns="https://www.google.com/apis/ads/publisher/v201911">\n <rval>IN_PROGRESS</rval>\n </getReportJobStatusResponse>\n </soap:Body>\n</soap:Envelope>\n'
INFO:googleads.soap:Request made: Service: "ReportService" Method: "getReportJobStatus" URL: "https://ads.google.com/apis/ads/publisher/v201911/ReportService"
DEBUG:googleads.soap:Outgoing request: {'SOAPAction': '""', 'Content-Type': 'text/xml; charset=utf-8', 'authorization': 'REDACTED'}
<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
<soap-env:Header>
<ns0:RequestHeader xmlns:ns0="https://www.google.com/apis/ads/publisher/v201911">
<ns0:networkCode>21611127761</ns0:networkCode>
<ns0:applicationName>cc3_admanager_report_bot (DfpApi-Python, googleads/22.0.0, Python/3.6.8, zeep)</ns0:applicationName>
</ns0:RequestHeader>
</soap-env:Header>
<soap-env:Body>
<ns0:getReportJobStatus xmlns:ns0="https://www.google.com/apis/ads/publisher/v201911">
<ns0:reportJobId>11604262757</ns0:reportJobId>
</ns0:getReportJobStatus>
</soap-env:Body>
</soap-env:Envelope>
DEBUG:googleads.soap:Incoming response:
b'<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">\n <soap:Header>\n <ResponseHeader xmlns="https://www.google.com/apis/ads/publisher/v201911">\n <requestId>e2955a31f89de947d2e34185b11fe23e</requestId>\n <responseTime>291</responseTime>\n </ResponseHeader>\n </soap:Header>\n <soap:Body>\n <getReportJobStatusResponse xmlns="https://www.google.com/apis/ads/publisher/v201911">\n <rval>FAILED</rval>\n </getReportJobStatusResponse>\n </soap:Body>\n</soap:Envelope>\n'
Hi Mario,
For context, the added % symbol is there to represent wildcard characters around the string to be searched (see the "LIKE" entry on this page for further details).
After further investigation, it doesn't seem like bound variables would work inside the LIKE query's string (that is, ':company' does not work, with or without the % symbols). What happens is that the variables do not get bound at runtime, and so the query would in fact look for a literal ":company" entry instead of the intended one.
With this in mind, I would suggest just entering the literal entry inside the LIKE query's string in order to fix this (ie. LIKE '%Lux%')
Regards,
Ziv Yves Sanchez, Ad Manager API Team
<ns0:query>WHERE CREATIVE_NAME LIKE 'Lux%' AND ORDER_ID IN (2285977422, 2521762987, 2521772548)</ns0:query>
DEBUG:googleads.soap:Incoming response: b'<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">\n <soap:Header>\n <ResponseHeader xmlns="https://www.google.com/apis/ads/publisher/v201911">\n <requestId>ba423c68d51b24e4cdfb119cbea178f7</requestId>\n <responseTime>78</responseTime>\n </ResponseHeader>\n </soap:Header>\n <soap:Body>\n <getReportJobStatusResponse xmlns="https://www.google.com/apis/ads/publisher/v201911">\n <rval>FAILED</rval>\n </getReportJobStatusResponse>\n </soap:Body>\n</soap:Envelope>\n'
<ns0:runReportJob xmlns:ns0="https://www.google.com/apis/ads/publisher/v201911
">
<ns0:reportJob>
<ns0:reportQuery>
<ns0:dimensions>AD_UNIT_NAME</ns0:dimensions>
<ns0:columns>TOTAL_LINE_ITEM_LEVEL_IMPRESSIONS</ns0:columns>
<ns0:columns>TOTAL_LINE_ITEM_LEVEL_CTR</ns0:columns>
<ns0:columns>TOTAL_LINE_ITEM_LEVEL_CLICKS</ns0:columns>
<ns0:startDate>
<ns0:year>2020</ns0:year>
<ns0:month>2</ns0:month>
<ns0:day>1</ns0:day>
</ns0:startDate>
<ns0:endDate>
<ns0:year>2020</ns0:year>
<ns0:month>2</ns0:month>
<ns0:day>29</ns0:day>
</ns0:endDate>
<ns0:dateRangeType>CUSTOM_DATE</ns0:dateRangeType>
<ns0:statement>
<ns0:query> where (creative_name like '%Lux%' and order_id in (2285977422, 2521762987, 2521772548))</ns0:query>
</ns0:statement>
</ns0:reportQuery>
</ns0:reportJob>
</ns0:runReportJob>Query from saved report:
{
'id': 11551324570,
'name': 'Example Lux Report',
'reportQuery': {
'dimensions': [
'AD_UNIT_NAME'
],
'adUnitView': 'FLAT',
'columns': [
'TOTAL_LINE_ITEM_LEVEL_IMPRESSIONS',
'TOTAL_LINE_ITEM_LEVEL_CLICKS',
'TOTAL_LINE_ITEM_LEVEL_CTR'
],
'dimensionAttributes': [],
'customFieldIds': [],
'customDimensionKeyIds': [],
'startDate': None,
'endDate': None,
'dateRangeType': 'LAST_MONTH',
'statement': {
'query': " where (creative_name like '%Lux%' and order_id in (2285977422, 2521762987, 2521772548))",
'values': []
},
'includeZeroSalesRows': False,
'adxReportCurrency': None,
'timeZoneType': 'PUBLISHER'
},
'isCompatibleWithApiVersion': True
}INFO:googleads.soap:Request made: Service: "ReportService" Method: "runReportJob" URL: "https://ads.google.com/apis/ads/publisher/v201911/ReportService
"
DEBUG:googleads.soap:Outgoing request: {'SOAPAction': '""', 'Content-Type': 'text/xml; charset=utf-8', 'authorization': 'REDACTED'}
<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
<soap-env:Header>
<ns0:RequestHeader xmlns:ns0="https://www.google.com/apis/ads/publisher/v201911">
<ns0:networkCode>21611127761</ns0:networkCode>
<ns0:applicationName>cc3_admanager_report_bot (DfpApi-Python, googleads/22.0.0, Python/3.6.10, StatementBuilder, zeep)</ns0:applicationName>
</ns0:RequestHeader>
</soap-env:Header>
<soap-env:Body>
<ns0:runReportJob xmlns:ns0="https://www.google.com/apis/ads/publisher/v201911">
<ns0:reportJob>
<ns0:reportQuery>
<ns0:dimensions>AD_UNIT_NAME</ns0:dimensions>
<ns0:columns>TOTAL_LINE_ITEM_LEVEL_IMPRESSIONS</ns0:columns>
<ns0:columns>TOTAL_LINE_ITEM_LEVEL_CTR</ns0:columns>
<ns0:columns>TOTAL_LINE_ITEM_LEVEL_CLICKS</ns0:columns>
<ns0:startDate>
<ns0:year>2020</ns0:year>
<ns0:month>2</ns0:month>
<ns0:day>1</ns0:day>
</ns0:startDate>
<ns0:endDate>
<ns0:year>2020</ns0:year>
<ns0:month>2</ns0:month>
<ns0:day>29</ns0:day>
</ns0:endDate>
<ns0:dateRangeType>CUSTOM_DATE</ns0:dateRangeType>
<ns0:statement>
<ns0:query> where (creative_name like 'Lux%' and order_id in (2285977422, 2521762987, 2521772548))</ns0:query>
</ns0:statement>
</ns0:reportQuery>
</ns0:reportJob>
</ns0:runReportJob>
</soap-env:Body>
</soap-env:Envelope>
DEBUG:googleads.soap:Incoming response:
b'<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">\n <soap:Header>\n <ResponseHeader xmlns="https://www.google.com/apis/ads/publisher/v201911">\n <requestId>b506b4b18f8175fdf0b062ab7f523340</requestId>\n <responseTime>686</responseTime>\n </ResponseHeader>\n </soap:Header>\n <soap:Body>\n <runReportJobResponse xmlns="https://www.google.com/apis/ads/publisher/v201911">\n <rval>\n <id>11610129578</id>\n <reportQuery>\n <dimensions>AD_UNIT_NAME</dimensions>\n <adUnitView>TOP_LEVEL</adUnitView>\n <columns>TOTAL_LINE_ITEM_LEVEL_IMPRESSIONS</columns>\n <columns>TOTAL_LINE_ITEM_LEVEL_CTR</columns>\n <columns>TOTAL_LINE_ITEM_LEVEL_CLICKS</columns>\n <startDate>\n <year>2020</year>\n <month>2</month>\n <day>1</day>\n </startDate>\n <endDate>\n <year>2020</year>\n <month>2</month>\n <day>29</day>\n </endDate>\n <dateRangeType>CUSTOM_DATE</dateRangeType>\n <statement>\n <query> where (creative_name like \'Lux%\' and order_id in (2285977422, 2521762987, 2521772548))</query>\n </statement>\n <timeZoneType>PUBLISHER</timeZoneType>\n </reportQuery>\n </rval>\n </runReportJobResponse>\n </soap:Body>\n</soap:Envelope>\n'
INFO:googleads.soap:Request made: Service: "ReportService" Method: "getReportJobStatus" URL: "https://ads.google.com/apis/ads/publisher/v201911/ReportService"
DEBUG:googleads.soap:Outgoing request: {'SOAPAction': '""', 'Content-Type': 'text/xml; charset=utf-8', 'authorization': 'REDACTED'}
<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
<soap-env:Header>
<ns0:RequestHeader xmlns:ns0="https://www.google.com/apis/ads/publisher/v201911">
<ns0:networkCode>21611127761</ns0:networkCode>
<ns0:applicationName>cc3_admanager_report_bot (DfpApi-Python, googleads/22.0.0, Python/3.6.10, zeep)</ns0:applicationName>
</ns0:RequestHeader>
</soap-env:Header>
<soap-env:Body>
<ns0:getReportJobStatus xmlns:ns0="https://www.google.com/apis/ads/publisher/v201911">
<ns0:reportJobId>11610129578</ns0:reportJobId>
</ns0:getReportJobStatus>
</soap-env:Body>
</soap-env:Envelope>
DEBUG:googleads.soap:Incoming response:
b'<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">\n <soap:Header>\n <ResponseHeader xmlns="https://www.google.com/apis/ads/publisher/v201911">\n <requestId>7223d6500f01d75e5ab211c594f78ad6</requestId>\n <responseTime>67</responseTime>\n </ResponseHeader>\n </soap:Header>\n <soap:Body>\n <getReportJobStatusResponse xmlns="https://www.google.com/apis/ads/publisher/v201911">\n <rval>IN_PROGRESS</rval>\n </getReportJobStatusResponse>\n </soap:Body>\n</soap:Envelope>\n'
INFO:googleads.soap:Request made: Service: "ReportService" Method: "getReportJobStatus" URL: "https://ads.google.com/apis/ads/publisher/v201911/ReportService"
DEBUG:googleads.soap:Outgoing request: {'SOAPAction': '""', 'Content-Type': 'text/xml; charset=utf-8', 'authorization': 'REDACTED'}
<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
<soap-env:Header>
<ns0:RequestHeader xmlns:ns0="https://www.google.com/apis/ads/publisher/v201911">
<ns0:networkCode>21611127761</ns0:networkCode>
<ns0:applicationName>cc3_admanager_report_bot (DfpApi-Python, googleads/22.0.0, Python/3.6.10, zeep)</ns0:applicationName>
</ns0:RequestHeader>
</soap-env:Header>
<soap-env:Body>
<ns0:getReportJobStatus xmlns:ns0="https://www.google.com/apis/ads/publisher/v201911">
<ns0:reportJobId>11610129578</ns0:reportJobId>
</ns0:getReportJobStatus>
</soap-env:Body>
</soap-env:Envelope>
DEBUG:googleads.soap:Incoming response:
b'<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">\n <soap:Header>\n <ResponseHeader xmlns="https://www.google.com/apis/ads/publisher/v201911">\n <requestId>bcbbeb8211086b1acf7d28e0cfaf3718</requestId>\n <responseTime>51</responseTime>\n </ResponseHeader>\n </soap:Header>\n <soap:Body>\n <getReportJobStatusResponse xmlns="https://www.google.com/apis/ads/publisher/v201911">\n <rval>FAILED</rval>\n </getReportJobStatusResponse>\n </soap:Body>\n</soap:Envelope>\n'">
<ns0:reportJob>
<ns0:reportQuery>
<ns0:dimensions>AD_UNIT_NAME</ns0:dimensions>
<ns0:columns>TOTAL_LINE_ITEM_LEVEL_IMPRESSIONS</ns0:columns>
<ns0:columns>TOTAL_LINE_ITEM_LEVEL_CTR</ns0:columns>
<ns0:columns>TOTAL_LINE_ITEM_LEVEL_CLICKS</ns0:columns>
<ns0:startDate>
<ns0:year>2020</ns0:year>
<ns0:month>2</ns0:month>
<ns0:day>1</ns0:day>
</ns0:startDate>
<ns0:endDate>
<ns0:year>2020</ns0:year>
<ns0:month>2</ns0:month>
<ns0:day>29</ns0:day>
</ns0:endDate>
<ns0:dateRangeType>CUSTOM_DATE</ns0:dateRangeType>
<ns0:statement>
<ns0:query> where (creative_name like '%Lux%' and order_id in (2285977422, 2521762987, 2521772548))</ns0:query>
</ns0:statement>
</ns0:reportQuery>
</ns0:reportJob>
</ns0:runReportJob>
</soap-env:Body>
</soap-env:Envelope>
{'query': "WHERE creative_name LIKE '%Lux%' and order_id in (2285977422, 2521762987, 2521772548)", 'values': None}
DEBUG:googleads.soap:Incoming response: b'<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">\n <soap:Header>\n <ResponseHeader xmlns="https://www.google.com/apis/ads/publisher/v201911">\n <requestId>09b3f3139ab8b58f263829ec1565ce88</requestId>\n <responseTime>440</responseTime>\n </ResponseHeader>\n </soap:Header>\n <soap:Body>\n <runReportJobResponse xmlns="https://www.google.com/apis/ads/publisher/v201911">\n <rval>\n <id>11610158309</id>\n <reportQuery>\n <dimensions>AD_UNIT_NAME</dimensions>\n <adUnitView>TOP_LEVEL</adUnitView>\n <columns>TOTAL_LINE_ITEM_LEVEL_IMPRESSIONS</columns>\n <columns>TOTAL_LINE_ITEM_LEVEL_CTR</columns>\n <columns>TOTAL_LINE_ITEM_LEVEL_CLICKS</columns>\n <startDate>\n <year>2020</year>\n <month>2</month>\n <day>1</day>\n </startDate>\n <endDate>\n <year>2020</year>\n <month>2</month>\n <day>29</day>\n </endDate>\n <dateRangeType>CUSTOM_DATE</dateRangeType>\n <statement>\n <query> where (creative_name like \'%Lux%\' and order_id in (2285977422, 2521762987, 2521772548))</query>\n </statement>\n <timeZoneType>PUBLISHER</timeZoneType>\n </reportQuery>\n </rval>\n </runReportJobResponse>\n </soap:Body>\n</soap:Envelope>\n' INFO:googleads.soap:Request made: Service: "ReportService" Method: "getReportJobStatus" URL: "https://ads.google.com/apis/ads/publisher/v201911/ReportService" DEBUG:googleads.soap:Outgoing request: {'SOAPAction': '""', 'Content-Type': 'text/xml; charset=utf-8', 'authorization': 'REDACTED'} <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"> <soap-env:Header> <ns0:RequestHeader xmlns:ns0="https://www.google.com/apis/ads/publisher/v201911"> <ns0:networkCode>21611127761</ns0:networkCode> <ns0:applicationName>cc3_admanager_report_bot (DfpApi-Python, googleads/22.0.0, Python/3.6.10, zeep)</ns0:applicationName> </ns0:RequestHeader> </soap-env:Header> <soap-env:Body> <ns0:getReportJobStatus xmlns:ns0="https://www.google.com/apis/ads/publisher/v201911"> <ns0:reportJobId>11610158309</ns0:reportJobId> </ns0:getReportJobStatus> </soap-env:Body> </soap-env:Envelope> DEBUG:googleads.soap:Incoming response: b'<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">\n <soap:Header>\n <ResponseHeader xmlns="https://www.google.com/apis/ads/publisher/v201911">\n <requestId>4a01320459db45c0c1ea1bd1c8584742</requestId>\n <responseTime>258</responseTime>\n </ResponseHeader>\n </soap:Header>\n <soap:Body>\n <getReportJobStatusResponse xmlns="https://www.google.com/apis/ads/publisher/v201911">\n <rval>IN_PROGRESS</rval>\n </getReportJobStatusResponse>\n </soap:Body>\n</soap:Envelope>\n' INFO:googleads.soap:Request made: Service: "ReportService" Method: "getReportJobStatus" URL: "https://ads.google.com/apis/ads/publisher/v201911/ReportService" DEBUG:googleads.soap:Outgoing request: {'SOAPAction': '""', 'Content-Type': 'text/xml; charset=utf-8', 'authorization': 'REDACTED'} <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"> <soap-env:Header> <ns0:RequestHeader xmlns:ns0="https://www.google.com/apis/ads/publisher/v201911"> <ns0:networkCode>21611127761</ns0:networkCode> <ns0:applicationName>cc3_admanager_report_bot (DfpApi-Python, googleads/22.0.0, Python/3.6.10, zeep)</ns0:applicationName> </ns0:RequestHeader> </soap-env:Header> <soap-env:Body> <ns0:getReportJobStatus xmlns:ns0="https://www.google.com/apis/ads/publisher/v201911"> <ns0:reportJobId>11610158309</ns0:reportJobId> </ns0:getReportJobStatus> </soap-env:Body> </soap-env:Envelope> DEBUG:googleads.soap:Incoming response: b'<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">\n <soap:Header>\n <ResponseHeader xmlns="https://www.google.com/apis/ads/publisher/v201911">\n <requestId>f4c1f5e9baeb53f1913702a23f6c44cc</requestId>\n <responseTime>190</responseTime>\n </ResponseHeader>\n </soap:Header>\n <soap:Body>\n <getReportJobStatusResponse xmlns="https://www.google.com/apis/ads/publisher/v201911">\n <rval>COMPLETED</rval>\n </getReportJobStatusResponse>\n </soap:Body>\n</soap:Envelope>\n' INFO:googleads.soap:Request made: Service: "PublisherQueryLanguageService" Method: "select" URL: "https://ads.google.com/apis/ads/publisher/v201911/PublisherQueryLanguageService" DEBUG:googleads.soap:Outgoing request: {'SOAPAction': '""', 'Content-Type': 'text/xml; charset=utf-8', 'authorization': 'REDACTED'} <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"> <soap-env:Header> <ns0:RequestHeader xmlns:ns0="https://www.google.com/apis/ads/publisher/v201911"> <ns0:networkCode>21611127761</ns0:networkCode> <ns0:applicationName>cc3_admanager_report_bot (DfpApi-Python, googleads/22.0.0, Python/3.6.10, zeep)</ns0:applicationName> </ns0:RequestHeader> </soap-env:Header> <soap-env:Body> <ns0:select xmlns:ns0="https://www.google.com/apis/ads/publisher/v201911"> <ns0:selectStatement> <ns0:query>11610158309 LIMIT 500 OFFSET 0</ns0:query> </ns0:selectStatement> </ns0:select> </soap-env:Body> </soap-env:Envelope> DEBUG:googleads.soap:Incoming response: b'<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">\n <soap:Header>\n <ResponseHeader xmlns="https://www.google.com/apis/ads/publisher/v201911">\n <requestId>c5d4dd72a46c18395eb5053efc44534e</requestId>\n <responseTime>202</responseTime>\n </ResponseHeader>\n </soap:Header>\n <soap:Body>\n <soap:Fault>\n <faultcode>soap:Server</faultcode>\n <faultstring>[PublisherQueryLanguageSyntaxError.UNPARSABLE @ ]</faultstring>\n <detail>\n <ApiExceptionFault xmlns="https://www.google.com/apis/ads/publisher/v201911">\n <message>[PublisherQueryLanguageSyntaxError.UNPARSABLE @ ]</message>\n <errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="PublisherQueryLanguageSyntaxError">\n <fieldPath/>\n <trigger/>\n <errorString>PublisherQueryLanguageSyntaxError.UNPARSABLE</errorString>\n <reason>UNPARSABLE</reason>\n </errors>\n </ApiExceptionFault>\n </detail>\n </soap:Fault>\n </soap:Body>\n</soap:Envelope>\n' WARNING:googleads.soap:Error summary: {'faultMessage': '[PublisherQueryLanguageSyntaxError.UNPARSABLE @ ]', 'requestId': 'c5d4dd72a46c18395eb5053efc44534e', 'responseTime': '202', 'serviceName': 'PublisherQueryLanguageService', 'methodName': 'select'}