Realtime Tracking API

POST - Add Creator For Tracking

This API serves the purpose of generating a tracking link specifically designed for the selected influencer, enabling precise monitoring and analytics.

POST PARAMS

ATTRIBUTES
DESCRIPTION

connector

The social connector flow that needs to be triggered for the creator. currently supported values are Youtube and Instagram.

handle

A handle is the username of a particular creator on Instagram or YouTube.

cron_expression

A cron expression is a string format representing a schedule for recurring tasks in a cron job, specifying the timing and frequency of task execution.

stories_cron_expression

is a string representing a schedule in cron format for recurring tasks related to tracking and managing stories on social media platforms.

stories_tracking_expiry_at

refers to the timestamp indicating the expiration time or date for tracking events related to stories on social media platforms.

tracking_expiry_at

refers to the timestamp denoting the expiration time or date for a tracking event or action in a system or application.

PAYLOAD

OUTPUT(JSON)

GET - Get Creator

The "Get Creator" API retrieves information about a specific creator from the Ylytic platform, offering insights into audience demographics and engagement metrics.

OUTPUT(JSON)

PUT - Update Creator Tracking

The "PUT - Update Creator Tracking" API endpoint facilitates the updating of tracking information for a specific creator in the system.

POST PARAMS

ATTRIBUTES
DESCRIPTION

tracking

To verify if tracking is currently active, it returns a boolean value.

story_tracking

To verify if story tracking is currently active, it returns a boolean value.

PAYLOAD

OUTPUT (JSON)

POST - Add Post For Tracking

The "POST - Add Post for Tracking" API allows for the inclusion and tracking of posts, providing a method to monitor and analyze specific content within the system.

POST PARAMS

ATTRIBUTES
DESCRIPTION

shortcode

A ShortCode is the Instagram URL of the profile of the creator, serving as a concise identifier for their account.

PAYLOAD

OUTPUT (JSON)

GET - Get Post

The "GET - Get Post" API retrieves information about a specific post, allowing users to access details and analytics associated with the identified content.

OUTPUT (JSON)

PUT - Update Post Tracking

The "PUT - Update Post Tracking" API enables the modification and updating of tracking information for a specific post in the system.

PAYLOAD

OUTPUT(JSON)

GET – Tracking Insights

The "GET – Tracking Insights" API provides insights and analytics related to tracking activities, offering valuable information about monitored events and data within the system.

Last updated