AJO-Real time customer profile | Community
Skip to main content
Level 3
September 8, 2022
Solved

AJO-Real time customer profile

  • September 8, 2022
  • 2 replies
  • 1965 views

Hi, Is Real time customer profile really real time because when I try to ingest data into the respective dataset through direct event/API call it takes more time like max of 15min to ingest the data. Even enabling the dataset/schema to profile still this much latency. Is there anyway we can get the data into the dataset within real quick like <1 min to make it realtime?

 

Thanks in Advance!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Anuhya-Y

When data ingested in AEP, it would be available in Data lake and real-time customer profile . As soon as data available in real-time customer profile , profile can be searchable based on identity namespace and data will be reflected in profile.

 

I assume you are ingesting data via streaming HTTP source API call. If yes, data travels via pipeline to real-time customer profile within 1 min and then Data Lake/datasets within 15 min. In this case, search profile with an identity namespace, data would be reflected in the unified profile less than a minute.

 

If data inserted via batch, first data flows to data lake/datasets from there real-time customer profile. In this case data would be NOT reflect in the profile immediately, takes couple of minutes.

 

Check below documentation : https://experienceleague.adobe.com/docs/blueprints-learn/architecture/architecture-overview/platform-data-flow.html?lang=en

 

To answer your question. Yes ,real time customer profile is really real time 😊 it depends on how you are ingesting data .

2 replies

David_Loyd
Adobe Employee
Adobe Employee
September 8, 2022

How are you measuring the 15min? Are you basing it on the UI only? What do you want to do with the data? What type of data is it? Events or Attributes?

 

https://experienceleague.adobe.com/docs/experience-platform/ingestion/streaming/overview.html?lang=en

 

 

IkmooAuthor
Level 3
September 8, 2022

Hi David, Thanks for the quick response.

 

I have tried implementing Luma real time event into AEP and found out the data ingestion takes time more than 1min .Tried with API call as well using event payload and still it takes time.This is event type data and the dataset is profile enabled as well.

 

Reg,

Ikram

Anuhya-Y
Community Advisor
Anuhya-YCommunity AdvisorAccepted solution
Community Advisor
September 12, 2022

When data ingested in AEP, it would be available in Data lake and real-time customer profile . As soon as data available in real-time customer profile , profile can be searchable based on identity namespace and data will be reflected in profile.

 

I assume you are ingesting data via streaming HTTP source API call. If yes, data travels via pipeline to real-time customer profile within 1 min and then Data Lake/datasets within 15 min. In this case, search profile with an identity namespace, data would be reflected in the unified profile less than a minute.

 

If data inserted via batch, first data flows to data lake/datasets from there real-time customer profile. In this case data would be NOT reflect in the profile immediately, takes couple of minutes.

 

Check below documentation : https://experienceleague.adobe.com/docs/blueprints-learn/architecture/architecture-overview/platform-data-flow.html?lang=en

 

To answer your question. Yes ,real time customer profile is really real time 😊 it depends on how you are ingesting data .