Angora

Angora

  • Solutions
  • Resources
  • Plans

›API

Start

  • Introduction
  • Frequently Asked Questions?
  • First steps

API

  • Track
  • Identify

The function "identify"

The angora.identify () function is a function that takes two parameters:

  • The first parameter (required) is the customerId, which is the user's unique identifier within your application;
  • The second parameter (optional) must consist of any important properties to be associated with the user being identified.
angora.identify('111.111.111-11', { name: 'John', gender: 'Male', birthday: '01/01/1991' });
...
angora.identify('email@example.com.br', { name: 'John', gender: 'Male', birthday: '01/01/1991' });
...
angora.identify('5e8403d88411206e26279729', { name: 'John', gender: 'Male', birthday: '01/01/1991' });
← Track