| Home | Services | Forums |
campaigns.getList
Returns a list of visitor sessions. This is the data that is very specific to each visitor on your site and will return visitors who are currently active on your site as well as the history of visitors. Once you have a visitor id, you can get the click paths by using the visitors.getClickPath method.
Request Parameters
active (Optional) - true or false. If true, will return only active campaigns. If false, will return all campaigns. Default is true.
Method URL Sample