Stipop Docs | Documentation for SDK and API

Register Reaction Usage

Knowing that understanding user behavior in a product is crutial, we’ve also built an analyzing tool that lets you understand what’s going on in your product. By simply Registering Sticker Usage you’ll be able to track all sticker usage and view them on your Dashboard.

By seeing which stickers are being used on your platform you can get insights in user engagement and see their empathetic data will help you understand your users better.

Request URL

POST
https://camera.stipop.io/v1/analytics/send/:stickerId

Best Practices

  1. We highly recommend you utilizing the Register Reaction Usage API and benefit from high-end insight and data reports.
  2. Once you’ve set the API visit your Dashboard Analytics page and see sticker usage reports. Other clients have seen valuable data such as a data set that can lead to understanding user satisfaction of the product and increasing revenue on a sticker store model.

Parameters

Request Headers
RequiredTypeDescription
apikeystringStipop API Key for your app.
Visit developer dashboard for new API Key.
Request Path Parameters
RequiredTypeDescription
stickerIdstringUnique value for a single sticker
Request Query Parameters
RequiredTypeDescription
userIdstringUnique value for every user to distinguish unique users.
The userId can be in any string format.
Important: Using same userId for multiple users is not allowed.

Example Request

Sample call registering reaction usage
1
curl --location --request POST "https://camera.stipop.io/v1/analytics/send/{stickerId}?userId=9937" --header "apikey:xxxxxxxxx"

Success Response

Success Response code 200
1
2
3
4
5
6
7
8
9

{
  "header": {
    "code": "0000",
    "status": "success",
    "message": "success"
  },
  "body": []
}

Error Response

ErrorCodeDescription
non exist apikey9000The API key used does not exist
server error1000Unable to receive data from the server
We’re here to help. Contact us.