Monitoring
Customer
Pass your customer’s identifier to monitor the user’s data in the Keywords AI platform.
After you pass the customer_params
parameter in your API call, you can monitor the user’s data in the Keywords AI platform.
See how to get insights into your users’ data here
Example code
{
//...other_params,
"customer_params": {
"customer_identifier": "customer_123",
"name": "Hendrix Liu", //optional
"email": "hendrix@keywordsai.co" //optional
}
}