- Help Center
- Developers
- Code Samples
Admin API Example of Batch Export
Provided are two examples of scripts that batch export data from SiteSpect with the Admin API
- The following is an example done in Perl to batch export all active-running campaigns Performance Matrix data from a site. This uses the Admin API to batch export and save each to a file. Please see comments in the attached zip file (export_campaigndata.pl.zip).
- The following is an example done in Python to batch export all active-running campaigns raw data daily from a site. This uses the Admin API to batch export and save each to a file. Please see the attached zip file (daily_export.py.zip).