API Reference

Google AdSense

Analyze AdSense revenue data — earnings, page views, impressions, clicks, CTR, CPC, RPM.

← All docs
all core 10 API calls

Plugin ID: google-adsense

API calls

Every tool Google AdSense exposes. Click a call to see its full parameter schema.

Invoking from code

Authenticate with a bearer token, then call any tool above. This example runs get_adsense_summary for the google-adsense app.

curl -X POST https://api.kiap.ai/api/plugin/call \
  -H "Authorization: Bearer cbk_..." \
  -H "Content-Type: application/json" \
  -d '{ "pluginId": "google-adsense", "toolName": "get_adsense_summary", "args": {} }'