Skip to content

Unlocking simulation #5176

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

Closed
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update index.md
  • Loading branch information
ugpeter authored Aug 11, 2023
commit 7623eacae7b0af915aeaca3183b0b36f4c00df5b
Original file line number Diff line number Diff line change
Expand Up @@ -39,77 +39,10 @@ As part of the simulated events, Unlocking Simulation generates fake userIds and
The events generated into Segment are based on what you configure within Unlocking Simulation. If, for example, you have set up Unlocking Simulation to generate a "Login" event for each new user on a daily basis, then that event will be generated into Segment.


> (delete the below sentence and table)
The table below lists events that Unlocking Simulation sends to Segment. These events appear as tables in your warehouse, and as regular events in other Destinations. Unlocking Simulation includes the `userId` if available.

<table>
<tr>
<td>Event Name</td>
<td>Description</td>
</tr>
<tr>
<td>Email Sent</td>
<td>Email was sent successfully</td>
</tr>
<tr>
<td>Email Opened</td>
<td>Prospect opened the email</td>
</tr>
<tr>
<td>Link Clicked</td>
<td>Prospect clicked the tracking link</td>
</tr>
<tr>
<td>Email Replied</td>
<td>Prospect replied to the email sent</td>
</tr>
<tr>
<td>Email Bounced</td>
<td>Email servers rejected the email</td>
</tr>
<tr>
<td>Email Unsubscribed</td>
<td>Prospect clicked the unsubscribe link</td>
</tr>
</table>

## Event Properties

Similarly to Events, the Event Properties generated by Unlocking Simulation are entirely based on what you configure within the simulator. All property types are supported.

> (delete the below sentence and table)
The table below list the properties included in the events listed above.

<table>
<tr>
<td>Property Name</td>
<td>Description</td>
</tr>
<tr>
<td>`event`</td>
<td>Email event type</td>
</tr>
<tr>
<td>`userId`</td>
<td>Prospect email ID</td>
</tr>
<tr>
<td>`email_id`</td>
<td>ID of the email</td>
</tr>
<tr>
<td>`fromId`</td>
<td>Sender email ID</td>
</tr>
<tr>
<td>`email_subject`</td>
<td>Subject line of the email</td>
</tr>
<tr>
<td>`link`</td>
<td>URL of the link clicked</td>
</tr>
</table>

## Adding Destinations

Expand All @@ -120,4 +53,4 @@ Log into your downstream tools and check to see that your events appear as expec
If there are any issues with how the events are arriving to Segment, [contact the Unlocking Simulation support team](mailto:support@Unlocking Simulation.com).


---
---