afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/PersonalizationTargetInfo.json

115 lines
3.3 KiB
JSON

{
"sections": [
"title",
"description",
"fields",
"field_reference"
],
"title": "PersonalizationTargetInfo - Data API",
"description": "Represents a target for an audience. This object is available in API version 47.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"ContainerId": {
"type": "reference",
"properties": "Filter, Group, Sort",
"description": "ID of the Experience Cloud site or org that contains the target."
},
"DraftRowId": {
"type": "reference",
"properties": "Filter, Group, Nillable, Sort",
"description": "ID of the draft PersonalizationTargetInfo."
},
"GroupName": {
"type": "string",
"properties": "Filter, Group, Sort",
"description": "Group name of the target. Groups bundle related targets. You can have up to 2,000 groups and 500 targets per group."
},
"PublishStatus": {
"type": "picklist",
"properties": "Filter, Group, Nillable, Restricted picklist, Sort",
"description": "Publish status of the target. Possible values are: Draft Live"
},
"TargetType": {
"type": "picklist",
"properties": "Filter, Group, Restricted picklist, Sort",
"description": "The type of the target. Possible values are: ExperienceVariation NavigationLinkSet Topic CollaborationGroup KnowledgeArticle ContentDocument ManagedContent Report Dashboard Custom objects You can have up to 2,500 ExperienceVariation targets and 25,000 record targets."
},
"TargetValue": {
"type": "string",
"properties": "Filter, Group, Sort",
"description": "Value of the target. For ExperienceVariation, this is the developer name of the Experience Variation or the record ID for the object."
}
},
"field_reference": {
"ContainerId": {
"field_label": "Container ID",
"type": "reference",
"length": "18"
},
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"DraftRowId": {
"field_label": "Personalization Target Info ID",
"type": "reference",
"length": "18"
},
"GroupName": {
"field_label": "Group Name",
"type": "string",
"length": "255"
},
"Id": {
"field_label": "Personalization Target Info ID",
"type": "id",
"length": "18"
},
"IsDeleted": {
"field_label": "Deleted",
"type": "boolean"
},
"LastModifiedById": {
"field_label": "Last Modified By ID",
"type": "reference",
"length": "18"
},
"LastModifiedDate": {
"field_label": "Last Modified Date",
"type": "datetime"
},
"PublishStatus": {
"field_label": "Publish Status",
"type": "picklist",
"length": "255"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
},
"TargetType": {
"field_label": "Target Type",
"type": "picklist",
"length": "255"
},
"TargetValue": {
"field_label": "Target Value",
"type": "string",
"length": "255"
}
},
"field_reference_columns": [
"field_label",
"type",
"length"
]
}