Skip to content

Commit 7639af8

Browse files
authored
Merge pull request #5329 from segmentio/feat/remove-need-for-public-api-token
feat(code): remove public api token requirement for segment profiles destination
2 parents f19c904 + 23d2dfc commit 7639af8

File tree

1 file changed

+1
-8
lines changed
  • src/connections/destinations/catalog/actions-segment-profiles

1 file changed

+1
-8
lines changed

src/connections/destinations/catalog/actions-segment-profiles/index.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,12 @@ The Segment Profiles destination allows you to send your warehouse data back to
1515

1616
To use this destination, you must have an active Segment Profile space. If you have not yet created a Segment Profile space, please follow the steps in the [Profiles Onboarding Guide](/docs/profiles/quickstart/).
1717

18-
### Create a Public API token
19-
20-
To enable the Segment Profiles destination to send data to an existing Profile space, provide an authentication token for the Segment Public API. See [Segment's Public API documentation](https://docs.segmentapis.com/tag/Getting-Started#section/Get-an-API-token){:target="_blank"} for information on how to create a token. The token must include Source Admin permissions. You will need this token in the below steps.
21-
2218
### Connect and configure the Segment Profiles destination
2319

2420
1. From the Segment web app, navigate to **Reverse ETL > Destinations**.
2521
2. Click **Add Destination**.
2622
3. Select the Segment Profiles destination, click **Next**, and select the warehouse source that will send data to the Segment Profiles destination. If you have not set up a warehouse source, follow the steps in the Reverse ETL documentation on [Getting started](/docs/reverse-etl/#getting-started).
27-
4. On the **Settings** tab, name your destination, input the Public API token created above, select an endpoint region, and click **Save Changes**. It is recommended to configure and enable all mappings before enabling the Segment Profiles destination.
23+
4. On the **Settings** tab, name your destination, select an endpoint region, and click **Save Changes**. It is recommended to configure and enable all mappings before enabling the Segment Profiles destination.
2824
5. On the **Mappings** tab, click **Add Mapping**. Select a data model and the API call type you want to map. Identify calls will create and update user profiles and Group calls will create and update account profiles. Fill in the fields on screen to create the desired mappings, and click **Create Mapping** to complete the configuration. Repeat this step to configure multiple mappings.
2925
6. Enable the configured mapping(s).
3026
7. On the **Settings** tab, click the **Enable Destination** toggle, and then click **Save Changes** to enable the Segment Profiles destination.
@@ -36,8 +32,5 @@ To enable the Segment Profiles destination to send data to an existing Profile s
3632
### API Calls and MTUs
3733
The Segment Profiles destination is not subject to API call or MTU costs. Any users or accounts created and updated by the Segment Profiles destination will not count towards your API call or MTU usage.
3834

39-
### Error loading options from Segment Profiles
40-
Make sure you have a Public API token in your settings. If the Segment Profiles Destination doesn’t have a Public API token in the settings, the **Select Mappings** section fails to find any Profile (Engage) Spaces, which means you can't set your mappings.
41-
4235
### Succesful syncs but no changes on profiles
4336
Make sure that the Endpoint Region setting matches the region of your workspace. If the region is correct and you don't see any profile changes, [contact Segment](https://segment.com/help/contact/){:target="_blank"}.

0 commit comments

Comments
 (0)