Back to Documentation Overview

campaignClickStats

public static campaignClickStats(string uid, string cid)

Get an array of the urls being tracked, and their click counts for a given campaign

Section:
Campaign Stats
Parameters:
uid the id for your user account. Get by calling login($user, $pass)
cid the campaign id to pull stats for (can be gathered using campaigns($id))
Returns:
struct   -  list of urls and their associated statistics
Returned Fields:
integer clicks Number of times the specific link was clicked
integer unique Number of unique people who clicked on the specific link
Add New Note User Contributed Notes for campaignClickStats
No notes, yet... Will you be the first??