Hi, we are not able to use method ReportDefinitionService.getReportFields without setting clientCustomerId once there is at least one inactive account within an MCC's account hierarchy.
Might be a regression and related with https://groups.google.com/forum/#!msg/adwords-api/uSomm1x4nKw/YhjSkLMbAQAJ. First reported on July, 30th. Our request: <?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> with response <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> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/e75a0aee-74e1-41a8-a140-fc340c2f66ce%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
