Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LE Sync Schedule [netlify-build] #7424

Merged
merged 4 commits into from
Feb 6, 2025
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions src/unify/data-graph/linked-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,18 @@ To enrich events with entities:
5. In the "Select Events to Map and Send", define the [conditions](/docs/connections/destinations/actions/#conditions) under which the action should run.
6. Click **Load Sample Event**, then add your entities.

### Configure the sync schedule
You can schedule how often you want Segment to cache the table data for Linked Events using the **Sync schedule**.

To configure your sync schedule:
1. Navigate to **Unify > Data Graph > Entities** and select the entity you want to configure.
2. Select the **Enrichment syncs** tab.
3. Click **Edit** next to **Sync schedule**.
4. Select the **Schedule type**. You can choose from:
* **Manual**: Trigger the sync manually or with Segment's API.
* **Interval**: Sync based on a by-the minute, hourly, or daily cycle. For example, once every 2 hours.
* **Day and time**: Sync at specific times on selected days of the week. For example, Mondays at 2PM.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* **Day and time**: Sync at specific times on selected days of the week. For example, Mondays at 2PM.
* **Day and time**: Sync at specific times on selected days of the week. For example, Mondays at 2PM.

Does the app say 2PM? Not a big deal, just wondering if this mirrors what they'd actually see, or if it's 2:00 PM, or 14:00 or something similar.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good call, it's 2:00PM in the app


### Add entities

After you load a sample event, you can add entities from the **Enrich events with entities** section. You’ll select an entity, then an entity match property.
Expand Down