CData Python Connector for Salesforce Marketing Cloud

Build 25.0.9454

PrivateIP

Contains details about private IP addresses that are assigned for message sends in Salesforce Marketing Cloud. Each record identifies the dedicated IP address used for outbound email delivery, supporting IP reputation management and sender authentication practices.

View-Specific Information

Select

The connector 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 connector processes other filters client-side within the connector.

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

SELECT * FROM PrivateIP WHERE Id = 123

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

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

Columns

Name Type Description
ID [KEY] Int Specifies the read-only identifier (Id) that uniquely identifies the private internet protocol (IP) record.
PartnerKey String Specifies the partner-provided unique Id that external systems use to reference the private IP record through the API.
CreatedDate Datetime Indicates the date and time when the private IP record was created.
Client_ID Int Specifies the Id of the client that is associated with the private IP record.
Name String Specifies the name assigned to the private IP record for organizational or administrative reference.
Description String Provides descriptive information that explains the purpose, configuration, or operational role of the private IP record.
IsActive Bool Returns a value of 'true' when the private IP address is active and available for use in send operations or delivery configurations. It returns a value of 'false' when the private IP address is inactive, retired, or restricted by administrative controls.
OrdinalID String Specifies the positional Id that indicates where this private IP record appears within an ordered sequence of related configuration items.
IPAddress String Specifies the private IP address that is used for message delivery, authentication, or domain alignment within Marketing Cloud.
Client_PartnerClientKey String Specifies the partner-supplied client key that external systems use to correlate the private IP record with partner-side account identifiers.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9454