EngagementRules
Manage LinkedIn engagement retargeting rules linking DMP segments to member engagements on specific content sources within a defined time frame.
Table Specific Information
Select
The connector uses the LinkedIn Marketing Solutions API to process search criteria that refer to the Id and DMPSegmentId columns. The connector processes other filters client-side within the connector. For example, the following queries are processed server side.
SELECT * FROM EngagementRules WHERE Id = '12345';
SELECT * FROM EngagementRules WHERE DMPSegmentId = '43318048';
Columns
| Name | Type | References | Description |
| Id [KEY] | Long | The engagement rule id. | |
| DMPSegmentId | Long |
DMPSegments.Id | The DMP segment id that this engagement retargeting rule belongs. |
| EngagementSource | String | The content URN that members are engaging with. | |
| EngagementTrigger | String | The action that users can take on the source. | |
| TimeFrame | Object | The time frame members engaged with the specified source URN with the specified engagement trigger. | |
| CreatedAt | Datetime | Date and time when the engagement rule was first created. | |
| UpdatedAt | Datetime | Date and time when the engagement rule was last modified. |