بنقرة واحدة
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.