Skip to content

Latest commit

 

History

History
402 lines (265 loc) · 23.4 KB

File metadata and controls

402 lines (265 loc) · 23.4 KB
title description author ms.service ms.reviewer ms.topic ms.date ms.author
SessionRegistrationCanceled in Customer Insights Journeys - Common Data Model | Microsoft Docs
Customer Insights Journeys data model reference
cdm-publisher
common-data-model
deonhe
article
6/4/2024
anbichse

SessionRegistrationCanceled in Customer Insights Journeys

Latest version of the JSON entity definition is available on GitHub.

Traits

Traits for this entity are listed below.

is.CDM.entityVersion

ParameterValueData typeExplanation
versionNumber"1.1"stringsemantic version number of the entity

has.entitySchemaAbstractionLevel
A level of abstraction assigned to an Entity schema. Logical schema descriptions use complex dataTypes, inheritance, and entities as attributes. Resolved descriptions contain none of those things, only final trait and attribute sets are shown. A composition schema manipulates, guides or restates parts of logical schemas to produce one resolved schema.

ParameterValueData typeExplanation
level"resolved"stringPossible values: logical, composition, resolved

Attributes

Name Description First Included in Instance
AccountId Unique identifier of the Account. CustomerInsightsJourneys/sessionregistrationcanceled
ContactId Unique identifier of the Contact. CustomerInsightsJourneys/sessionregistrationcanceled
ProfileId Unique identifier of the profile. CustomerInsightsJourneys/sessionregistrationcanceled
ProfileType The profile type (Contact, Lead or CI Profile) CustomerInsightsJourneys/sessionregistrationcanceled
SessionId Session ID CustomerInsightsJourneys/sessionregistrationcanceled
IdempotencyId Idempotency ID defines uniqueness of an analytics event. CustomerInsightsJourneys/sessionregistrationcanceled
InternalMarketingInteractionId Internal marketing interaction Id. CustomerInsightsJourneys/sessionregistrationcanceled
OrganizationId Organization Id. CustomerInsightsJourneys/sessionregistrationcanceled
Timestamp Indicates the exact date and time when the interaction was emitted. CustomerInsightsJourneys/sessionregistrationcanceled
Version Interaction version. Used for updating the interaction. CustomerInsightsJourneys/sessionregistrationcanceled
SourceSystem Refers to the source system that generated the interaction. Outbound marketing (OBM) is represented by value 1. Any other value than 1 represents Real-time journeys (RTJ). CustomerInsightsJourneys/sessionregistrationcanceled
InteractionType Type of the interaction. CustomerInsightsJourneys/sessionregistrationcanceled

Unique identifier of the Account.
First included in: CustomerInsightsJourneys/sessionregistrationcanceled (this entity)

Properties

NameValue
descriptionUnique identifier of the Account.
dataFormatguid

Traits

List of traits for the AccountId attribute are listed below.

is.dataFormat.character
is.dataFormat.big
indicates an atomic but multi-unit version of a fundamental type such as a multi byte encoded character, a double precision float, a long integer.

is.dataFormat.array
indicates a contiguous sequence of fundamental units that should be taken as a whole and considered one value. Array of Character is a String, Array of Byte is a Binary Object

is.dataFormat.guid
means.identity.entityId
is.linkedEntity.identifier
Marks the attribute(s) that hold foreign key references to a linked (used as an attribute) entity. This attribute is added to the resolved entity to enumerate the referenced entities.

ParameterValueData typeExplanation
entityReferences
entityReferenceattributeReference
/core/applicationCommon/Account.cdm.json/AccountaccountId
entitya reference to the constant entity holding the list of entity references

is.localized.describedAs
Holds the list of language specific descriptive text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enUnique identifier of the Account.
entitya reference to the constant entity holding the list of localized text

is.dataFormat.guid
is.dataFormat.character
is.dataFormat.array
indicates a contiguous sequence of fundamental units that should be taken as a whole and considered one value. Array of Character is a String, Array of Byte is a Binary Object

Unique identifier of the Contact.
First included in: CustomerInsightsJourneys/sessionregistrationcanceled (this entity)

Properties

NameValue
descriptionUnique identifier of the Contact.
dataFormatstring

Traits

List of traits for the ContactId attribute are listed below.

is.dataFormat.character
is.dataFormat.big
indicates an atomic but multi-unit version of a fundamental type such as a multi byte encoded character, a double precision float, a long integer.

is.dataFormat.array
indicates a contiguous sequence of fundamental units that should be taken as a whole and considered one value. Array of Character is a String, Array of Byte is a Binary Object

