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

Update Amplitude screenshots and instructions #2369

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all 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
22 changes: 16 additions & 6 deletions docs/integrations/data-connectors/amplitude.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,28 @@ The following steps outline how to forward events from Amplitude into Statsig.
2. Go to Amplitude and navigate to the Data Destinations page. Click the
"Add Destination" button in the top right.

// replace with amp-1.png

![](https://console.statsig.com/img/integrations/amplitude:incoming_integration_steps/step_1.png)
Comment on lines +20 to 22
Copy link

Choose a reason for hiding this comment

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

Each image reference has both a placeholder comment and an old image URL. Please either:

  1. Remove the placeholder comments and keep the old image URLs until the new images are ready, or
  2. Replace the old image URLs with the new amp-*.png files from the attached zip

This applies to amp-1.png, amp-2.png, amp-3.png, amp-4.png, and amp-6.png throughout the file.

Spotted by Graphite Reviewer

Is this helpful? React 👍 or 👎 to let us know.


3. From the Destinations Catalog, search for and select the Statsig Event
Streaming destination.
Streaming destination. Click "Add Destination".

// replace with amp-2.png

![](https://console.statsig.com/img/integrations/amplitude:incoming_integration_steps/step_2.png)

4. Give this destination a name and click "Create Sync".

// replace with amp-3.png

![](https://console.statsig.com/img/integrations/amplitude:incoming_integration_steps/step_3.png)

5. Enter the "Server Secret Key" you copied in Step 1 into the provided
field. Select the events you wish to send to Statsig. Ensure that the
Status is set to "Enabled" and then click "Save".
field. Select the events and any additional properties you wish to send to Statsig. Ensure that the
Status is set to "Enabled" and then click "Save". The Test Connection dialog displays. Click Send Test Event to verify the connection. Once verified, click Finish.

// replace with amp-4.png

![](https://console.statsig.com/img/integrations/amplitude:incoming_integration_steps/step_4.png)

Expand All @@ -41,8 +49,10 @@ The following steps outline how to forward events from Amplitude into Statsig.

## Outgoing - Sending Statsig Events to Amplitude

1. Navigate to Amplitude and click on the Settings button in the
bottom-left corner.
1. Navigate to Amplitude and click on the Settings icon in the
upper-right corner. Select Organization settings.

// replace with amp-6.png

![](https://console.statsig.com/img/integrations/amplitude_integration_steps/settings.png)

Expand Down Expand Up @@ -86,7 +96,7 @@ For a comprehensive view, you can obtain the raw first exposure data in CSV form

## Cohort Sync - Syncing Amplitude Cohorts to Statsig Segments

For up to date configuration information on syncing Cohorts (aka Segments) from Amplitude to Statsig, please take a look at Amplitude's documentation [here](https://www.docs.developers.amplitude.com/data/destinations/statsig-cohort/).
For up to date configuration information on syncing Cohorts (aka Segments) from Amplitude to Statsig, please take a look at Amplitude's documentation [here](https://amplitude.com/docs/data/destination-catalog/statsig-cohort-sync).

## Filtering Events

Expand Down
Loading