Record Contents

Prev Next

In this section, all possible recorded data are listed. If required, you can activate or deactivate these for your data stream, see also Data Streams User Interface.

  • Everything except the basic information and the account information is optional.

  • Categories are maps which entries contain:

    • Category name

    • Category values (list of text or numeric values)

  • Parameters are maps which entries include:

    • Parameter name

    • Parameter value (text or numeric value)

  • Timestamps are always set on the time zone configured for the account.

  • Fields marked with   (warning) are supported but not currently provided

  • The currently included Subcontexts will not be part of the customer's schema.

Basic

Name / Object

Key on Record / Field in Root Stream

Description

Format

Available in Root Stream

Field in Custom Stream

Available in Custom Stream

File in the Raw Data Export

Field in the Raw Data Export

Available in Classic Raw Data Export

Comment

Tracking Request Id

id

Unique identifier of the tracking event.

String

(tick)

id

(tick)

Depends on the event type.

DEPENDS (for example, request_id, form_request_id)

(tick)

This ID always refers to the current event, so the ID depends on what kind of event it is (for example, if it is a form event, then form_request_id is displayed here).

Tracking  Timestamp

timestamp

The instant when our pixel/ SDK tracked the event.

String

(ISO 8601 Date Time with Offset : YYYY-MM-ddTHH:mm:ssZ)

(tick)

timestamp

(tick)

Most files

times

(tick)

The time is for the respective action/event.

Referrer URL

referrerUrl

The referrer URL of the tracked event.

String

(tick)

referrerUrl

(tick)

n/a

n/a

(minus)

Contains the information provided by the Pixel Tracking script. In general, it contains the complete URL, for example " http://www.example.com/path?param1=xx&param2=yy"

There are some exceptions:

referrerURL value

Description

"0"

Page without referrer

"1"

Referrer domain is equal to current domain

"2"

Referrer was send for this page

null

No referrer provided (e.g. Heatmap request)

The Raw Data Export does not provide the raw referrer URL provided by the Pixel Tracking script but provides the referrer domain and referrer URL without any query parameters.

Request URL

requestUrl

The request URL of the tracked event.

String

(tick)

requestUrl

(tick)

n/a

n/a

(minus)

-

Tracking Request Query URL

trackUrlQueryString

The query string of the tracked URL.

String

(tick)

trackUrlQueryString

(tick)

n/a

n/a

(minus)

-


Meta

Name

Field in Root Stream

Availability in Root Stream

Field in Custom Stream

Availability in Custom Stream

Availability in Classic Raw Data Export

Format

Notes

Ingestion timestamp

eventMetadata.ingestionTimestamp

eventMetadata_ingestionTimestamp

Long

The UTC timestamp when the event was accepted by the tracking server.

Tracking server ID

eventMetadata.source

eventMetadata_source

Text

Server ID on which the request was initially received.

Version of the event schema

eventMetadata.version

eventMetadata_version

Text

The version of the event schema.

Detected tracking context

processingMetadata.detectedContext

processingMetadata_detectedContext

Text

Detected type of event. Values: Page, Action, Heatmap or Unknown.


Account

Name / Object

Key on Record / Field in Root Stream

Description

Format

Available in Root Stream

Field in Custom Stream

Available in Custom Stream

File in the Raw Data Export

Field in the Raw Data Export

Available in Classic Raw Data Export

Comment

Track ID

account.id

You customer account identification.

String

(tick)

account_id

(tick)

n/a

n/a

(minus)

-


User (Visitor)

Name / Object

Key on Record / Field in Root Stream

Description

Format

Available in Root Stream

Field in Custom Stream

Available in Custom Stream

File in the Raw Data Export

Field in the Raw Data Export

Available in Classic Raw Data Export

Comment

User Id (URM Visitor Id)

user.id

A unique visitor ID, that is generated by the "End device Visitor Ids" (cookie ID) and/or the "URM - Custom Visitor Id" (customer ID).

String

(tick)

user_id

(tick)

getFullVisitors

urm_visitor_id

(tick)

May change within a session.

User First Visit Timestamp

user.timestamp

The instant where the user data was tracked.

String (ISO 8601 Date Time with Offset: YYYY-MM-ddTHH:mm:ssZ)

(tick)

user_timestamp

(tick)

n/a

n/a

(minus)

-

Customer Id ("cd")

user.customerId

Customized identifier for the tracked customer.

String

(tick)

user_customerId

(tick)

getFullCustomer

customer_id

(tick)

Example:

}

"USER_CATEGORIES_NUMERICVALUES_001_VALUE":  12345.0,

"USER_CUSTOMERID": "TestUser"

}

Global User Id

user.guid

