Home Forums General questions Real time reaction analytics Reply To: Real time reaction analytics

#3078
Professore
Keymaster

Hello, this plugin saves any single reaction into a table named %prefix%da_r_votes.

For each vote will be saved:

  1. ID a unique identifier;
  2. resource_id the ID of the resource which the Reaction is attached to;
  3. resource_type the type of the resource, i.e. post, comment, and so on;
  4. emotion_id the ID of the reaction itself;
  5. user_id the ID of the user, if known;
  6. user_token a pseudo-unique identifier to recognize the user;
  7. user_ip (if activated in privacy settings) the IP address of the user;
  8. created_at the timestamp of the single vote.

Please read the Database Structure page to know more about this topic.

Loading spinner