View Data Updates | Yext Hitchhikers Platform

What You’ll Learn

In this section, you will:

  • View data updates pushed to your deploys
  • Learn how data updates are streamed to deploys

Overview

Whenever Content changes – whether from content edits in the UI or through API integrations – Yext will automatically push data updates to Pages, updating the relevant web pages in your deploys. Data updates in Pages are extremely performant and highly scalable. An individual update can be processed in seconds and the system can handle hundreds of thousands of concurrent updates.

In this unit, we’ll walk through what happens in the Pages UI once data has been updated.

Viewing Entity Edits in your Deploys

As mentioned in the previous unit, the Data Updates tab of the Deploy Details screen displays pages in your deploy that were re-rendered as a result of data updates from your Content. This tab will be empty if you haven’t edited an entity since your last deploy was completed.

After you have made an update to an entity in your Content, return to the relevant site and click into the Data Updates section of your deploy. Here you should see a data update entry in the table representing your edit.

deploy details data updates screen

If you click View Details on the far right, you should see a diff view that shows the data before and after your change.

deploy details data updates details screen

How Data Updates are Streamed to Deploys

By default, data updates are streamed to several of your deployments to ensure that multiple instances of your site are up to date with the entity data in Content. These are known as Active Deployments .

active-deployments-list.png

Having multiple active deployments is useful in scenarios where you may want to roll back changes to your site, as you can easily deploy, stage, or publish a previous commit of your site, with confidence that the data on the pages is not stale.

By default, Yext guarantees that the following deployments on your production branch are always active:

  1. Production deployment - the deployment currently published to your production environment
  2. Staging deployment - the deployment currently published to the staging environment (note, staging deployments on non-production branches are inactive)
  3. Head deployment - the most recent deployment
  4. Previous Production deployment - the previous deployment that was published to your production environment

As you create new deployments, any applicable previous deployments will become inactive automatically. Read our full Active Deployments reference article for best practices regarding active deployment management.

Data Update Errors

You can monitor any data update errors encountered throughout the lifecycle of your deployments directly in the UI. Data update errors occur when entity data is updated in such a way that it causes a generation error in the Pages system (typically due to how your template and components interact with the data). This information is visible in the Data Updates portion of the deployment card.

data update error summary

To action on these errors, you can navigate to the Deployment Details > Unresolved Errors tab. The platform will show you each page in your website that is “stale” due to data update errors, along with relevant generation error messaging. Once you fix the underlying issue, the relevant page will be removed from this table.

unresolved errors tab

Automated Alerts

You can set up automated alerts for your data update errors by configuring webhooks. This feature allows you to send webhooks any time a Stream Update Failure event occurs in your system.

unit Quiz
+20 points
Daily Quiz Streak Daily Quiz Streak: 0
Quiz Accuracy Streak Quiz Accuracy Streak: 0
    Error Success Question 1 of 2

    The Data Updates screen shows pages that have been re-generated due to what kind of data updates?

    Error Success Question 2 of 2

    True or False: Data updates are streamed to all active deploys

    You're a star! ⭐

    You've already completed this quiz, so you can't earn more points.You completed this quiz in 1 attempt and earned 0 points! Feel free to review your answers and move on when you're ready.
1st attempt
0 incorrect
Feedback