JDBC Driver for LinkedIn Marketing Solutions

Build 22.0.8462

Conversions

Retrieves a list of Conversions. Conversions are actions a member makes that are valuable to your business.

Table Specific Information

Select

The Conversions view returns a list of the insights into post-click and view-through conversions of your LinkedIn ads campaigns, giving you the ability to measure the impact and ROI of your ads.

The driver uses the LinkedIn Marketing Solutions API to process search criteria that refer to the Status column. The driver processes other filters client-side within the driver. For example, the following queries are processed server side.

SELECT * FROM Conversions

SELECT * FROM Conversions WHERE Account='123456'
You can turn off the client-side execution of the query by setting SupportEnhancedSQL to false in which case any search criteria will be ignored and an unfiltered response will be returned.

Columns

Name Type Description
Id String Numerical identifier for the Conversion.
Account String URN identifying the advertising account associated with the Conversion.
DomainId String The insightTagDomain key that this Conversion resides under.
Name String A short name for this rule, which will be shown in the UI and in reports.
Created String The timestamp when the Conversion was created.
LastModified String The timestamp when the Conversion was last modified.
LastCallbackAt String The timestamp of the last callback from the Conversion.
Amount String The amount of money as a real number string.
CurrencyCode String Identifying code for currency type. See currency codes for the valid codes.
Type String The type of the rule.
Enabled String Set to true or false to enable or disable this rule from matching on the advertiser's website.
ImagePixelTag String The HTML representation of the image pixel.
PostClickAttributionWindowSize Integer The HTML representation of the image pixel.
ViewThroughAttributionWindowSize Integer The HTML representation of the image pixel.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462