-
. Can I create a random `client_id` for GA4 events if `user_id` is already included?
So, I was reading through Google’s documents and it seems that for a valid http request with a GA4 event (that’s the measurement protocol, right?), we actually need to include a
client_id
. But here’s where it gets annoying: I’ve been including auser_id
in every event already. Feels a bit like double duty to also includeclient_id
, don’t you think? I wonder though, if I shake things up a bit and put in a fake or randomclient_id
, could that screw anything up? I tried looking this up in Google Analytics help center, but it was a dead end. No info at all.
Log in to reply.