Skip to content

Latest commit

 

History

History
333 lines (177 loc) · 8.46 KB

transactionproperties.schema.md

File metadata and controls

333 lines (177 loc) · 8.46 KB

Advertising Transaction Property Schema

https://ns.adobe.com/xdm/adcloud/searchads/transactionproperties

Advertising Transaction schemas includes metadata that describes a transaction property setup by Advertiser

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

Schema Hierarchy

  • Advertising Transaction Property https://ns.adobe.com/xdm/adcloud/searchads/transactionproperties

Advertising Transaction Property Example

{
  "@id": "100000123",
  "searchads:propertyName": "xyz",
  "searchads:propertyId": "12345678",
  "searchads:displayName": "test display name",
  "searchads:revenueType": "null",
  "searchads:createDate": "2018-01-12T15:52:25+00:00",
  "searchads:modifyDate": "2018-01-12T15:52:25+00:00"
}

Advertising Transaction Property Properties

Property Type Required Defined by
@id string Optional Record Schema
repo:createDate string Optional Audit trail
repo:modifyDate string Optional Audit trail
searchads:createDate string Optional Advertising Transaction Property (this schema)
searchads:displayName string Optional Advertising Transaction Property (this schema)
searchads:modifyDate string Optional Advertising Transaction Property (this schema)
searchads:propertyId string Optional Advertising Transaction Property (this schema)
searchads:propertyName string Optional Advertising Transaction Property (this schema)
searchads:revenueType string Optional Advertising Transaction Property (this schema)
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)

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"

searchads:createDate

The date and time when the transaction was created. An example form is "2004-10-23T12:00:00-06:00".

searchads:createDate

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

searchads:createDate Type

string

searchads:createDate Example

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

searchads:displayName

Display Name

Display Name.

searchads:displayName

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

searchads:displayName Type

string

searchads:modifyDate

The date and time when the transaction was last modified. An example form is "2004-10-23T12:00:00-06:00".

searchads:modifyDate

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

searchads:modifyDate Type

string

searchads:modifyDate Example

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

searchads:propertyId

Property Id

Property Id.

searchads:propertyId

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

searchads:propertyId Type

string

searchads:propertyName

Name of the property

Property Name.

searchads:propertyName

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

searchads:propertyName Type

string

searchads:revenueType

Revenue Type

Revenue Type.

searchads:revenueType

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

searchads:revenueType Type

string

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