Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Need to read a date from live page

Avatar

Level 4

Hi Team, 

 

In my live site, every day data will render via 3rd party, this data will be visible only on live site (this data won't be visible in publishers too). 

 

Few times data won't comes to AEM, business users will identity and send a mail to us, again we will check with respective team. 

 

The data displays share price, date and relevant data. In site always shows the yesterday data and yesterday share price. 

 

My ask, is it possible to read the date on the live page, if it's showing yesterday date a mail should trigger as succes message. If it's showing day before yesterdays date then mail should trigger  as failed or a notification on teams. 

 

Please let me know how can I achive. 

 

Thanks in advance. 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi Ricky99999

 

Please clarify,

 

How can the publisher not show the data (prices, dates and relevant data) but only the live

(dispatcher ) shows the data ?

 

if we accept data is shown in live site, then there should be some mechanism that pulls data from third party services. So which layer does that ? surely not dispatcher . may be any components does this ?

View solution in original post

4 Replies

Avatar

Community Advisor

Hi @Ricky99999 ,

 

Do you've any monitoring service apps running on your website, like DATADOG or something else? You could set monitoring and trigger the notifications when the price is not showing as per the requirement.  

 

I'm not sure if it can be accomplished with analytics reporting tools. You can probably explore. 

Avatar

Level 1

I completely agree with @Lokesh_Vajrala. The approach @Ricky99999 is simple: You need to set proper alerting based on the scenario. For this, you can use some effective tools like Middleware, which allows you to fully customize the alert scenario.

Avatar

Correct answer by
Community Advisor

Hi Ricky99999

 

Please clarify,

 

How can the publisher not show the data (prices, dates and relevant data) but only the live

(dispatcher ) shows the data ?

 

if we accept data is shown in live site, then there should be some mechanism that pulls data from third party services. So which layer does that ? surely not dispatcher . may be any components does this ?

Avatar

Community Advisor

can you please share how the third party data loaded on the live page? is it from AEM component? 

do you have any scheduler to make a call to third party API to get the updated data?

 

If you are expecting updated data on every day, please check below steps and see if that matches to your requirement. 

1. AEM scheduler to make a call to the third party API to get the updated data on every day and store in AEM.

2. Component to read the data from AEM and render it on the page.

3. Another scheduler to monitor the data and send notifications based on your need.