Package com.segment.analytics.messages
package com.segment.analytics.messages
-
ClassDescriptionThe alias message is used to merge two user identities, effectively connecting two sets of user data as one.Fluent API for creating
AliasMessage
instances.The group API call is how you associate an individual user with a group—be it a company, organization, account, project, team or whatever other crazy name you came up with for the same concept! It also lets you record custom traits about the group, like industry or number of employees.Fluent API for creatingGroupMessage
instances.The identify call ties a customer and their actions to a recognizable ID and traits like their email, name, etc.Fluent API for creatingIdentifyMessage
instances.Encapsulates properties common to all messages.Fluent API to construct instances of aMessage
.The page call lets you record whenever a user sees a page of your website, along with any properties about the page.Fluent API for creatingPageMessage
instances.The screen call lets you record whenever a user sees a screen, along with any properties about the screen.Fluent API for creatingScreenMessage
instances.The track API call is how you record any actions your users perform, along with any properties that describe the action.Fluent API for creatingTrackMessage
instances.