engagement.json 301 B

123456789101112131415
  1. {
  2. "engagements": [
  3. {
  4. "occurred_on": "2017-04-20",
  5. "impressions_count": null,
  6. "views_count": null,
  7. "clicks_count": 10,
  8. "shares_count": null,
  9. "favorites_count": null,
  10. "comments_count": null,
  11. "ad_spend": null,
  12. "is_cumulative": true
  13. }
  14. ]
  15. }