Skip to content

Latest commit

 

History

History
322 lines (179 loc) · 8.14 KB

account.schema.md

File metadata and controls

322 lines (179 loc) · 8.14 KB

DSP Advertising Account Schema

https://ns.adobe.com/xdm/adcloud/dsp/account

Adobe Advertising Cloud DSP Account Details.

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

Schema Hierarchy

  • DSP Advertising Account https://ns.adobe.com/xdm/adcloud/dsp/account

DSP Advertising Account Properties

Property Type Required Defined by
@id string Optional Record Schema
dsp:accountKey string Optional DSP Advertising Account (this schema)
dsp:accountName string Optional DSP Advertising Account (this schema)
dsp:accountType enum Optional DSP Advertising Account (this schema)
dsp:currency string Optional DSP Advertising Account (this schema)
dsp:productName enum Optional DSP Advertising Account (this schema)
repo:createDate string Optional Audit trail
repo:modifyDate string Optional Audit trail
xdm:createdByBatchID string Optional Audit trail
xdm:modifiedByBatchID string Optional Audit trail
xdm:repositoryCreatedBy string Optional Audit trail
xdm:repositoryLastModifiedBy string Optional Audit trail
* any Additional this schema allows additional properties

@id

Identifier

A unique identifier for the record.

@id

@id Type

string

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

dsp:accountKey

Account Key

External Identifier of the account.

dsp:accountKey

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

dsp:accountKey Type

string

dsp:accountName

Account Name

Name of the account.

dsp:accountName

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

dsp:accountName Type

string

dsp:accountType

Account Type

Type of the account.

dsp:accountType

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

The value of this property must be equal to one of the known values below.

dsp:accountType Known Values

Value Description
Agency Agency
TradingDesk Trading Desk
BrandDirectAgencyManaged Brand Direct Agency Managed
BrandDirectNoAgency Brand Direct No Agency
AdNetwork Ad Network
PublisherAudienceExtension Publisher Audience Extension
Other Other

dsp:currency

Account Currency

The ISO 4217 billing currency code for the account.

dsp:currency

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

dsp:currency Type

string

All instances must conform to this regular expression

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

dsp:currency Examples

"USD"
"EUR"
"JPY"

dsp:productName

Product Name

The name of the product associated with this account.

dsp:productName

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

The value of this property must be equal to one of the known values below.

dsp:productName Known Values

Value Description
PlayTime PlayTime
InPlay InPlay
OneLoad OneLoad
PrivateExchange PrivateExchange

repo:createDate

The server date and time when the resource was created in the repository, such as when an asset file is first uploaded or a directory is created by the server as the parent of a new asset. The date time property should conform to ISO 8601 standard. An example form is "2004-10-23T12:00:00-06:00".

repo:createDate

repo:createDate Type

string

repo:createDate Example

"2004-10-23T12:00:00-06:00"

repo:modifyDate

The server date and time when the resource was last modified in the repository, such as when a new version of an asset is uploaded or a directory's child resource is added or removed. The date time property should conform to ISO 8601 standard. An example form is "2004-10-23T12:00:00-06:00".

repo:modifyDate

repo:modifyDate Type

string

repo:modifyDate Example

"2004-10-23T12:00:00-06:00"

xdm:createdByBatchID

Created by batch identifier

The dataset files in Catalog which has been originating the creation of the record.

xdm:createdByBatchID

xdm:createdByBatchID Type

string

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

xdm:modifiedByBatchID

Modified by batch identifier

The last dataset files in Catalog which has modified the record. At creation time, modifiedByBatchID is set as createdByBatchID.

xdm:modifiedByBatchID

xdm:modifiedByBatchID Type

string

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

xdm:repositoryCreatedBy

Created by user identifier

User ID of who created the record.

xdm:repositoryCreatedBy

xdm:repositoryCreatedBy Type

string

xdm:repositoryLastModifiedBy

Modified by user identifier

User ID of who last modified the record. At creation time, modifiedByUser is set as createdByUser.

xdm:repositoryLastModifiedBy

xdm:repositoryLastModifiedBy Type

string