Skip to content

Latest commit

 

History

History
259 lines (135 loc) · 7.91 KB

File metadata and controls

259 lines (135 loc) · 7.91 KB

Journey Orchestration service Events: SegmentExportJob Fields Schema

https://ns.adobe.com/experience/journeyOrchestration/serviceEvents/segmentExportJob/

This event is in relation with journey and Segment Export Job service event fields

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

Journey Orchestration service Events: SegmentExportJob Fields Examples

{
  "https://ns.adobe.com/experience/journeyOrchestration/serviceEvents/segmentExportJob": {
    "https://ns.adobe.com/experience/journeyOrchestration/serviceEvents/ID": "12ae3-abe2c-12214-667ab",
    "https://ns.adobe.com/experience/journeyOrchestration/serviceEvents/status": "finished",
    "https://ns.adobe.com/experience/journeyOrchestration/serviceEvents/exportSegmentID": "12ae3-abe2c-12214-667ab-aa123",
    "https://ns.adobe.com/experience/journeyOrchestration/serviceEvents/exportCountTotal": 12000000,
    "https://ns.adobe.com/experience/journeyOrchestration/serviceEvents/exportCountRealized": 12000000,
    "https://ns.adobe.com/experience/journeyOrchestration/serviceEvents/exportCountFailed": 2000000,
    "https://ns.adobe.com/experience/journeyOrchestration/serviceEvents/eventType": "info"
  }
}
{
  "https://ns.adobe.com/experience/journeyOrchestration/serviceEvents/segmentExportJob": {
    "https://ns.adobe.com/experience/journeyOrchestration/serviceEvents/ID": "12ae3-abe2c-12214-667ab",
    "https://ns.adobe.com/experience/journeyOrchestration/serviceEvents/exportSegmentID": "12ae3-abe2c-12214-667ab-aa123",
    "https://ns.adobe.com/experience/journeyOrchestration/serviceEvents/status": "queued",
    "https://ns.adobe.com/experience/journeyOrchestration/serviceEvents/eventType": "info"
  }
}
{
  "https://ns.adobe.com/experience/journeyOrchestration/serviceEvents/segmentExportJob": {
    "https://ns.adobe.com/experience/journeyOrchestration/serviceEvents/ID": "12ae3-abe2c-12214-667ab",
    "https://ns.adobe.com/experience/journeyOrchestration/serviceEvents/exportSegmentID": "12ae3-abe2c-12214-667ab-aa123",
    "https://ns.adobe.com/experience/journeyOrchestration/serviceEvents/eventType": "error",
    "https://ns.adobe.com/experience/journeyOrchestration/serviceEvents/eventCode": "ERROR_INSTANCE_DUPLICATION"
  }
}

Journey Orchestration service Events: SegmentExportJob Fields Properties

Property Type Required Defined by
https://ns.adobe.com/experience/journeyOrchestration/serviceEvents/segmentExportJob object Optional Journey Orchestration service Events: SegmentExportJob Fields (this schema)
* any Additional this schema allows additional properties

Journey Orchestration Segment Export Job service event fields.

https://ns.adobe.com/experience/journeyOrchestration/serviceEvents/segmentExportJob

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

object with following properties:

Property Type Required
https://ns.adobe.com/experience/journeyOrchestration/serviceEvents/ID string Optional
https://ns.adobe.com/experience/journeyOrchestration/serviceEvents/eventCode string Optional
https://ns.adobe.com/experience/journeyOrchestration/serviceEvents/eventType string Optional
https://ns.adobe.com/experience/journeyOrchestration/serviceEvents/exportCountFailed integer Optional
https://ns.adobe.com/experience/journeyOrchestration/serviceEvents/exportCountRealized integer Optional
https://ns.adobe.com/experience/journeyOrchestration/serviceEvents/exportCountTotal integer Optional
https://ns.adobe.com/experience/journeyOrchestration/serviceEvents/exportSegmentID string Optional
https://ns.adobe.com/experience/journeyOrchestration/serviceEvents/status string Optional
ID

The identifier of the segment export job triggered.

https://ns.adobe.com/experience/journeyOrchestration/serviceEvents/ID

  • is optional
  • type: string

string

Event Code

The error code indicating the reason for corresponding eventType

https://ns.adobe.com/experience/journeyOrchestration/serviceEvents/eventCode

  • is optional
  • type: string

string

Event Type

The event type indicating whether it is an error event of info event.

https://ns.adobe.com/experience/journeyOrchestration/serviceEvents/eventType

  • is optional
  • type: string

string

Export Count Failed

The number of segments failed while exporting through the job

https://ns.adobe.com/experience/journeyOrchestration/serviceEvents/exportCountFailed

  • is optional
  • type: integer

integer

  • minimum value: 0
  • maximum value: 100000000000
Export Count Realized

The actual number of segments exported through the job

https://ns.adobe.com/experience/journeyOrchestration/serviceEvents/exportCountRealized

  • is optional
  • type: integer

integer

  • minimum value: 0
  • maximum value: 100000000000
Export Count Total

The max possible value of segment export job

https://ns.adobe.com/experience/journeyOrchestration/serviceEvents/exportCountTotal

  • is optional
  • type: integer

integer

  • minimum value: 0
  • maximum value: 100000000000
Export Segment ID

The identifier of the segment being exported

https://ns.adobe.com/experience/journeyOrchestration/serviceEvents/exportSegmentID

  • is optional
  • type: string

string

Status

The status of segment export job.

https://ns.adobe.com/experience/journeyOrchestration/serviceEvents/status

  • is optional
  • type: string

string