Unbounce
Unbounce (opens in a new tab) is a provider of conversion optimization tools and technology for marketers that help small and mid-size businesses optimize conversions and accelerate growth.
Prerequisites
In order to integrate with Unbounce, you'll need to collect the following information:
Name | Description |
---|---|
Domain* | The domain (default: api.unbounce.com) |
Unbounce API Key* | The API key. Refer to Unbounce's Getting Started (opens in a new tab) doc to learn more. |
Unbounce Client ID* | The OAuth 2.0 client ID for your application. Refer to Unbounce's Getting Started (opens in a new tab) doc to learn more. |
Unbounce Client Secret* | The OAuth 2.0 client secret for your application. Refer to Unbounce's Getting Started (opens in a new tab) doc to learn more. |
Redirect URL* | The value of the URL_ENCODED_CLIENT_REDIRECT_URI for the application. Refer to Unbounce's Getting Started (opens in a new tab) doc to learn more. |
Integrating with Unbounce
To integrate an existing system with Unbounce:
- Navigate to Data map → View Systems and choose the system that you want to connect.
- Click on the Integrations tab.
- Pick the vendor or system type that you want to integrate with from the Connection type drop-down menu.
- Complete the required fields for the integration and click Save.
You may confirm your connection is working using the Test connection button, if desired.
To learn more, please see our guide for Managing Integrations.
Technical detail
Fides utilizes API endpoints to access the API service for a SaaS application. An API service is the programmatic interface through which Fides can query and update data within an application to access, rectify, or delete personal information. Each SaaS tool will have a unique set of endpoints to enable privacy functions.
Unbounce Endpoints
In the table below, you can find which endpoints are used for each type of privacy function. Clicking on the endpoint will take you to the documentation for that endpoint.
Privacy function | Endpoint | Description |
---|---|---|
Access Request | Accounts Pages (opens in a new tab) | Retrieve a list of all pages for the specified account. |
Access Request | Pages Lead ID (opens in a new tab) | Get info of single Lead. |
Erasure Request | Pages Lead Deletion (opens in a new tab) | Creates a request to asynchronously delete one or more leads for a given page. NOTE: this endpoint cannot be used with API keys (OAuth only) |
By default, deletion requests are fulfilled by masking personal information. To enable Fides to delete personal information, ensure the masking_strict
variable in your fides.toml
file is set to false
.