ConversationCreativeActions
Provides data on user interactions with conversation ad creatives, including clicks and message-level engagement metrics.
Table Specific Information
The ConversationCreativeURN column is required and must be specified in the criteria to query data from this view.Select
For the ConversationCreativeURN column, the = operator is fully supported server-side. The IN operator is partially supported server-side and partially client-side. Refer to the query examples below:SELECT * FROM ConversationCreativeActions WHERE ConversationCreativeURN = 'urn:li:sponsoredConversation:7069897';
SELECT * FROM ConversationCreativeActions WHERE ConversationCreativeURN IN ('urn:li:sponsoredConversation:7069897', 'urn:li:sponsoredConversation:5833860');
The rest of the query is processed client-side.
Columns
| Name | Type | References | Description |
| URN [KEY] | String | Uniform Resource Name (URN) that uniquely identifies the conversation creative action. | |
| ConversationCreativeURN | String | URN that identifies the conversation creative associated with this action. | |
| BodyContent | String | Contains the message content or body text of the conversation creative action, represented in JSON format. | |
| NextActions | String | Specifies the next possible user actions that follow the current interaction, represented in JSON format. |