Skip to main content
Michael_Soprano
Level 10
May 12, 2026
Solved

Do not see my orchestrated dataset while adding data

  • May 12, 2026
  • 1 reply
  • 16 views

I want to ingest data for orchestrated campaign: 

  1. Should I enable dataset for Campaign Orchestration after or before ingestion?
  2. Using Data Landing Zone 
  3. Can I use JSON , CSV ???
  4. Why  I do not see that dataset while setting up dataflow?? 
Best answer by Devyendar

@Michael_Soprano  For Orchestrated Campaigns, the dataset should be enabled for Orchestrated campaigns before ingestion. The usual order is: create the relational schema, define the primary key and version descriptor, create the dataset, enable it for Orchestrated campaigns, then ingest the data.

Data Landing Zone is supported as a source for Orchestrated Campaign ingestion. For file-based ingestion, Adobe supports delimited/CSV, JSON, and Parquet formats. For Campaign Orchestration CDC ingestion, make sure the file includes _change_request_type with lowercase u for upsert or d for delete.

If the dataset is not showing during dataflow setup, I would check whether the dataset is based on a relational schema, has a primary key, has a version descriptor, is enabled for Orchestrated campaigns, is in the same sandbox, and is not already tied to another dataflow. Adobe also enforces a 1:1 relationship between a dataset and dataflow.


Ingest data for Orchestrated Campaigns: https://experienceleague.adobe.com/en/docs/journey-optimizer/using/campaigns/orchestrated-campaigns/data-configuration/schemas-datasets/ingest-data

1 reply

Devyendar
DevyendarAccepted solution
Level 6
May 12, 2026

@Michael_Soprano  For Orchestrated Campaigns, the dataset should be enabled for Orchestrated campaigns before ingestion. The usual order is: create the relational schema, define the primary key and version descriptor, create the dataset, enable it for Orchestrated campaigns, then ingest the data.

Data Landing Zone is supported as a source for Orchestrated Campaign ingestion. For file-based ingestion, Adobe supports delimited/CSV, JSON, and Parquet formats. For Campaign Orchestration CDC ingestion, make sure the file includes _change_request_type with lowercase u for upsert or d for delete.

If the dataset is not showing during dataflow setup, I would check whether the dataset is based on a relational schema, has a primary key, has a version descriptor, is enabled for Orchestrated campaigns, is in the same sandbox, and is not already tied to another dataflow. Adobe also enforces a 1:1 relationship between a dataset and dataflow.


Ingest data for Orchestrated Campaigns: https://experienceleague.adobe.com/en/docs/journey-optimizer/using/campaigns/orchestrated-campaigns/data-configuration/schemas-datasets/ingest-data

Michael_Soprano
Level 10
May 13, 2026

@Devyendar thanks mate. Forgot about this: _change_request_type