Global, the unique identifier for the customer (only relevant if participating on Mapp's Cross Device Bridge).

String

(tick)

user_guid

(tick)

getFullVisitors

global_user_id

(tick)

May change within a session, CDB only.

User (Text) Categories

user.categories.textValues

Categories for the user if available.

Map<String, TextCategory>

(tick)

user_categories_textValues

(tick)

n/a

n/a

(minus)

May change within a session.

User (Numeric) Categories

user.categories.numericValues

Categories for the user if available.

Map<String, NumericCategory>

(tick)

user_categories_numericValues

(tick)

n/a

n/a

(minus)

May change within a session.

(warning) Predefined URM Categories (e.g. Address, Email, etc)

n/a

n/a

n/a

(minus)

n/a

(minus)

n/a

n/a

(minus)

Available in the future.

(warning) User Lifetime metrics (e.g. Lifetime Page Impressions etc)

n/a

n/a

n/a

(minus)

n/a

(minus)

n/a

n/a

(minus)

Available in the future.

(warning) User Micro / Macro Status

n/a

n/a

n/a

(minus)

n/a

(minus)

n/a

n/a

(minus)

Available in the future.


Session (Visit)

Name / Object

Key on Record / Field in Root Stream

Description

Format

Available in Root Stream

Field in Custom Stream

Available in Custom Stream

File in the Raw Data Export

Field in the Raw Data Export

Available in Classic Raw Data Export

Comment

Session Id

session.id

Identifier of the session where the customer is being tracked.

String

(tick)

session_id

(tick)

Most tables

sid

(tick)

-

Session beginning timestamp

session.startTimestamp

The instant where the session the event belongs to was started.

String (ISO 8601 Date Time with Offset: YYYY-MM-ddTHH:mm:ssZ)

(tick)

session_startTimestamp

(tick)

getFullVisitors

visit_time

(tick)

-

Session end timestamp

n/a

The instant where the session the event belongs to was ended.

n/a

(minus)

n/a

(minus)

getFullVisitors

visit_time_end

(tick)

-

Session  (Text) Parameters

session.parameters.textValues

Parameters for the session.

Map<String, TextParameter>

(tick)

session_parameters_textValues

(tick)

getFullCustParaSession_X

cust_para_string_y, cust_para_generic_y

(tick)

-



Session  (Numeric) Parameters

session.parameters.numericValues

Parameters for the session.

Map<String, NumericParameter>

(tick)

session_parameters_numericValues

(tick)

getFullCustParaSession_X

cust_para_number_y

(tick)

-

Request sequence number

session.requestSequenceNumber

The request position (natural order) within the session.

Integer

(tick)

session_requestSequenceNumber

(tick)

n/a

n/a

(minus)

-


Page

Name / Object

Key on Record / Field in Root Stream

Description

Format

Available in Root Stream

Field in Custom Stream

Available in Custom Stream

File in the Raw Data Export

Field in the Raw Data Export

Available in Classic Raw Data Export

Comment

Page (Request) Id

page.id

Identifier of the tracked content.

String

(tick)

page_id

(tick)

Depends on the event (for example, getFullForms).

request_id

(tick)

This field depends on the event. If the event is not a page call, but a form event, for example, then this is the equivalent of request_id in the getFullForms table.

Page Ranking

page.pageOrder

Classifies page views in the order of all page views associated with the visit.

Integer

(tick)

page_pageOrder

(tick)

getContents

page_order

(tick)

-

Page Timestamp

page.startTimestamp

The instant where the page was tracked.

String (ISO 8601 Date Time with Offset: YYYY-MM-ddTHH:mm:ssZ)

(tick)

page_startTimestamp

(tick)

getContents

times

(tick)

-

Page name (content id)

page.name

The name of the page.

String

(tick)

page_name

(tick)

getContents

content

(tick)

-

Page URL

page.url

The URL to the page.

String

(tick)

page_url

(tick)

n/a

n/a

(minus)

-

Page (Text) Categories

page.categories.textValues

Categories for the page.

Map<String, TextCategory>

(tick)

page_categories_textCategories

(tick)

n/a

n/a

(minus)

-

(warning) Page (Numeric) Categories

page.categories.numericValues

Categories for the page.

Map<String, NumericCategory>

(minus)

page_categories_numericCategories

(minus)

n/a

n/a

(minus)

-

Page (Text) Parameters

page.parameters.textValues

Parameters for the page.

Map<String, TextParameter>

(tick)

page_ parameters _textParameters

(tick)

getFullCustParaPage_X

cust_para_string_y, cust_para_generic_y

(tick)

-

Page (Numeric) Parameters

page.parameters.numericValues

Parameters for the page.

Map<String, NumericParameter>

(tick)

page_ parameters _numericParameters

(tick)

getFullCustParaPage_X

cust_para_number_y

(tick)

-

Internal search phrase

page.internalSearchPhrase

The search phrase when the internal search bar of the website was used.

String

(tick)

page_internalSearchPhrase

(tick)

FullSearchPhraseInternFullSearchPhraseIntern

search_phrase

(tick)

-

External search phrase

page.externalSearchPhrase

The search phrase when an external search engine was used, e.g. Google.

String

(tick)

page_externalSearchPhrase

(tick)

getFullSearchPhrase

search_phrase

(tick)

-

(warning) Search Engine (Flag)

n/a

n/a

n/a

(minus)

n/a

(minus)

n/a

n/a

(tick)

Available in the future.

Referrer Domain

n/a

n/a

n/a

(minus)

n/a

(minus)

n/a

n/a

(tick)

See referrerUrl. The Raw Data Export does not provide the complete URL.

Page duration

n/a

n/a

n/a

(minus)

n/a

(minus)

n/a

n/a

(tick)

-

* Referrer Domain

page.referrerDomain

Domain of the detected referrer.

Text

(tick)

page_referrerDomain

(tick)

-

-

(minus)

new field, contains the domain of the referrer

*Search Engine Flag

page.searchEngine

Flag indicating the referrer is a search engine.

Boolean

(tick)

page_searchEngine

(tick)

-

-

(minus)

new field, contains a flag indicating the referrer is a search engine


Media

Name / Object

Key on Record / Field in Root Stream

Description

Format

Available in Root Stream

Field in Custom Stream

Available in Custom Stream

File in the Raw Data Export

Field in the Raw Data Export

Available in Classic Raw Data Export

Comment

Media Start Timestamp

media.startTimestamp

The instant where the media started playing.

String

(ISO 8601 Date Time with Offset : YYYY-MM-ddTHH:mm:ssZ)

(tick)

media_startTimestamp

(tick)

getFullMedia

times

(tick)

-

Media Session Id

media.mediaSessionId

Identifies requests belonging to the same active media session. A user may have multiple media sessions open at the same time.

String

(tick)

media_mediaSessionId

(tick)



(minus)

Contains an ID to identify media requests belonging to the same media session.

Media Name

media.name

The name of the media item.

String

(tick)

media_name

(tick)

getFullMedia

media

(tick)

-

Media Length

media.length

The total length of the media item in seconds.

Integer

(tick)

media_length

(tick)

getFullMedia

media_time

(tick)

-

Media Elapsed time

media.elapsed

The total amount of seconds of the media that were played including rewinding and forwarding.

Integer

(warning)

media_elapsed

(warning)

getFullMedia

duration

(tick)

The current state in the raw data stream refers to the time of the event. In the raw data export, it is the final state of the media session. Limited, does not reflect complete duration. Use mediaAction.position.


Media Bandwidth

media.bandwidth

The bandwidth of the media item.

Integer

(tick)

media_bandwidth

(tick)

getFullMedia

bandwidth

(tick)

-

Media Played time

media.played

The total amount of seconds of the media that were played excluding rewinding and forwarding.

Integer

(warning)

media_played

(warning)

getFullMedia

max_duration

(tick)

The current state in the raw data stream refers to the time of the event. In the raw data export, it is the final state of the media session.

Media Volume

media.volume

The volume level the media was being played on from zero to hundred.

Integer

(warning)

media_volume

(warning)

getFullMedia

volume

(tick)

Available only at init command.

Media Mute

media.mute

The flag that determines if the media has been muted or not.

Boolean

(warning)

media_mute

(warning)

getFullMedia

mute

(tick)

Available only at init command.

Media (Text) Categories

media.categories.textValues

Categories for the media.

Map<String, TextCategory>

(warning)

media_categories_textValues

(warning)

n/a

n/a

(minus)

Available for known media only (at latest beginning of the next day)

(warning) Media (Numeric) Categories

media.categories.numericValues

Categories for the media.

Map<String, NumericCategory>

(minus)

media_categories_numericValues

(minus)

n/a

n/a

(minus)

Available in the future.


Media Action

Name / Object

Key on Record / Field in Root Stream

Description

Format

Available in Root Stream

Field in Custom Stream

Available in Custom Stream

File in the Raw Data Export

Field in the Raw Data Export

Available in Classic Raw Data Export

Comment

Media Action name

mediaAction.name

The name of the media action, which is the click identifier.

String

(tick)

mediaAction_name

(tick)

getFullClicks

click

(tick)

-

Media Action Ranking

mediaAction.ranking

The ranking of the media action within all the media actions on the session.

Integer

(tick)

mediaAction_ranking

(tick)

n/a

n/a

(minus)

-

Media Action Position

mediaAction.position

The current position in elapsed seconds from the beginning of the media.

Integer

(tick)

mediaAction_position

(tick)

getFullMediaAction

_a_start_

(tick)

-


Action

Name / Object

Key on Record / Field in Root Stream

Description

Format

Available in Root Stream

Field in Custom Stream

Available in Custom Stream

File in the Raw Data Export

Field in the Raw Data Export

Available in Classic Raw Data Export

Comment

Action Name

action.name

The name of the action, which is the click identifier.

String

(tick)

action_name

(tick)

getFullClicks

click

(tick)

-

Action (Text) Parameters

action.parameters.textValues

Parameters for the action.

Map<String, TextParameter>

(tick)

action_parameters_textValues

(tick)

getFullCustParaClick_X

cust_para_string_y, 
cust_para_generic_y

(tick)

-

Action (Numeric) Parameters

action.parameters.numericValues

Parameters for the action.

Map<String, NumericParameter>

(tick)

action_parameters_numericValues

(tick)

getFullCustParaClick_X

cust_para_number_y

(tick)

-


Form

Name / Object

Key on Record / Field in Root Stream

Description

Format

Available in Root Stream

Field in Custom Stream

Available in Custom Stream

File in the Raw Data Export

Field in the Raw Data Export

Available in Classic Raw Data Export

Comment

Form Name

form.name

The name of the form.

String

(tick)

form_name

(tick)

getFullForms

form

(tick)

-

Form Submitted

form.submitted

Specifies whether the form was sent by the user.

String

(tick)

form_submitted

(tick)

getFullForms

submitted

(tick)

-

(warning) Form Fields

n/a

n/a

n/a

(minus)

n/a

(minus)

n/a

n/a

(tick)

Available in the future.


Heatmap

Name / Object

Key on Record / Field in Root Stream

Description

Format

Available in Root Stream

Field in Custom Stream

Available in Custom Stream

File in the Raw Data Export

Field in the Raw Data Export

Available in Classic Raw Data Export

Comment

Heatmap Position X

heatmap.positionX

The position of the heatmap on the x-axis.

Integer

(tick)

heatmap_positionX

(tick)

n/a

n/a

(minus)

-

Heatmap Position Y

heatmap.positionY

The position of the heatmap on the y-axis.

Integer

(tick)

heatmap_positionY

(tick)

n/a

n/a

(minus)

-


Basket

Name / Object

Key on Record / Field in Root Stream

Description

Format

Available in Root Stream

Field in Custom Stream

Available in Custom Stream

File in the Raw Data Export

Field in the Raw Data Export

Available in Classic Raw Data Export

Comment

Basket Status

basket.status

Current status of the shopping basket of items.

Value: Add, Conf, View, List

String

(tick)

basket_status

(tick)

getFullBasket

state

(tick)

Note that the basket status of the raw data stream contains the additional state "list" (this is not included in the raw data export).


Basket Item Quantity

basket.items[X].quantity

Amount of this item that exists on the basket.

Integer

(tick)

basket_items_X_quantity

(tick)

getFullBasket

quantity

(tick)

Custom stream contain up to 25 items only.

Root Stream: available as a nested array structure

Custom Stream: X starts at 1

Basket Item Price

basket.items[X].price

Price of each unit of this item.

Double

(tick)

basket_items_X_price

(tick)

getFullBasket

price

(tick)

-

Basket Item Product

basket.items[X].product

Product information on this item (see product information below).

Product

(tick)

basket_items_X_product

(tick)

getFullBasket

bas_pos

(tick)

The order of the articles in the list indicates the basket position of this article.


Basket Item Rank

basket.items[X].rank

Contains the item rank(position) in the shopping cart/basket

Integer

(tick)

basket_items_X_rank

(tick)



(tick)


Basket Item Product List Position

basket.items[X].listPosition

Contains the product list position of the item in the basket.

Integer

(tick)

basket_items_X_listPosition

(tick)



(tick)


Product (Text) Parameters

basket.parameters.textValues

Parameters for the basket if available.

Map<String, TextParameter>

(tick)

basket_parameters_textValues

(tick)

getFullCustParaProduct_X

cust_para_string_y, cust_para_generic_y

(tick)

Note that product parameters are provided in a single file in the RDE. In Data Streams those are separated as Product Parameters with single values relate to the basket and not the Product.

Product (Numeric) Parameters

basket.parameters.numericValues

Parameters for the basket if available.

Map<String, NumericParameter>

(tick)

basket_parameters_numericValues

(tick)

getFullCustParaProduct_X

cust_para_number_y

(tick)

Note that product parameters are provided in a single file in the RDE. In Data Streams those are separated as Product Parameters with single values relate to the basket and not the Product.

Product Name

  basket.items[X].product.name

The name of a product.

String

(tick)

basket_items_X_product_name

(tick)

getFullBasket

product

(tick)

Custom stream contain up to 25 items only.

Root Stream: available as a nested array structure

Custom Stream: X starts at 1

Product URL

basket.items[X].product.url

The name of a product.

String

(tick)

basket_items_X_product_url

(tick)

getFullBasket

product

(minus)

-

Product (Text) Categories

basket.items[X].product.categories.textValues

Categories for the product.

Map<String, TextCategory>

(tick)

basket_items_X_product_categories_textValues

(tick)

n/a

n/a

(minus)

Available for known products only (at latest beginning from the next day)

Product (Numeric) Categories

basket.items[X].product.categories.numericValues

Categories for the product.

Map<String, NumericCategory>

(minus)

basket_items_X_product_categories_numericValues

(minus)

n/a

n/a

(minus)

-

Product (Text) Parameters

  basket.items[X].product.parameters.textValues

Parameters for the product.

Map<String, TextParameter>

(tick)

basket_items_X_product_parameters_textValues

(tick)

getFullCustParaProduct_X

cust_para_string_y, cust_para_generic_y

(tick)

-

Product (Numeric) Parameters

basket.items[X].product.parameters.numericValues

Parameters for the product.

basket.items[X].product.parameters.numericValues

(tick)

basket_items_X_product_parameters_numericValues

(tick)

getFullCustParaProduct_X

cust_para_number_y

(tick)

-


Order

Name / Object

Key on Record / Field in Root Stream

Description

Format

Available in Root Stream

Field in Custom Stream

Available in Custom Stream

File in the Raw Data Export

Field in the Raw Data Export

Available in Classic Raw Data Export

Comment

Order Id

order.id

The identifier of the order to which this event refers.

String

(tick)

order_id

(tick)

getFullOrders

order_id

(tick)

-

Order Value

order.value

The total value of the order.

Double

(tick)

order_value

(tick)

getFullOrders

total_price

(tick)

-

Order Currency

order.currency

The currency of the order.

String

(tick)

oder_currency

(tick)

n/a

n/a

(minus)

-

Order (Text) Parameters

order.parameters.textValues


Parameters for the order.

Map<String, TextParameter>

(minus)

order_parameters_textValues

(minus)

n/a

n/a

(minus)

Not supported by Mapp Intelligence.

Order (Numeric) Parameters

order.parameters.numericValues

Parameters for the order.

Map<String, NumericParameter>

(minus)

order_parameters_numericValues

(minus)

n/a

n/a

(minus)

Not supported by Mapp Intelligence.


Campaign

Name / Object

Key on Record / Field in Root Stream

Description

Format

Available in Root Stream

Field in Custom Stream

Available in Custom Stream

File in the Raw Data Export

Field in the Raw Data Export

Available in Classic Raw Data Export

Comment

Campaign Name

campaign.name

The name of the campaign within this even is enclosed.

String

(tick)

campaign_name

(tick)

getFullCampaigns

campaign

(tick)

-

Campaign Keyword

campaign.keyword

The campaign keyword.

String

(tick)

campaign_keyword

(tick)

getFullCampaigns

keyword

(tick)

-

Website Goal Id

campaign.websiteGoalId

The identifier of the reached website goal.

Integer

(tick)

campaign_websiteGoalId

(tick)

n/a

n/a

(minus)

Contains the internal id of the defined website goal. Usually "order" goal is 1.

Campaign Track Type

campaign.campaignTrackType

The type of campaign.

Values: View, Engagement, Click, WebsiteGoal

String

(tick)

campaign_campaignTrackType

(tick)

n/a

n/a

(minus)

-

Campaign (Text) Categories

campaign.categories.textValues

Categories for the campaign.

Map<String, TextCategory>

(warning)

campaign_categories_textValues

(warning)

n/a

n/a

(minus)

Categories are provided only for "known" campaigns. Campaign categories will be available for new campaigns after some hours, so newly detected campaigns will not provide categories within the first hours.

(warning) Campaign  (Numeric) Categories

campaign.categories.numericValues

Categories for the campaign.

Map<String, NumericCategory>

(minus)

campaign_categories_numericValues

(minus)

n/a

n/a

(minus)

Available in the future.

Campaign (Text) Parameters

campaign.parameters.textValues

Parameters for the campaign.

Map<String, TextParameter>

(tick)

campaign_parameters_textValues

(tick)

getFullCustParaCampaign_X

cust_para_string_y, cust_para_generic_y

(tick)

-

Campaign  (Numeric) Parameters

campaign.parameters.numericValues

Parameters for the campaign.

Map<String, NumericParameter>

(minus)

campaign_parameters_numericValues

(minus)

getFullCustParaCampaign_X

cust_para_number_y

(minus)

Not supported by Mapp Intelligence.


Device (Deprecated)

Name / Object

Key on Record / Field in Root Stream

Description

Format

Available in Root Stream

Field in Custom Stream

Available in Custom Stream

File in the Raw Data Export

Field in the Raw Data Export

Available in Classic Raw Data Export

Comment

* (warning) Device Full Name

device.fullName

The full name of the detected device including device vendor, device name and device family.

String (e.g. Samsung Galaxy S9+)


(minus)

device_fullName

(minus)

n/a

mobile_client

(tick)

Will be deprecated. Please see new Device tab

* (warning) Device Name

device.name

The detected device name.

String (e.g. Galaxy S9+)


(minus)

device_name

(minus)

n/a

n/a

(minus)

Will be deprecated. Please see new Device tab

* (warning) Device Family

device.family

The detected device family.

String (e.g. Galaxy)


(minus)

device_family

(minus)

n/a

n/a

(minus)

Will be deprecated. Please see new Device tab

* (warning) Device Vendor

device.vendor

The detected device manufacturer.

String (e.g. Samsung)


(minus)

device_vendor

(minus)

n/a

n/a

(minus)

Will be deprecated. Please see new Device tab

* (warning) Device Model

device.model

The detected device model.

String (e.g SM-G965F)


(minus)

device_model

(minus)

n/a

n/a

(minus)

Will be deprecated. Please see new Device tab

*Device Device Class

device.deviceClass

The type of detected device according to Mapp's classification.

Values: Desktop, SmartPhone, Tablet, TV, Console, Smartwatch, EReader, MediaHub, other

String (e.g. SmartPhone)


(tick)

device_deviceClass

(tick)

n/a

n/a

(minus)

Deprecated, but still available. Please see new Device tab

*Device Screen Resolution

device.screen.resolution

The detected device screen resolution in width x height format.

String

(tick)

device_screen_resolution

(tick)

getFullVisitors

resolution

(tick)

-Deprecated, but still available. Please see new Device tab

*Device Screen Colordepth

device.screen.colorDepth

The color depth of the screen of the detected device in bits.

Integer

(tick)

devicescreen_colorDepth

(tick)

getFullVisitors

colordepth

(tick)

-Deprecated, but still available. Please see new Device tab

* (warning) Device Screen Inches Diagonal

device.screen.inchesDiagonal

The inches diagonal size of the screen of the detected device.

String

(minus)

device_screen_inchesDiagonal

(minus)

n/a

n/a

(minus)

Will be deprecated. Please see new Device tab

* (warning) Device Release Year

device.release.year

The release year of the detected device.

String

(minus)

device_release_year

(minus)

n/a

n/a

(minus)

Will be deprecated. Please see new Device tab

* (warning) Device Release Month

device.release.month

The release month of the detected device.

String

(minus)

device_release_month

(minus)

n/a

n/a

(minus)

Will be deprecated. Please see new Device tab

Device Ever Id (Cookie)

device.deviceEverId

Device cookie ID (DEID).

String

(tick)

device_deviceEverId

(tick)

getFullVisitors

EID

(tick)

-


Device (New)

Name / Object

Key on Record / Field in Root Stream

Description

Format

Available in Root Stream

Field in Custom Stream

Available in Custom Stream

File in the Raw Data Export

Field in the Raw Data Export

Available in Classic Raw Data Export

Comment

Device Class

hardware.deviceClass

The type of the detected device according to Mapps classification. Values: Desktop, SmartPhone, Tablet, TV, Console, Smartwatch, EReader, MediaHub, other

Text

hardware_deviceClass

device_class

Device Class ID

hardware.deviceClassId

The numeric type of the detected device according to Mapps classification.

Integer

hardware_deviceClassId

-

Numeric version of Hardware Device Class

Device Full Name

hardware.fullName

The full name of the detected device including device vendor, device name and device family.

Text

hardware_fullName

-

Contains "marketing name"

Device Name

hardware.name

The detected device name.

Text

hardware_name

device_name

Contains name

Device Family

hardware.family

The detected device family.

Text

hardware_family

device_family

contains family

Device Vendor

hardware.vendor

The vendor of the detected device.

Text

hardware_vendor

device_vendor

Contains vendor

Device Model

hardware.model

The detected device model.

Text

hardrware_model

device_model

Contains model

Device Release Year

hardware.release.year

Release year of the detected device.

Text

hardware_release_year

-

Contains release year

Device Release Month

hardware.release.month

Release month of the detected device.

Text

hardware_release_month

-

Contains release month

Device Screen Pixel Height

hardware.screen.pixelHeight

The pixel height of the device screen.

Integer

hardware.screen.pixelHeigh

-

Contains screen pixel height

Device Screen Pixel Width

hardware.screen.pixelWidth

The pixel width of the device screen.

Integer

hardware.screen.pixelWidth

-

Contains screen pixel width

Device Screen Inches Diagonal

hardware.screen.inchesDiagonal

The diagonal screen size of the detected device in inches.

Text

hardware.screen.inchesDiagonal

-

Contains screen inches

Device Screen Color Depth

hardware.screen.colorDepth

The color depth of the screen of the detected device in bits.

Integer

hardware_screen_colorDepth

-

Contains screen colordepth

Device ID

hardware.deviceId

Unique ID of the detected device.

Text

hardware_deviceId

-

Contains unique id of the hardware (this is not the device.deviceEverId)


Browser

Name / Object

Key on Record / Field in Root Stream

Description

Format

Available in Root Stream

Field in Custom Stream

Available in Custom Stream

File in the Raw Data Export

Field in the Raw Data Export

Available in Classic Raw Data Export

Comment

*Browser Full Name

browser.fullName

The full name of the detected web browser.

Text

(tick)

browser_fullName

(tick)

n/a

n/a

(minus)

new field, contains the "marketing name" of the browser

*Browser Name

browser.name

The name of the detected web browser.

String ( e.g. Mozilla Firefox)

(tick)

browser_name

(tick)

getFullVisitors

browser_name

(tick)

existing field, now filled, contains the browser name

*Browser Vendor

browser.vendor

The vendor of the detected web browser.

String ( e.g. Mozilla)

(tick)

browser_vendor

(tick)


browser_vendor

(tick)

existing field, now filled, contains the browser vendor

*Browser Version

browser.version

The version of the detected web browser.

String ( e.g. 64.0.2)

(tick)

browser_version

(tick)

getFullVisitors

browser_version

(tick)

existing field, now filled, contains the browser version

Browser Major Version

browser.majorVersion

The major version of the detected web browser.

Integer

(tick)

browser_majorVersion

(tick)


browser_majorVersion

(tick)

new field, contains the browser major version

Browser Minor Version

browser.minorVersion

The minor version of the detected web browser.

Integer

(tick)

browser_minorVersion

(tick)


browser_minorVersion

(tick)

new field, contains the browser minor version

Browser Javascript Version

browser.javaScriptVersion

The Javascript version of the detected browser.

Text

(tick)

browser_javaScriptVersion

(tick)

n/a

n/a

(minus)

existing field, now filled, contains the javascript version

User Agent String

userAgent

The user agent string from the browser of the tracked user.

String

(tick)

userAgent

(tick)

n/a

n/a

(minus)

-

Browser ID

browser.browserId

Unique ID of the deteced browser.

Text

(tick)

browser_browserId

(tick)

n/a

n/a

(minus)

new field, contains a unique id of the browser

Browser Release Year

browser.release.year

Release year of the detected browser.

Text

(tick)

browser_release_year

(tick)

n/a

n/a

(minus)

new field, contains the release year

Browser Release Month

browser.release.month

Release month of the detected browser.

Text

(tick)

browser_release_month

(tick)

n/a

n/a

(minus)

new field, contains the release month


Operating System 

Name / Object

Key on Record / Field in Root Stream

Description

Format

Available in Root Stream

Field in Custom Stream

Available in Custom Stream

File in the Raw Data Export

Field in the Raw Data Export

Available in Classic Raw Data Export

Comment

* (warning) Operation System Name

os.name

The name of the operating system on which the detected device runs.

String ( e.g. Windows 10)

(minus)

os_name

(minus)

getFullVisitors

os

(tick)

Deprecated. Please see new Platform tab

* (warning) Operation System Vendor

os.vendor

The vendor of the operating system on which the detected device runs.

String ( e.g. Microsoft)

(minus)

os_vendor

(minus)

n/a

n/a

(minus)

Deprecated. Please see new Platform tab

* (warning) Operation System Version

os.version

The version of the operating system on which the detected device runs.

String ( e.g. 10)

(minus)

os_version

(minus)

getFullVisitors

os

(tick)

Deprecated. Please see new Platform tab


Platform

Name / Object

Key on Record / Field in Root Stream

Description

Format

Available in Root Stream

Field in Custom Stream

Available in Custom Stream

File in the Raw Data Export

Field in the Raw Data Export

Available in Classic Raw Data Export

Comment

Operating System Full Name

platform.fullName

The full name of the operating system on which the detected device runs.

Text

(tick)

platform_fullName

(tick)

-

-

(minus)

new field, contains marketing name

Operating System Name

platform.name

The name of the operating system on which the detected device runs.

Text

(tick)

platform_name

(tick)


os_name

(tick)

new field, contains name

Operating System Vendor

platform.vendor

The vendor of the operating system on which the detected device runs.

Text

(tick)

platform_vendor

(tick)


os_vendor

(tick)

new field, contains vendor

Operating System Version

platform.version

The version of the operating system on which the detected device runs.

Text

(tick)

platform_version

(tick)


os_version

(tick)

new field, contains version

Operating System Major Version

platform.majorVersion

The major version of the operating system on which the detected device runs.

Integer

(tick)

platform_majorVersion

(tick)


os_major_version

(tick)

new field, contains major version

Operating System Minor Version

platform.minorVersion

The minor version of the operating system on which the detected device runs.

Integer

(tick)

platform_minorVersion

(tick)


os_minor_version

(tick)

new field, contains minor version

Operating System ID

platform.platformId

Unique ID of the detected operating system.

Text

(tick)

platform_platformId

(tick)

-

-

(minus)

new field, contains a unique id of the platform

Operating System Release Year

platform.release.year

Release year of the detected operating system.

Text

(tick)

platform_release_year

(tick)

-

-

(minus)

new field, contains the release year

Operating System Release Month

platform.release.month

Release month of the detected operating system.

Text

(tick)

platform_release_month

(tick)

-

-

(minus)

new field, contains the release month


Location

Name / Object

Key on Record / Field in Root Stream

Description

Format

Available in Root Stream

Field in Custom Stream

Available in Custom Stream

File in the Raw Data Export

Field in the Raw Data Export

Available in Classic Raw Data Export

Comment

Country Code

location.countryCode

The detected ISO 3166 2-letter country code where the visit was originated

String ( e.g. DE)

(tick)

location_countryCode

(tick)

getFullVisitors

country

(tick)

Root & Custom Stream contain country code (e.g. DE), whereas Raw Data export contains country name (e.g. Germany)

City

location.city

The detected city where the visit was originated

String

(tick)

location_city

(tick)

getFullVisitors

city

(tick)

-

(warning) Region

n/a

n/a

n/a

(minus)

n/a

(minus)

n/a

n/a

(tick)

Available in the future.


Connection

Name / Object

Key on Record / Field in Root Stream

Description

Format

Available in Root Stream

Field in in Custom Stream

Available in Custom Stream

File in the Raw Data Export

Field in the Raw Data Export

Available in Classic Raw Data Export

Comment

Connection Speed

connection.speed

The detected connection speed the of the tracked user.

Values:  unknown, modem_isdn, cable_dsl, coorporate, mobile, satellite, wireless

String

Integer

(tick)

connection_speed

(tick)

getFullVisitors

netspeed

(tick)

Data Streams provides a String value, whereas the Raw data export provides a numeric code.

Connection ISP

connection.isp

The detected Internet Service Provider name of the tracked user.

String

(tick)

connection_isp

(tick)

getFullVisitors

isp

(tick)

-

Connection Organization

connection.organisation

The detected organization name of the tracked user.

String

(tick)

connection_organisation

(tick)

getFullVisitors

organization

(tick)

-


Customer Journey

Name / Object

Key on Record / Field in Root Stream

Description

Format

Available in Root Stream

Field in in Custom Stream

Available in Custom Stream

File in the Raw Data Export

Field in the Raw Data Export

Available in Classic Raw Data Export

Comment

(warning) Customer Journey data

n/a

n/a

n/a

(minus)

n/a

(minus)

n/a

n/a

(tick)

Might be added later to Data Streams.


Other

Name / Object

Key on Record / Field in Root Stream

Description

Format

Available in Root Stream

Field in in Custom Stream

Available in Custom Stream

File in the Raw Data Export

Field in the Raw Data Export

Available in Classic Raw Data Export

Comment

New vs Returning Visitor

n/a

n/a

n/a

(minus)

n/a

(minus)

n/a

n/a

(tick)

-

Javascript Flag

n/a

n/a

n/a

(minus)

n/a

(minus)

n/a

n/a

(tick)

-

Java Flag

n/a

n/a

n/a

(minus)

n/a

(minus)

n/a

n/a

(tick)

-

(warning) Browser Language

n/a

n/a

n/a

(minus)

n/a

(minus)

n/a

n/a

(tick)

Might be added later to Data Streams.

(warning) Client Timezone

n/a

n/a

n/a

(minus)

n/a

(minus)

n/a

n/a

(tick)

Might be added later to Data Streams.

Geid

n/a

n/a

n/a

(minus)

n/a

(minus)

n/a

n/a

(tick)

Deprecated feature, not supported by Mapp Intelligence.

(warning) Browser Window size

n/a

n/a

n/a

(minus)

n/a

(minus)

n/a

n/a

(tick)

Might be added later to Data Streams.