From 93a9a73f449de6db8ac635f7d6795ebaabe428bc Mon Sep 17 00:00:00 2001 From: Jason Sooter <7215306+JasonSooter@users.noreply.github.com> Date: Wed, 1 May 2024 10:00:40 -0600 Subject: [PATCH 1/2] feat(content): improve liveramp limitations section --- .../catalog/actions-liveramp-audiences/index.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/connections/destinations/catalog/actions-liveramp-audiences/index.md b/src/connections/destinations/catalog/actions-liveramp-audiences/index.md index 350d8fcdf7..a125434f91 100644 --- a/src/connections/destinations/catalog/actions-liveramp-audiences/index.md +++ b/src/connections/destinations/catalog/actions-liveramp-audiences/index.md @@ -43,11 +43,12 @@ The LiveRamp Audiences destination can be connected to **Twilio Engage sources o ## Limitations -* Audience must have at least 25 unique members, otherwise the destination will fail and the data will not be synced. -* Audience sync happens once per day. -* Audience sync is a full sync. +* Audience must have at least 25 unique members, otherwise the destination will fail and the data will not be synced. This means the Actions Mapping Event Tester does not work (only one test event can be configured) +* Audience sync happens once per day. On a 24-hour cadence but can take up to 30 hours. +* Audience Sync is a full sync, including only users or accounts in the audience at the time of sync * Files are created per audience. * After initial ingestion is complete, changing the mappings will cause the LiveRamp ingestion to start failing until ingestion setup is run again. +* Time to first sync can be up to 3 days, please be patient. ## Trait Enrichment From 78c1d9d27e41dce6aaab57ed00287b958c72c68f Mon Sep 17 00:00:00 2001 From: Casie Oxford Date: Wed, 1 May 2024 12:52:57 -0500 Subject: [PATCH 2/2] grammar --- .../catalog/actions-liveramp-audiences/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/connections/destinations/catalog/actions-liveramp-audiences/index.md b/src/connections/destinations/catalog/actions-liveramp-audiences/index.md index a125434f91..a205f74327 100644 --- a/src/connections/destinations/catalog/actions-liveramp-audiences/index.md +++ b/src/connections/destinations/catalog/actions-liveramp-audiences/index.md @@ -43,9 +43,9 @@ The LiveRamp Audiences destination can be connected to **Twilio Engage sources o ## Limitations -* Audience must have at least 25 unique members, otherwise the destination will fail and the data will not be synced. This means the Actions Mapping Event Tester does not work (only one test event can be configured) -* Audience sync happens once per day. On a 24-hour cadence but can take up to 30 hours. -* Audience Sync is a full sync, including only users or accounts in the audience at the time of sync +* Audience must have at least 25 unique members, otherwise the destination will fail and the data will not be synced. This means the Actions Mapping Event Tester does not work (only one test event can be configured). +* Audience sync happens once per day. On a 24-hour cadence, but can take up to 30 hours. +* Audience Sync is a full sync, including only users or accounts in the audience at the time of sync. * Files are created per audience. * After initial ingestion is complete, changing the mappings will cause the LiveRamp ingestion to start failing until ingestion setup is run again. * Time to first sync can be up to 3 days, please be patient.