TDV Adapter for Salesforce Marketing Cloud

Build 22.0.8462

ListSubscriber

Retrieves subscribers for a list or lists for a subscriber.

View-Specific Information

Select

The adapter uses the Salesforce Marketing Cloud APIs to process the following WHERE clause operators for all but date-time values: =, !=, <>, >, >=, <, <=, IN. For date-time values, only > and < are supported. The adapter processes other filters client-side within the adapter.

For example, the following (but not only) queries are processed server side:

SELECT * FROM ListSubscriber

SELECT * FROM ListSubscriber WHERE Id = 123

SELECT * FROM ListSubscriber WHERE Id IN (123, 456)

SELECT * FROM ListSubscriber WHERE CreatedDate > '2017/01/25'

Columns

Name Type Description
ID [KEY] Int Read-only identifier for an object.
ObjectID String System-controlled, read-only text string identifier for object.
SubscriberKey String Identification of a specific subscriber.
CreatedDate Datetime Read-only date and time of the object's creation.
ModifiedDate Datetime Indicates the last time object information was modified.
Client_ID Int The Id of the client.
Client_PartnerClientKey String User-defined partner key for an account.
ListID Int Defines identification for a list the subscriber resides on.
Status String Defines status of an object.
UnsubscribedDate Datetime The date the subscriber unsubscribed.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462