Learn R Programming

googleAnalyticsR (version 1.2.0)

ga_mp_cid: Generate a random client_id

Description

This has a random number plus a timestamp

Usage

ga_mp_cid(seed = NULL)

Arguments

seed

If you set a seed, then the random number will be the same for each value

See Also

Other Measurement Protocol functions: ga_mp_event(), ga_mp_event_item(), ga_mp_send()