Tableau Connector for LinkedIn Marketing Solutions

Build 25.0.9434

ConversationCreativeActions

Read data on actions in the conversation creatives in your LinkedIn ad-account.

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 The URN of the action.
ConversationCreativeURN String

ConversationCreatives.URN

The URN of the conversation creative to which the action belongs.
BodyContent String The content of the conversation creative action. Represented in JSON format.
NextActions String The next actions that can be taken after the user chooses the current action. Represented in JSON format.

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