Identify your customer
This chapter describes the .userParam method as a way to match your customers information with the information collected by Instantor.
instantor.userParam(key, value)Example
const instantor = new Instantor('produktKey.de');
/* Set user-specific parameters */
instantor.userParam('first-name', 'John');
instantor.userParam('last-name', 'Doe');
instantor.userParam('unique-user-id', '123456');
instantor.load('#instantor_div');Special-purpose keys
Reserved keys
Last updated
Was this helpful?