<?xml version='1.0' encoding='utf-8'?>
<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
<soap-env:Header>
<ns0:RequestHeader xmlns:ns0="https://adwords.google.com/api/adwords/cm/v201806">
<ns0:developerToken>xxxxxxxxxxxx</ns0:developerToken>
<ns0:userAgent>APP (AwApi-Python, googleads/12.1.0, Python/2.7.13, zeep)</ns0:userAgent>
<ns0:validateOnly>false</ns0:validateOnly>
<ns0:partialFailure>false</ns0:partialFailure>
</ns0:RequestHeader>
</soap-env:Header>
<soap-env:Body>
<ns0:getReportFields xmlns:ns0="https://adwords.google.com/api/adwords/cm/v201806">
<ns0:reportType>ADGROUP_PERFORMANCE_REPORT</ns0:reportType>
</ns0:getReportFields>
</soap-env:Body>
</soap-env:Envelope><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>
<ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/v201806">
<requestId>0005724ab4527b210a3717419801638f</requestId>
<serviceName>ReportDefinitionService</serviceName>
<methodName>getReportFields</methodName>
<operations>1</operations>
<responseTime>69</responseTime>
</ResponseHeader>
</soap:Header>
<soap:Body>
<soap:Fault>
<faultcode>soap:Client</faultcode>
<faultstring>[AuthorizationError.CUSTOMER_NOT_ACTIVE @ ; trigger:'<null>']</faultstring>
<detail>
<ApiExceptionFault xmlns="https://adwords.google.com/api/adwords/cm/v201806">
<message>[AuthorizationError.CUSTOMER_NOT_ACTIVE @ ; trigger:'<null>']</message>
<ApplicationException.Type>ApiException</ApplicationException.Type>
<errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="AuthorizationError">
<fieldPath></fieldPath>
<trigger><null></trigger>
<errorString>AuthorizationError.CUSTOMER_NOT_ACTIVE</errorString>
<ApiError.Type>AuthorizationError</ApiError.Type>
<reason>CUSTOMER_NOT_ACTIVE</reason>
</errors>
</ApiExceptionFault>
</detail>
</soap:Fault>
</soap:Body>
</soap:Envelope>