ConversationCreatives
Read data on conversation creatives in your LinkedIn ad-account.
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 | The URN of the conversation creative. | |
| Headline | String | The headline of the conversation creative. | |
| FirstActionURN | String | The URN of the first action in the conversation creative that can be taken by the target audience. | |
| AccountURN | String | The URN of the ad-account to which this conversation creative belongs. |