action nativeads_get_publisher_reports_widget { label: "get_publisher_reports_widget" description: "Returns publisher statistics split by widget" provider: nativeads method: GET path: "/publisher/reports/widget" encoding: json input: { type: "object" properties: { endDate: { type: "string" } limit: { type: "string" } page: { type: "string" } startDate: { type: "string" } token: { type: "string" } } required: ["endDate", "limit", "page", "startDate", "token"] additionalProperties: false } output: { type: "object" additionalProperties: true } }