Skip to content

Sample Python code to extract Survey SiteIntercept Impressions from Qualtrics API

Notifications You must be signed in to change notification settings

amrrs/Qualtrics_SiteIntercept_Py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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:

About

Sample Python code to extract Survey SiteIntercept Impressions from Qualtrics API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages