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 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 CampaignRecommendations SELECT * FROM CampaignRecommendations WHERE Campaign='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 |
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. |