Scoring data
As part of scoring a model, scoring data is persisted within a dataset in Experience Platform. When you have enabled muti-touch attribution during model creation, additional event score data are persisted within a dataset in Experience Platform.
Each of these datasets conforms to a schema. This article documents these schemas.
Aggregate scoring data schema
The schema for scoring data is named like AMM AI Schema - <name of model> <id>
. For example: AMM AI Schema - Model for Online Conversion 10120
.
The dataset, persisting the scoring data for a model, is named like AMM AI Aggregrate Scores - <id>
, for example AMM AI Aggregrate Scores - 10120
.
The schema includes a field group with an object containing details about the scores. The object consists of the following fields.
campaignGroup
campaignName
contribution
conversionEndDate
conversionName
conversionStartDate
geo
mediaChannel
mediaSubChannel
revenue
scoreCreatedTime
touchpointEndDate
touchpointName
touchpointStartDate
Event scoring data schema
The schema for scoring data is named like Attribution AI Scores - <name of model> <id> - Schema
. For example: Attribution AI Scores - Model for Online Conversion 10120 - Schema
.
The dataset, persisting the scoring data for a model, is named like Attribution AI Scores - <name of model> <id>
, for example Attribution AI Scores - Model for Online Conversion 10120
.
The schema includes a field group containing an object containing details about the cores. The object is named like attibution_AI_scores__<name of model> id
.
The field group contains the following fields.
conversion
passThrough
eventType
channel_typeAtSource
dataSource
Example:
Adobe Analytics
eventSource
Example:
Adobe.com
eventType
Example:
Order
geo
placeContext.geo.countryCode
.Example:
US
path
priceTotal
Example:
99.9
product
Example:
RX 1080 ti
productType
Example:
Gpus
quantity
Example:
1
receivedTimeStamp
Example:
2020-06-09T00:01:51.000Z
skuId
Example:
MJ-03-XS-Black
timestamp
Example:
2020-06-09T00:01:51.000Z
totalDaysToConversion
totalTouchpointCount
customerProfile
identity
id
namespace
id
and namespace
.touchpointsDetail
scores
algorithmicInfluenced
algorithmicSourced
decayUnits
firstTouch
lastTouch
linear
uShape
touchPoint
passThrough
eventType
campaignGroup
campaignName
campaignTag
eventId
geo
mediaAction
mediaChannel
receivedTimeStamp
timestamp
isFirstInThePosition
lag
position
touchpointCountToConversion
touchpointName
Example:
PAID_SEARCH_CLICK
conversionName
Example:
Order
, Lead
, Visit
scoreCreatedTime
segmentation
segmentation
is same as conversionName
.Example:
ORDER_US
See Schemas for more information.