Skip to content

Commit af54d4c

Browse files
committed
Moved Personas question
1 parent 6b34670 commit af54d4c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/guides/duplicate-data.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,3 @@ An important point remember is that Segment de-duplicates on the event's `messa
99
Since the api layer is de-duping during this window, duplicate events that are further than 24 hours apart from one another must be de-duped in the Warehouse. Segment also dedupes messages going into a Warehouse based on the `message_id`, which is the `id` column in a Segment Warehouse. Note that in these cases you will see duplications in end tools as there is no additional layer prior to sending the event to downstream tools.
1010

1111
Keep in mind that Segment's libraries all generate `message_id`s for you for each event payload, with the exception of the Segment HTTP API, which assigns each event a unique `message_id` when the message is ingested. You can override these default generated IDs and manually assign a `message_id` if necessary.
12-
13-
### What identifiers can the merged profile be queried/updated with?
14-
15-
Any of the external IDs can be used to query a profile. When a profile is requested, we will traverse the merge graph and resolve all merged profiles. The result is a single profile, with the latest state of all traits, events, and identifiers.

src/personas/faqs.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,8 @@ You can sync data from your…
160160
Yes, Personas now supports the ability to send an audience or computed trait to two or more accounts of the same partner. The most common use case is multiple Facebook, or Adwords ad accounts.
161161

162162
![](images/multi-facebook.png)
163+
164+
165+
### What identifiers can the merged profile be queried/updated with?
166+
167+
Any of the external IDs can be used to query a profile. When a profile is requested, we will traverse the merge graph and resolve all merged profiles. The result is a single profile, with the latest state of all traits, events, and identifiers.

0 commit comments

Comments
 (0)