ワンクリックで
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