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
- Host: GitHub
- URL: https://github.com/amrrs/qualtrics_siteintercept_py
- Owner: amrrs
- Created: 2017-09-02T15:26:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-02T16:32:22.000Z (almost 8 years ago)
- Last Synced: 2025-01-15T12:01:27.179Z (5 months ago)
- Topics: python, qualtrics, qualtrics-api, siteintercept
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)