countSubscribersIncludedInFilter (deprecated)
Counts all subscribers for a subscriber source filter. Uses the subscriber source base filter, plus the filter identified by the filterId, provided it is not zero.
| Input | Type | Description |
|---|---|---|
| token | AuthToken | Authorization token. |
| sourceIdentifier | xs:int | Subscriber source identifier. |
| filterIdentifier | xs:int | A Subscriber source filter identifier. If 0, no additional filter is applied. |
| Output | Type | Description |
|---|---|---|
| xs:int | The number of subscribers that match the filter. |