I will paste my soap xml here ,i want to search with a custom dimension here ,but i am receiving an error CUSTOM_TARGETING_VALUE_11933400' is not filterable
<SOAP-ENV:Envelope xmlns:SOAP-ENV="
http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns1="
https://www.google.com/apis/ads/publisher/v202505">
<SOAP-ENV:Header>
<ns1:RequestHeader>
<ns1:networkCode>{$networkCode}</ns1:networkCode>
<ns1:applicationName>{$applicationName}</ns1:applicationName>
</ns1:RequestHeader>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<ns1:runReportJob>
<ns1:reportJob>
<ns1:reportQuery>
<ns1:dimensions>CUSTOM_TARGETING_VALUE_ID</ns1:dimensions>
<ns1:columns>AD_EXCHANGE_LINE_ITEM_LEVEL_IMPRESSIONS</ns1:columns>
<ns1:columns>AD_EXCHANGE_LINE_ITEM_LEVEL_CLICKS</ns1:columns>
<ns1:columns>AD_EXCHANGE_LINE_ITEM_LEVEL_CTR</ns1:columns>
<ns1:columns>AD_EXCHANGE_LINE_ITEM_LEVEL_REVENUE</ns1:columns>
<ns1:columns>AD_EXCHANGE_LINE_ITEM_LEVEL_AVERAGE_ECPM</ns1:columns>
<ns1:columns>AD_EXCHANGE_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS</ns1:columns>
<ns1:columns>AD_EXCHANGE_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS_RATE</ns1:columns>
<ns1:dateRangeType>TODAY</ns1:dateRangeType>
<ns1:statement>
<ns1:query>
WHERE CUSTOM_TARGETING_VALUE_11933400 IN (448535797861)
</ns1:query>
</ns1:statement>
</ns1:reportQuery>
</ns1:reportJob>
</ns1:runReportJob>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>