mp_event | R Documentation |
This creates an event to send via mp_send
mp_event(name, params = NULL, items = NULL)
name |
The event name to send in |
params |
Optional event parameters sent in as a named list |
items |
Optional items created via mp_event_item |
An mp_event
object
Other Measurement Protocol functions:
mp_cid()
,
mp_event_item()
,
mp_send()
mp_event("custom_event") mp_event("custom_event", params = list(my_param = "SUPER"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.