is.linkedEntity.identifier
Marks the attribute(s) that hold foreign key references to a linked (used as an attribute) entity. This attribute is added to the resolved entity to enumerate the referenced entities.

ParameterValueData typeExplanation
entityReferences
entityReferenceattributeReference
/core/applicationCommon/Contact.cdm.json/ContactcontactId
entitya reference to the constant entity holding the list of entity references

is.localized.describedAs
Holds the list of language specific descriptive text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enUnique identifier of the Contact.
entitya reference to the constant entity holding the list of localized text

is.dataFormat.character
is.dataFormat.array
indicates a contiguous sequence of fundamental units that should be taken as a whole and considered one value. Array of Character is a String, Array of Byte is a Binary Object

Unique identifier of the profile.
First included in: CustomerInsightsJourneys/sessionregistrationcanceled (this entity)

Properties

NameValue
descriptionUnique identifier of the profile.
dataFormatstring

Traits

List of traits for the ProfileId attribute are listed below.

is.dataFormat.character
is.dataFormat.big
indicates an atomic but multi-unit version of a fundamental type such as a multi byte encoded character, a double precision float, a long integer.

is.dataFormat.array
indicates a contiguous sequence of fundamental units that should be taken as a whole and considered one value. Array of Character is a String, Array of Byte is a Binary Object

is.localized.describedAs
Holds the list of language specific descriptive text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enUnique identifier of the profile.
entitya reference to the constant entity holding the list of localized text

is.dataFormat.character
is.dataFormat.array
indicates a contiguous sequence of fundamental units that should be taken as a whole and considered one value. Array of Character is a String, Array of Byte is a Binary Object

The profile type (Contact, Lead or CI Profile)
First included in: CustomerInsightsJourneys/sessionregistrationcanceled (this entity)

Properties

NameValue
descriptionThe profile type (Contact, Lead or CI Profile)
dataFormatstring

Traits

List of traits for the ProfileType attribute are listed below.

is.dataFormat.character
is.dataFormat.big
indicates an atomic but multi-unit version of a fundamental type such as a multi byte encoded character, a double precision float, a long integer.

is.dataFormat.array
indicates a contiguous sequence of fundamental units that should be taken as a whole and considered one value. Array of Character is a String, Array of Byte is a Binary Object

is.localized.describedAs
Holds the list of language specific descriptive text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enThe profile type (Contact, Lead or CI Profile)
entitya reference to the constant entity holding the list of localized text

is.dataFormat.character
is.dataFormat.array
indicates a contiguous sequence of fundamental units that should be taken as a whole and considered one value. Array of Character is a String, Array of Byte is a Binary Object

Session ID
First included in: CustomerInsightsJourneys/sessionregistrationcanceled (this entity)

Properties

NameValue
descriptionSession ID
dataFormatstring

Traits

List of traits for the SessionId attribute are listed below.

is.dataFormat.character
is.dataFormat.big
indicates an atomic but multi-unit version of a fundamental type such as a multi byte encoded character, a double precision float, a long integer.

is.dataFormat.array
indicates a contiguous sequence of fundamental units that should be taken as a whole and considered one value. Array of Character is a String, Array of Byte is a Binary Object

is.localized.describedAs
Holds the list of language specific descriptive text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enSession ID
entitya reference to the constant entity holding the list of localized text

is.dataFormat.character
is.dataFormat.array
indicates a contiguous sequence of fundamental units that should be taken as a whole and considered one value. Array of Character is a String, Array of Byte is a Binary Object

Idempotency ID defines uniqueness of an analytics event.
First included in: CustomerInsightsJourneys/sessionregistrationcanceled (this entity)

Properties

NameValue
descriptionIdempotency ID defines uniqueness of an analytics event.
dataFormatstring

Traits

List of traits for the IdempotencyId attribute are listed below.

is.dataFormat.character
is.dataFormat.big
indicates an atomic but multi-unit version of a fundamental type such as a multi byte encoded character, a double precision float, a long integer.

is.dataFormat.array
indicates a contiguous sequence of fundamental units that should be taken as a whole and considered one value. Array of Character is a String, Array of Byte is a Binary Object

is.localized.describedAs
Holds the list of language specific descriptive text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enIdempotency ID defines uniqueness of an analytics event.
entitya reference to the constant entity holding the list of localized text

is.dataFormat.character
is.dataFormat.array
indicates a contiguous sequence of fundamental units that should be taken as a whole and considered one value. Array of Character is a String, Array of Byte is a Binary Object

Internal marketing interaction Id.
First included in: CustomerInsightsJourneys/sessionregistrationcanceled (this entity)

Properties

NameValue
descriptionInternal marketing interaction Id.
dataFormatstring

Traits

