I've sent the following request:
Content-Type: text/xml; charset=utf-8
Authorization: Bearer {token}
accept-encoding: gzip
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="
http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"
xmlns:tns="
https://adwords.google.com/api/adwords/cm/v201809"
xmlns:ns0="
http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns1="
https://adwords.google.com/api/adwords/cm/v201809">
<SOAP-ENV:Header>
<tns:RequestHeader>
<tns:clientCustomerId>
6266584989</tns:clientCustomerId>
<tns:developerToken>{dev token}</tns:developerToken>
<tns:userAgent>{agent}</tns:userAgent>
<tns:validateOnly>false</tns:validateOnly>
<tns:partialFailure>false</tns:partialFailure>
</tns:RequestHeader>
</SOAP-ENV:Header>
<ns0:Body>
<ns1:get>
<ns1:serviceSelector>
<ns1:fields>Id</ns1:fields>
<ns1:fields>Name</ns1:fields>
<ns1:fields>Status</ns1:fields>
<ns1:predicates>
<ns1:field>Status</ns1:field>
<ns1:operator>IN</ns1:operator>
<ns1:values>ENABLED</ns1:values>
<ns1:values>PAUSED</ns1:values>
</ns1:predicates>
</ns1:serviceSelector>
</ns1:get>
</ns0:Body>
</SOAP-ENV:Envelope>
And get the following response:
But this account has at list enabled 3 campaigns. They are app campaigns, not video. Why I can't get them with API?