Create a user
Create/update users to have better user observability on Keywords AI
To have better user observability, you can create new users using customr_params
in your API call or use our User Creation endpoint.
Pass customer_params
in your API call
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
All parameters
The unique identifier for the customer. It can be any string.
The name of the customer. It can be any string.
The email of the customer. It shoud be a valid email.
The start date of the period. It should be in the format YYYY-MM-DD
.
The start date of the period. It should be in the format YYYY-MM-DD
.
Choices are yearly
, monthly
, weekly
, and daily
The budget for the period. It should be a float.
The markup percentage for the period. Usage report of your customers through this key will be increased by this percentge.
The total budget for a user.
Detailed example
User creation Endpoint
For more inforation about customer_identifier
, check out the parameter here