Guest User

Untitled

a guest
Mar 13th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. mpmetrics.register(properties, type, days);
  2.  
  3. Required:
  4. @properties: A dictionary of properties in the usual format. {"key" : "value", "key2", "value2"}
  5.  
  6. Optional:
  7. @type: The type of event to register these properties for
  8. "all": All data (DEFAULT)
  9. "events": Only events
  10. "funnels": Only funnels
  11. @days: The number of days to store this information (DEFAULT 7)
Add Comment
Please, Sign In to add comment