mp_cid | R Documentation |
This has a random number plus a timestamp
mp_cid(seed = NULL)
seed |
If you set a seed, then the random number will be the same for each value |
A string suitable as an Id with a random number plus a timestamp delimited by a period.
Other Measurement Protocol functions:
mp_event_item()
,
mp_event()
,
mp_send()
# random Id mp_cid() # fix the random number (but not the timestamp) mp_cid(1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.