audit_skill
Proactively detect ad delivery problems: hygiene issues, operational diagnostics, and compliance gaps. Six read-only sub-actions return severity-tagged findings with remediations.
Instructions
OrbiAds proactive audit suite — six sub-actions for quality and compliance analysis.
MODE: read-only (all actions are non-destructive analysis) AUTH: OAuth 2.0 required CREDITS: 0 (all actions free) OUTPUT: Returns a structured markdown report with findings, severity levels (CRITICAL/WARNING/INFO), and recommended remediations. WHEN TO USE: Use audit_skill to proactively detect problems before they impact delivery. • Use hygiene_check for routine health checks (orphaned creatives, stalled orders, mismatched budgets). • Use standards_baseline to verify compliance against a named framework (ISO 27001 ad-ops, IAB, NIST). • Use wrapper_coverage to audit creative wrapper deployment across ad units. • Use estimate_cost to preview credit costs before running expensive operations. NOT the same as audit: audit queries GAM change history; audit_skill analyzes current state. NOT the same as gam_audit: gam_audit is a convenience wrapper combining hygiene_check + ops_diagnostic + standards_baseline in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Sub-operation to perform: • hygiene_check: Scan the network for hygiene issues: orphaned creatives, line items past end date still active, orders with no live line items, creative-line item association gaps. Returns severity-tagged findings. • ops_diagnostic: Diagnose operational delivery problems: underdelivery, pacing issues, targeting conflicts, creative disapprovals. Correlates data across orders/line items/creatives. • standards_baseline: Evaluate the network against a named compliance framework. Requires framework parameter: orbiads_baseline | iso27001_adops | iab_anti_tampering | nist_csf. Returns a pass/fail checklist per control. • wrapper_coverage: Audit CreativeWrapper coverage across ad units and placements. Detects missing wrappers, double-wrapping, and wrapper misconfiguration. • estimate_cost: Preview the credit cost of an operation before executing it. Requires operation_name and parameters. Returns cost in credits and explanation. • export_authoring: Export an authoring-audit CSV of GAM entities (teams, users, custom fields, labels) for governance and compliance reporting. Returns a download URL or inline CSV. | |
| network_code | No | GAM network code (e.g. 12345678). Required for all network-scoped operations. Obtain via select_gam_network or list_accessible_networks. | |
| framework | No | Compliance framework for standards_baseline action. Required when action=standards_baseline. |