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
- Action Name (required) Type: string
- Action Value (optional) Type: int; Default:
1
- 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!