Native Ads Publisher API
NA
Native Ads Publisher API
/publisher/reports/widget

/publisher/reports/widget

Returns publisher statistics split by widget

liveunknown~3s typical
reportsnative
$0.0020
per call
plus $0.001 platform fee per run
Public API, no upstream charge
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-nativeads-com /publisher/reports/widget for me.

Input

FieldTypeDescription
token*stringNative Ads Publisher API authentication token default null
startDate*stringstart date in format YYYY-MM-DD default null
endDate*stringend date in format YYYY-MM-DD default null
limit*integermaximum number of results per page default 100
page*integerpage 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/widget","input":{"token":"...","startDate":"...","endDate":"...","limit":100,"page":1}}'
cli
npx cracked-ai run -p oa-nativeads-com -e /publisher/reports/widget -i '{"token":"...","startDate":"...","endDate":"...","limit":100,"page":1}'
mcp
run_tool({ provider: "oa-nativeads-com", endpoint: "/publisher/reports/widget", input: {"token":"...","startDate":"...","endDate":"...","limit":100,"page":1} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.