Visitor (global tags)
Available tags
Global:OMC.Visitor.HasProfiles
Returns True if the solution have at least one visitor profile in Online Marketing Center.
@GetBoolean("Global:OMC.Visitor.HasProfiles")
Global:OMC.Visitor.ID
Returns an unique ID for the visitor.
@GetInteger("Global:OMC.Visitor.ID")
Global:OMC.Visitor.IsReturning
Returns True if the visitor has visited the solution before.
@GetBoolean("Global:OMC.Visitor.IsReturning")
Global:OMC.Visitor.LastVisit
Returns the time for the last visit of the user.
@GetDate("Global:OMC.Visitor.LastVisit")
Global:OMC.Visitor.PrimaryProfile.ID
Returns an ID for the primary visitor profile (with the highest amount of points).
@GetInteger("Global:OMC.Visitor.PrimaryProfile.ID")
Global:OMC.Visitor.PrimaryProfile.Reference
Returns an unique reference number for the primary visitor profile (with the highest amount of points).
@GetString("Global:OMC.Visitor.PrimaryProfile.Reference")
Global:OMC.Visitor.Profile.[Reference].ID
Returns an ID for the specific visitor profile.
@GetInteger("Global:OMC.Visitor.Profile.[Reference].ID")
Global:OMC.Visitor.Profile.[Reference].Name
Returns the name of a specific visitor profile.
@GetString("Global:OMC.Visitor.Profile.[Reference].Name")
Global:OMC.Visitor.Profile.[Reference].Points
Returns the number of points that the user gets from the specific visitor profile.
@GetString("Global:OMC.Visitor.Profile.[Reference].Points")
Global:OMC.Visitor.Profile.[Reference].Reference
An unique reference number for a specific visitor profile.
@GetString("Global:OMC.Visitor.Profile.[Reference].Reference")
Global:OMC.Visitor.SecondaryProfile.ID
Returns an ID for the secondary visitor profile (with the second highest amount of points).
@GetInteger("Global:OMC.Visitor.SecondaryProfile.ID")
Global:OMC.Visitor.SecondaryProfile.Name
Returns the name for the secondary visitor profile (with the second highest amount of points)
@GetString("Global:OMC.Visitor.SecondaryProfile.Name")
Global:OMC.Visitor.SecondaryProfile.Points
Returns points related to secondary profile of OMC visitor.
@GetString("Global:OMC.Visitor.SecondaryProfile.Points")
Global:OMC.Visitor.SecondaryProfile.Reference
Returns an unique reference number for the secondary visitor profile (with the second highest amount of points).
@GetString("Global:OMC.Visitor.SecondaryProfile.Reference")