Wired Plus API Documentation

API v1 Guide

Account

Automation

Contacts

Dynamic Rows

Lists

Campaigns

Transactional Emails

Lead Score

Products

Carts

Orders

Custom Fields

GET GetCampaignActivities

Retrieves details of campaign activities.

Input and output parameters

The input and output parameters for this method are:

*denotes required field.

Input Parameter Name Type/Info
campaign_id integer, a specific campaign to get activities for.
event enum, clicks|opened activities.
date_from date, yyyy-mm-dd start date of data range.
date_to date, yyyy-mm-dd end date of data range.
contact_id integer, a specific contact to get activities for.
skip integer, start of the result range, paginate results.
select integer, number of results to return. Maximum of 500.
Outputs:
  • An array with all the campaign activities (details below).

Examples

Curl

    
    
    

PHP

    
    


jQuery

    
    


Result Format JSON