Campaign report

GET
/campaigns/campaign-id/campaign_report

Get report for campaign

Query parameters

start_date Include content after this in the calculation
end_date Include content before this in the calculation
GET https://analytics-api.flockler.com/v1/campaigns/92/campaign_report
{
  "campaign_report": {
    "id": "92",
    "entries": 40,
    "contributors": 40,
    "new_contributors": 39,
    "engagement": 1061,
    "potential_reach": 105870,
    "instagram": {
      "posts": 26,
      "id": "66b9e9da-1fc9-4c7e-88e5-3f7f617035a1",
      "stat1": 962,
      "stat1_median": 30,
      "stat1_std_dev": 26.592364433307658,
      "stat2": 44,
      "stat2_median": 1,
      "stat2_std_dev": 2.2492602334174534
    },
    "twitter": {
      "posts": 14,
      "id": "15124be8-ad10-47fa-b203-afa4c8a894a6",
      "stat1": 64,
      "stat1_median": 2,
      "stat1_std_dev": 6.683821465879763,
      "stat2": 0,
      "stat2_median": 0,
      "stat2_std_dev": 0.0,
      "stat3": 62,
      "stat3_median": 1,
      "stat3_std_dev": 6.253162465211226
    },
    "facebook": {
      "posts": 0,
      "id": "f2da572c-0795-4b37-8c7e-485efae7624a",
      "stat1": 0,
      "stat1_median": null,
      "stat1_std_dev": null,
      "stat2": 0,
      "stat2_median": null,
      "stat2_std_dev": null,
      "stat3": 0,
      "stat3_median": null,
      "stat3_std_dev": null
    },
    "linkedin": {
      "posts": 0,
      "id": "5b6d5bc6-51f4-440f-8342-80300cfde648",
      "stat1": 0,
      "stat1_median": null,
      "stat1_std_dev": null,
      "stat2": 0,
      "stat2_median": null,
      "stat2_std_dev": null
    }
  }
}
Field Data type Description values
entries integer Total amount of entries in this campaign
engagement integer Total amount of likes, retweets and comments on all of the entries.
id integer ID of the report. This is same as the campaign's ID.
potential_reach integer Total number of followers of users who shared the content
instagram embedded Hash containing information about campaign's Instagram content. See also, field descriptions.
twitter embedded Hash containing information about campaign's Twitter content. See also, field descriptions.
facebook embedded Hash containing information about campaign's Facebook content. See also, field descriptions.