Skip to content

Latest commit

 

History

History
249 lines (136 loc) · 5.33 KB

inventory.schema.md

File metadata and controls

249 lines (136 loc) · 5.33 KB

Adobe Advertising Cloud Inventory Schema

https://ns.adobe.com/experience/adcloud/inventory

Adobe Advertising Cloud inventory traits.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Stable No Forbidden Permitted adobe/experience/adcloud/inventory.schema.json

Schema Hierarchy

Adobe Advertising Cloud Inventory Example

{
  "xdm:sessionId": "8ba48d0a-dd4a-41fb-a258-80c824186f11.1",
  "xdm:feedId": "1234556",
  "xdm:sspPartnerCode": "spotx",
  "xdm:siteId": "987654",
  "xdm:costCurrency": "USD",
  "xdm:inventorySourceId": "9",
  "xdm:segment": {
    "xdm:attributablePartnerId": "13",
    "xdm:attributableSegmentId": "123445",
    "xdm:segments": "AbbKlvGfgVH7WK2TH6jd,5lmd4aQCvvrv1yIhjlLQ,9uGk1eYROeHVWiGAOR4p"
  },
  "xdm:optimizationTag": "explt",
  "xdm:attributableDeviceGraphId": "1000"
}

Adobe Advertising Cloud Inventory Properties

Property Type Required Defined by
xdm:attributableDeviceGraphId string Optional Adobe Advertising Cloud Inventory (this schema)
xdm:costCurrency string Optional Adobe Advertising Cloud Inventory (this schema)
xdm:feedId string Optional Adobe Advertising Cloud Inventory (this schema)
xdm:inventorySourceId string Optional Adobe Advertising Cloud Inventory (this schema)
xdm:optimizationTag string Optional Adobe Advertising Cloud Inventory (this schema)
xdm:segment Adobe Advertising Cloud Segment Detail Optional Adobe Advertising Cloud Inventory (this schema)
xdm:sessionId string Optional Adobe Advertising Cloud Inventory (this schema)
xdm:siteId string Optional Adobe Advertising Cloud Inventory (this schema)
xdm:sspPartnerCode string Optional Adobe Advertising Cloud Inventory (this schema)
* any Additional this schema allows additional properties

xdm:attributableDeviceGraphId

Attributable Device Graph Identifier

Identifier for the device graph attributable to a conversion event.

xdm:attributableDeviceGraphId

  • is optional
  • type: string
  • defined in this schema

xdm:attributableDeviceGraphId Type

string

xdm:costCurrency

Cost Currency

The ISO 4217 currency code used to pay partner for in ad opportunity.

xdm:costCurrency

  • is optional
  • type: string
  • defined in this schema

xdm:costCurrency Type

string

All instances must conform to this regular expression

^[A-Z]{3}$
  • test example: USD
  • test example: EUR

xdm:costCurrency Examples

"USD"
"EUR"

xdm:feedId

Feed ID

Composite ID of the publisher, ad exchange, and other features.

xdm:feedId

  • is optional
  • type: string
  • defined in this schema

xdm:feedId Type

string

xdm:inventorySourceId

Inventory Source ID

The ID of the Adobe Advertising Cloud inventory source this opportunity was delivered on.

xdm:inventorySourceId

  • is optional
  • type: string
  • defined in this schema

xdm:inventorySourceId Type

string

xdm:optimizationTag

Optimization tag

Tag related with Optimization/ML.

xdm:optimizationTag

  • is optional
  • type: string
  • defined in this schema

xdm:optimizationTag Type

string

xdm:segment

Segmentation Details

Details associated with user segmentation rules.

xdm:segment

  • is optional
  • type: Adobe Advertising Cloud Segment Detail
  • defined in this schema

xdm:segment Type

xdm:sessionId

Session ID

Session ID associated with experience event, used to stitch together independent events which occurred in the same session.

xdm:sessionId

  • is optional
  • type: string
  • defined in this schema

xdm:sessionId Type

string

xdm:siteId

Site ID

Identifier for the web site where ad impression was served.

xdm:siteId

  • is optional
  • type: string
  • defined in this schema

xdm:siteId Type

string

xdm:sspPartnerCode

SSP Partner Code

The partner (exchange) through which Adobe Advertising Cloud receives the inventory opportunity.

xdm:sspPartnerCode

  • is optional
  • type: string
  • defined in this schema

xdm:sspPartnerCode Type

string