List of traits for the InternalMarketingInteractionId attribute are listed below.

is.dataFormat.character
is.dataFormat.big
indicates an atomic but multi-unit version of a fundamental type such as a multi byte encoded character, a double precision float, a long integer.

is.dataFormat.array
indicates a contiguous sequence of fundamental units that should be taken as a whole and considered one value. Array of Character is a String, Array of Byte is a Binary Object

is.localized.describedAs
Holds the list of language specific descriptive text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enInternal marketing interaction Id.
entitya reference to the constant entity holding the list of localized text

is.dataFormat.character
is.dataFormat.array
indicates a contiguous sequence of fundamental units that should be taken as a whole and considered one value. Array of Character is a String, Array of Byte is a Binary Object

Organization Id.
First included in: CustomerInsightsJourneys/sessionregistrationcanceled (this entity)

Properties

NameValue
descriptionOrganization Id.
dataFormatguid

Traits

List of traits for the OrganizationId attribute are listed below.

is.dataFormat.character
is.dataFormat.big
indicates an atomic but multi-unit version of a fundamental type such as a multi byte encoded character, a double precision float, a long integer.

is.dataFormat.array
indicates a contiguous sequence of fundamental units that should be taken as a whole and considered one value. Array of Character is a String, Array of Byte is a Binary Object

is.dataFormat.guid
is.localized.describedAs
Holds the list of language specific descriptive text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enOrganization Id.
entitya reference to the constant entity holding the list of localized text

is.dataFormat.guid
is.dataFormat.character
is.dataFormat.array
indicates a contiguous sequence of fundamental units that should be taken as a whole and considered one value. Array of Character is a String, Array of Byte is a Binary Object

Indicates the exact date and time when the interaction was emitted.
First included in: CustomerInsightsJourneys/sessionregistrationcanceled (this entity)

Properties

NameValue
descriptionIndicates the exact date and time when the interaction was emitted.
dataFormatdateTime

Traits

List of traits for the Timestamp attribute are listed below.

is.dataFormat.date
means.measurement.date
is.dataFormat.time
means.measurement.time
is.localized.describedAs
Holds the list of language specific descriptive text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enIndicates the exact date and time when the interaction was emitted.
entitya reference to the constant entity holding the list of localized text

is.dataFormat.time
is.dataFormat.date

Interaction version. Used for updating the interaction.
First included in: CustomerInsightsJourneys/sessionregistrationcanceled (this entity)

Properties

NameValue
descriptionInteraction version. Used for updating the interaction.
dataFormatint32

Traits

List of traits for the Version attribute are listed below.

is.dataFormat.integer
is.dataFormat.signed
indicates the capability to represent values less than zero.

is.dataFormat.numeric
is.localized.describedAs
Holds the list of language specific descriptive text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enInteraction version. Used for updating the interaction.
entitya reference to the constant entity holding the list of localized text

is.dataFormat.integer

Refers to the source system that generated the interaction. Outbound marketing (OBM) is represented by value 1. Any other value than 1 represents Real-time journeys (RTJ).
First included in: CustomerInsightsJourneys/sessionregistrationcanceled (this entity)

Properties

NameValue
description Refers to the source system that generated the interaction. Outbound marketing (OBM) is represented by value 1. Any other value than 1 represents Real-time journeys (RTJ).
dataFormatint32

Traits

List of traits for the SourceSystem attribute are listed below.

is.dataFormat.integer
is.dataFormat.signed
indicates the capability to represent values less than zero.

is.dataFormat.numeric
is.localized.describedAs
Holds the list of language specific descriptive text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
en Refers to the source system that generated the interaction. Outbound marketing (OBM) is represented by value 1. Any other value than 1 represents Real-time journeys (RTJ).
entitya reference to the constant entity holding the list of localized text

is.dataFormat.integer

Type of the interaction.
First included in: CustomerInsightsJourneys/sessionregistrationcanceled (this entity)

Properties

NameValue
descriptionType of the interaction.
dataFormatstring

Traits

List of traits for the InteractionType attribute are listed below.

is.dataFormat.character
is.dataFormat.big
indicates an atomic but multi-unit version of a fundamental type such as a multi byte encoded character, a double precision float, a long integer.

is.dataFormat.array
indicates a contiguous sequence of fundamental units that should be taken as a whole and considered one value. Array of Character is a String, Array of Byte is a Binary Object

is.localized.describedAs
Holds the list of language specific descriptive text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enType of the interaction.
entitya reference to the constant entity holding the list of localized text

is.dataFormat.character
is.dataFormat.array
indicates a contiguous sequence of fundamental units that should be taken as a whole and considered one value. Array of Character is a String, Array of Byte is a Binary Object