CData Python Connector for LinkedIn Marketing Solutions

Build 25.0.9454

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.

Columns

Name Type References Description
URN [KEY] String Uniform Resource Name (URN) that uniquely identifies the conversation creative.
Headline String Headline text displayed in the conversation creative, typically introducing the message or offer.
FirstActionURN String

ConversationCreativeActions.URN

URN that identifies the first action available to the target audience within the conversation creative.
AccountURN String URN that identifies the advertising account associated with this conversation creative.

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