View source: R/measurement_protocol.R
| ga_mp_event | R Documentation | 
This creates an event to send via ga_mp_send
ga_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 ga_mp_event_item | 
Other Measurement Protocol functions: 
ga_mp_cid(),
ga_mp_event_item(),
ga_mp_send()
ga_mp_event("custom_event")
ga_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.