Getting Started
Implementation Notes
This API must be used server 2 server and not from the client-side (given that the API calls contain secret credentials).
The user agent and IP address in the ‘/get-surveys-for-user’ call should be that of the user, as these parameters are used for targeting purposes.
Staging Credentials:
The following credentials are for accessing the Prodege staging environment for testing purposes only. They will not give you access to production data. Your Prodege representative will provide you with production credentials once your integration has been verified (see Staging Integration Test section below).
Staging API Key
stMq9W28CMdEWQr
Staging Secret Key
stdY0rTvRj73WAdSdnaDVcs0cIwNVfJQmTJsvn5eKN3RbUVRn2
Base URL for API Requests to Staging Environment
https://surveypmr.prodegeapisqa.com/prodegemr
Base URL for API Requests to Production Environment
https://surveypmr.prodegeapis.com/prodegemr
Staging Integration Test
The process for handing off production credentials involves first validating your integration in staging by completing the following steps:
Register a panelist with demographic information using /register-user or via survey click into a survey returned by /get-surveys-for-vendor.
Click into a survey returned by /get-surveys-for-user or /get-surveys-for-vendor.
Last updated