JDBC Driver for LinkedIn Marketing Solutions

Build 22.0.8462

ThirdPartyTracking

Use thirdPartyTrackingTags to retrieve a previously created third-party tracking tag.

Table Specific Information

Select

The Forms view returns a list of the Third-party tracking tags through the ad creative they're associated with. The following request takes in an ad creative URN in the creative parameter to search for third-party tracking tags linked to that ad creative.

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 ThirdPartyTracking

SELECT * FROM ThirdPartyTracking WHERE Creative='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 The campaign to which this recommendation belongs.
Creative String The campaign to which this recommendation belongs.
Account String The average spend of the entity.
Event String The currency code of the average spend.
Platform String A prediction of how much additional impressions could be generated from a different bid.
TrackingUrl String The currency code of additional impressions.
Created Timestamp A prediction of how much additional impressions could be generated from a different bid.
LastModified Timestamp Date at which the ad entity's TotalBudget will be exhausted, in Unix Epoch time.

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