Connecting to Amplitude
Amplitude uses API keys to control access to the API. Get your API Key and Secret Key from your project's Settings page. You can then set the Api-Key and SecretKey in ProfileSettings connection property to the API Key and Secret Key, respectively. Note that the SecretKey is not required, as some stored procedures only require the API-Key to be specified.
Example connection string:
Profile=C:\profiles\Amplitude.apip;ProfileSettings='Api-Key=your_project_api_key';
Connection Properties
The connection string properties are the various options that can be used to establish a connection. This section provides a complete list of the options you can configure in the connection string for this provider.
| Property | Description |
| Api-Key | Your Amplitude project API Key. |
| SecretKey | Your Amplitude project Secret Key. |