An open API service indexing awesome lists of open source software.

https://github.com/amrrs/qualtrics_siteintercept_py

Sample Python code to extract Survey SiteIntercept Impressions from Qualtrics API
https://github.com/amrrs/qualtrics_siteintercept_py

python qualtrics qualtrics-api siteintercept

Last synced: 3 months ago
JSON representation

Sample Python code to extract Survey SiteIntercept Impressions from Qualtrics API

Awesome Lists containing this project

README

        

# Qualtrics_SiteIntercept_Py
Sample Python code to extract Survey Impressions from Qualtrics API

## How to use this code:

* Install required Packages
* Update the Survey SiteIntercept IDs in the Code
* Update Qualtrics User ID and its token in the code
* Execute/Run the code to get your tabular results printed

**Requirements:**
* Python version 2.x.x
* Modules:
* requests
* pandas
* json
* datetime
* Survey SiteIntercept IDs
* Quatlrics ID and token with API access enabled (and access to respective Survey SiteIntercept IDs)

## Future Development:

* Extracting *Clicks* (another metric that SiteIntercept provides) along with *impressions*
* Adding alternate code for Python 3.x.x compatibility
* Ability to extract Historic Data
* Plotting Trends

## Links:

* [Qualtrics - SiteIntercept Login](https://eu.qualtrics.com/SiteIntercept/)
* [Qualtrics Site Intercept REST API Documentation](https://survey.qualtrics.com/WRAPI/SiteIntercept/docs.php)