Skip to content

Latest commit

 

History

History
287 lines (154 loc) · 7.78 KB

portfolio.schema.md

File metadata and controls

287 lines (154 loc) · 7.78 KB

Search Advertising Portfolio Schema

https://ns.adobe.com/experience/adcloud/searchadvertising/portfolio

Search Advertising Portfolio Class includes fields that defines Portfolio.

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

Schema Hierarchy

  • Search Advertising Portfolio https://ns.adobe.com/experience/adcloud/searchadvertising/portfolio

Search Advertising Portfolio Example

{
  "xdm:id": "100000123",
  "xdm:portfolioName": "My First Portfolio",
  "xdm:billingState": "Managed",
  "xdm:portfolioGroupName": "My First Portfolio Group",
  "xdm:portfolioGroupId": "34567",
  "repo:createDate": "2018-01-12T15:52:25+00:00",
  "repo:modifyDate": "2018-01-12T15:52:25+00:00"
}

Search Advertising Portfolio Properties

Property Type Required Defined by
@id string Optional Record Schema
repo:createDate string Optional Audit trail
repo:modifyDate string Optional Audit trail
xdm:billingState string Optional Search Advertising Portfolio (this schema)
xdm:createdByBatchID string Optional Audit trail
xdm:modifiedByBatchID string Optional Audit trail
xdm:portfolioGroupId string Optional Search Advertising Portfolio (this schema)
xdm:portfolioGroupName string Optional Search Advertising Portfolio (this schema)
xdm:portfolioName string Optional Search Advertising Portfolio (this schema)
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"

xdm:billingState

Portfolio Billing State

Portfolio Billing State indicates whether client should be billed for spend from this Portfolio.

xdm:billingState

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

xdm:billingState Type

string

xdm:billingState Known Values

Value Description
Managed Client will be billed for the spend from this portfolio
Not Managed Client will not be billed for the spend from this portfolio

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:portfolioGroupId

Portfolio Group Identifier

Set of portfolios can be assigned to a portfolio Group. This identifier indicates if portfolio is assigned to a portfolio group.

xdm:portfolioGroupId

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

xdm:portfolioGroupId Type

string

xdm:portfolioGroupName

Portfolio Group Name

Indicates Name of the Portfolio Group if portfolio belongs to a Portfolio Group.

xdm:portfolioGroupName

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

xdm:portfolioGroupName Type

string

xdm:portfolioName

Portfolio Name

Name of the Portfolio.

xdm:portfolioName

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

xdm:portfolioName Type

string

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