Smartquery Insights
Work In Progress
This guide will help you fetch metrics and dimensions used to compile Smartsight Smartquery Insights dashboard.
Show Content Path GET
Returns the content journey of the users.
If you run this request yourself it will not work, you should replace the bearer token (6ABBCCCD-EEE1-FFF2-GGG3-HIJKLMNOP456) in this example with your own OAuth access token you get by running Fetch OAuth Token
Required request path parameters
customer-id
string
A path parameter in form of a string. This is the unique identifier and you will be able to find this Id on https://smartsight2.mediamelon.com/control-panel/user-profile
Required request query parameters
planlevel
string
A query parameter in form of a string. This is the plan identifier number associated with CustomerID and you will be able to find this plan level using https://smartsight.mediamelon.com/planLevelByCustId/<customer-id>
period
string
A query parameter in comma-separated string format. It needs to in the format of start date and end date (eg: start=1729666800,end=1730271600) in epoch time. For reference, use this Epoch Time converter
queryname
string
Combination of query parameters queryname=contentpath
in string format. This request needs comma-separated metrics to retrieve the rquested data.
Response
Show Subscriber Insight GET
Returns subscriber details
Required request path parameters
customer-id
string
A path parameter in form of a string. This is the unique identifier and you will be able to find this Id on https://smartsight2.mediamelon.com/control-panel/user-profile
Required request query parameters
planlevel
string
A query parameter in form of a string. This is the plan identifier number associated with CustomerID and you will be able to find this plan level using https://smartsight.mediamelon.com/planLevelByCustId/<customer-id>
period
string
A query parameter in comma-separated string format. It needs to in the format of start date and end date (eg: start=1729666800,end=1730271600) in epoch time. For reference, use this Epoch Time converter
queryname
string
Combination of query parameters queryname=subscriberdetails
in string format. This request needs comma-separated metrics to retrieve the rquested data.
Response
Last updated