ワンクリックで
inspect-object
Inspects any Google Ads API Protobuf resource, nested message or Enum structure.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Inspects any Google Ads API Protobuf resource, nested message or Enum structure.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Explains Google Ads API concepts, code snippets, or queries in plain English using real-world analogies.
Extracts the version from agent.json and makes it available during the session.
Retrieves a list of all child customer account IDs (CIDs) under a given Manager Account (MCC).
Configures Asset Group URL expansion filters (listing group webpage exclusions) for Performance Max campaigns.
Presents a response as a step-by-step process for the user to follow.
Investigates conversion upload issues and generates a structured diagnostic report based on Google Ads API conversion summaries and alerts.
| name | inspect-object |
| description | Inspects any Google Ads API Protobuf resource, nested message or Enum structure. |
This skill enables you to dynamically inspect any Google Ads API resource structure, message type, or Enum values. It must be used whenever you need to verify the structural fields and enums of API objects rather than guessing.
Execute the inspection utility script in the virtual environment:
./.venv/bin/python3 .agents/skills/inspect_object/scripts/inspect_object.py --object_name <object_name> --api_version <api_version>
Campaign resource structure:./.venv/bin/python3 .agents/skills/inspect_object/scripts/inspect_object.py --object_name Campaign --api_version v24
CampaignStatusEnum enums:./.venv/bin/python3 .agents/skills/inspect_object/scripts/inspect_object.py --object_name CampaignStatusEnum --api_version v24