NA
Native Ads Publisher API
/publisher/reports/daily
/publisher/reports/daily
Returns publisher statistics split by date
liveunknown~3s typical
reportsnative
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-nativeads-com /publisher/reports/daily for me.
Input
| Field | Type | Description |
|---|---|---|
| token* | string | Native Ads Publisher API authentication token default null |
| startDate* | string | start date in format YYYY-MM-DD default null |
| endDate* | string | end date in format YYYY-MM-DD default null |
| limit* | integer | maximum number of results per page default 100 |
| page* | integer | page number default 1 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"oa-nativeads-com","endpoint":"/publisher/reports/daily","input":{"token":"...","startDate":"...","endDate":"...","limit":100,"page":1}}'cli
npx cracked-ai run -p oa-nativeads-com -e /publisher/reports/daily -i '{"token":"...","startDate":"...","endDate":"...","limit":100,"page":1}'mcp
run_tool({ provider: "oa-nativeads-com", endpoint: "/publisher/reports/daily", input: {"token":"...","startDate":"...","endDate":"...","limit":100,"page":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.