一键导入
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