Google Analytics - User Identification

Card Puncher Data Processing

About

Analytics - User Id (Person identity) in Google Analytics for a Google Analytics - User

Type

Named

The user id is the named id (the id of your application)

You can specify a user id when creating a tracker.

ga('create', {
  trackingId: 'UA-XXXXX-Y',
  cookieDomain: 'auto',
  name: 'myTracker',
  userId: '12345'
});

from doc

Client Id

The client id is an id generated if the user id is not specified.

See also: Google Analytics - Client Id (cid) - Anonymous Id





Discover More
Card Puncher Data Processing
Google Analytics - Client Id (cid) - Anonymous Id

ClientId is the anonymous user id in Google analytics If a cookie does not exist for the specified domain, a client ID is generated and stored in the cookie The client id is stored in the utma...
Card Puncher Data Processing
Google Analytics - User

A user in Google analytics See If the utma cookie does not exist for the specified domain, a client ID is generated and stored in the cookie, and the user is identified as new. If a cookie...



Share this page:
Follow us:
Task Runner