원클릭으로
pmax-listing-filter
Configures Asset Group URL expansion filters (listing group webpage exclusions) for Performance Max campaigns.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Configures Asset Group URL expansion filters (listing group webpage exclusions) for Performance Max campaigns.
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).
Inspects any Google Ads API Protobuf resource, nested message or Enum structure.
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 | pmax-listing-filter |
| description | Configures Asset Group URL expansion filters (listing group webpage exclusions) for Performance Max campaigns. |
This skill provides verified webpage listing group filtering capability for Performance Max campaigns. It establishes webpage partition trees (subdivision trees) without the need for Page Feeds.
Execute the webpage filter script to validate or construct the webpage exclusion tree on an Asset Group:
./.venv/bin/python3 .agents/skills/pmax_listing_filter/scripts/create_pmax_webpage_filter.py \
--customer_id <customer_id> \
--asset_group_id <asset_group_id> \
--url_exclusion <url_exclusion_path> \
--api_version <api_version>
--execute: Runs the actual mutation on the API (omitting this performs a standard validate_only=True dry-run verification)../.venv/bin/python3 .agents/skills/pmax_listing_filter/scripts/create_pmax_webpage_filter.py \
--customer_id 12345678 \
--asset_group_id 98765 \
--url_exclusion /blog \
--api_version v24
./.venv/bin/python3 .agents/skills/pmax_listing_filter/scripts/create_pmax_webpage_filter.py \
--customer_id 12345678 \
--asset_group_id 98765 \
--url_exclusion /blog \
--api_version v24 \
--execute