원클릭으로
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.