Power BI Connector for LinkedIn Marketing Solutions

Build 25.0.9539

ConversationCreatives

Returns details of conversation ad creatives used in your LinkedIn Ads account, including creative content and configuration.

Table Specific Information

The URN column is required and must be specified in the criteria to query data from this view.

Select

For the URN 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 ConversationCreatives WHERE URN = 'urn:li:sponsoredConversation:7069897';
SELECT * FROM ConversationCreatives WHERE URN IN ('urn:li:sponsoredConversation:5833860', 'urn:li:sponsoredConversation:7069897');

The rest of the query is processed client-side.

Insert

To create a new conversation creative, use an INSERT statement.
INSERT INTO ConversationCreatives (AccountURN, Headline) VALUES ('urn:li:sponsoredAccount:515215939', 'Test conversation')

Columns

Name Type ReadOnly References Description
URN [KEY] String True

Uniform Resource Name (URN) that uniquely identifies the conversation creative.

Headline String False

Headline text displayed in the conversation creative, typically introducing the message or offer.

FirstActionURN String True

ConversationCreativeActions.URN

URN that identifies the first action available to the target audience within the conversation creative.

AccountURN String False

URN that identifies the advertising account associated with this conversation creative.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9539