TDV Adapter for LinkedIn Marketing Solutions

Build 22.0.8462

CampaignRecommendations

The Recommendations API offers recommendations for underperforming campaigns and suggests ways to improve performance; including adjusting the creative, bid, audience size, or number of creatives.

Table Specific Information

Select

The CampaignInsights view returns a list of the recommendations for underperforming campaigns and suggests ways to improve performance; including adjusting the creative, bid, audience size, or number of creatives.

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

SELECT * FROM CampaignRecommendations

SELECT * FROM CampaignRecommendations WHERE Campaign='123456'

Columns

Name Type Description
Campaign String The campaign to which this recommendation belongs.
CreatedAt Timestamp The epoch timestamp in milliseconds of when this recommendation was generated.
ExpandAudience Boolean If true, the recommendation is to expand the audience of this campaign.
ImproveCreativeQuality Long If true, the recommendation is to improve the quality of this campaign's creatives.
NumOfCreatives Long The recommended number of creatives in the campaign.
Priority Long The priority of the recommendation, 0 indexed, with 0 being the highest priority.
Type String The type of recommendation.

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