Custom Actions

You can send custom actions using a simple Javascript snippet.

window._rd_queue = window._rd_queue || [];
window._rd_queue.push(['action', ACTION_NAME, ACTION_VALUE, ACTION_TPYE]);

The function takes 3 attributes

  1. Action Name (required) Type: string
  2. Action Value (optional) Type: int; Default: 1
  3. Action Type (optional) Type: string; Default: other

Action Name and Action Type are limited to 20 characters, otherwise, a substring of the first 20 characters is used!

Action Value must be between 1 and 10, otherwise, the closest allowed value is used!

Sign up for Reflective Data

5,000 sessions / month ×

Please enter your email

Submit

After submitting your email, we will send you the registration form.