Skip to content

Latest commit

 

History

History
96 lines (54 loc) · 2.25 KB

advertising-timed-asset-reference.schema.md

File metadata and controls

96 lines (54 loc) · 2.25 KB

Ad Asset Reference Schema

https://ns.adobe.com/xdm/context/advertising-timed-asset-reference

Asset information about the ad captured by the experience event.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Experimental No Forbidden Permitted context/advertising-timed-asset-reference.schema.json

Schema Hierarchy

  • Ad Asset Reference https://ns.adobe.com/xdm/context/advertising-timed-asset-reference

Ad Asset Reference Example

{
  "@id": "https://data.adobe.io/entities/asser-reference/23423",
  "dc:title": "Acme offer 21",
  "xmpDM:duration": 23
}

Ad Asset Reference Properties

Property Type Required Defined by
@id string Optional Ad Asset Reference (this schema)
dc:title string Optional Ad Asset Reference (this schema)
xmpDM:duration integer Optional Ad Asset Reference (this schema)
* any Additional this schema allows additional properties

@id

Ad ID

Identifier of the ad asset provided by media analytics customers.

@id

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

@id Type

string

  • format: uri-reference – URI Reference (according to RFC3986)

dc:title

Ad Name

The friendly (human-readable) name of the ad asset.

dc:title

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

dc:title Type

string

xmpDM:duration

Ad Length/Duration

Length of ad asset in seconds.

xmpDM:duration

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

xmpDM:duration Type

integer