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 connector uses the LinkedIn Marketing Solutions API to process search criteria that refer to the Status column. The connector processes other filters client-side within the connector. For example, the following queries are processed server side.
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. |