Api Documentation

Social connect views

Retrieves SocialConnect view stats
Retrieves SocialConnect view stats
Adds 1 to the view counter of a SocialConnect item
Json
XML
POST https://api.bundeling.com/V2/social_connect_views

Parameters

Body

NameDescriptionTypeNillableRequired
object_typeThe type of object that was viewed on SocialConnect
Accepted values: news_item, event
stringfalsetrue
object_uuidThe unique identifier of the object that was viewed on SocialConnectstringfalsetrue
referring_user_uuidThe unique identifier of the user that shared the itemstringfalsefalse
click_originThe referring site on which the item was sharedstringfalsefalse

Example request

Headers

Content-Type:application/json
Api-Key:RAegSX8yZfEbqSPM

Example response

{
    "uuid": "2e0cfc74d3bd4a378a459719de814e1c",
    "object_type": "news_item",
    "object_uuid": "2e0cfc74d3bd4a378a459719de814e1c",
    "referring_user_uuid": "2e0cfc74d3bd4a378a459719de814e1c",
    "click_origin": "www.facebook.com"
}