TDV Adapter for LinkedIn Marketing Solutions

Build 22.0.8462

SocialActions

The socialActions API allows access to both personal and organization social actions.

Select

The adapter will use the LinkedInAds API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the adapter.

  • UGCPostId supports the '=, IN' comparisons.

For example, the following queries are processed server side:

SELECT * FROM SocialActions WHERE UGCPostId = 'urn:li:share:12345'

SELECT * FROM SocialActions WHERE UGCPostId IN ('urn:li:share:12345','urn:li:share:23456')

Columns

Name Type Description
TotalFirstLevelComments Integer Total number of first level comments.
AggregatedTotalComments Integer Total number of aggregated comments.
LikedByCurrentUser Boolean Indicator if the post is liked by current user.
TotalLikes Integer Total number of likes.
Target String Total number of likes.
UGCPostId String Id of UGC Post.

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