Table of Contents

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