How to Pull Traffic Dimension Reports via the CAKE API

This article will cover the following:

When to use these endpoints:
Use these dimensional reporting endpoints to analyze traffic quality, identify geo and device patterns, and optimize creative and landing page performance across your network.
Authentication: All CAKE API requests require your api_key parameter. Find yours under Setup → System Access → API Keys.
Part of a series: This focused guide covers specific endpoints from the complete CAKE API — Reporting reference, which documents all available endpoints for this feature area.

Available Endpoints

Daily Report

Aggregates performance by day — use to track daily trends, spot traffic anomalies, or build time-series charts in external dashboards.

When to use: Build time-series performance charts, detect daily traffic anomalies, or automate daily performance emails.
GET /api/2/report/daily.json
ParameterTypeRequiredDescription
api_keystringYesYour CAKE API key.
start_datedateYesStart date (YYYY-MM-DD).
end_datedateYesEnd date (YYYY-MM-DD).
offer_idintegerNoFilter by offer.
affiliate_idintegerNoFilter by affiliate.
advertiser_idintegerNoFilter by advertiser.

Sample request

GET https://yourdomain.cakemarketing.com/api/2/report/daily.json?api_key=YOUR_API_KEY&start_date=2026-01-01&end_date=2026-01-07&offer_id=12345

Sample response

{ "request_status": "Success", "response": { "data": { "rows": [ { "date": "2026-01-01", "clicks": 1200, "conversions": 44, "payout": 792.00, "revenue": 968.00 }, { "date": "2026-01-02", "clicks": 1350, "conversions": 52, "payout": 936.00, "revenue": 1144.00 } ] } } }


If you have any questions, please reach out to your dedicated CAKE Client Success Manager/Account Manager or contact the CAKE Support Team at support@getCAKE.com.



If you have any questions, please reach out to your dedicated CAKE Client Success Manager/Account Manager or contact the CAKE Support Team at support@getCAKE.com.

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.