一键导入
get-cids-under-mcc
Retrieves a list of all child customer account IDs (CIDs) under a given Manager Account (MCC).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Retrieves a list of all child customer account IDs (CIDs) under a given Manager Account (MCC).
用 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.
Inspects any Google Ads API Protobuf resource, nested message or Enum structure.
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 | get-cids-under-mcc |
| description | Retrieves a list of all child customer account IDs (CIDs) under a given Manager Account (MCC). |
Retrieves all child accounts under a specified Google Ads Manager Account (MCC).
./.venv/bin/python3 .agents/skills/get_cids_under_mcc/scripts/get_cids_under_mcc.py --customer_id <mcc_account_id> --api_version <api_version>
--save_csv: Saves the results directly to a CSV file in saved/csv/.--print_cids: Prints the detailed table of child customer accounts (Customer ID, Level, Is MCC) to the console../.venv/bin/python3 .agents/skills/get_cids_under_mcc/scripts/get_cids_under_mcc.py --customer_id <mcc_account_id> --api_version <api_version> --save_csv --print_cids
Found X child accounts under MCC Y.).--print_cids): Displays a formatted table of child accounts.--save_csv): Saves the results to saved/csv/cids_under_mcc_<mcc_account_id>.csv and prints a success confirmation.