Lyftrondata Unbounce Provider
The Lyftrondata API Profile for Unbounce allows you to query data from Unbounce. The Unbounce profile is a single file (i.e. unbounce.apip) which is meant to be used with the Lyftrondata API Driver. The profile contains the table definitions and other Unbounce specific metadata that the Lyftrondata API Driver uses to connect to Unbounce.
To use the Unbounce Profile set the Profile property of Lyftrondata API Driver to the path of the Unbounce profile, as well as the other connection properties specified in the documentation below. Once the Lyftrondata API Driver has been configured, you can issue SQL queries to access data from any of the Unbounce Tables.
Connecting to Unbounce
Using OAuth Authentication
You must first register an application with Unbounce. Go to https://developer.unbounce.com/getting_started/ and fill Register OAuth Application form.
After setting the following in ProfileSettings connection property, you are ready to connect:
- OAuthClientId: Set this to the Client Id that is specified in your app settings.
- OAuthClientSecret: Set this to Client Secret that is specified in your app settings.
- CallbackURL: Set this to the Redirect URI you specified in your app settings.
- InitiateOAuth: Set this to GETANDREFRESH. You can use InitiateOAuth to manage the process to obtain the OAuthAccessToken.