Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计通过

google-ads-ecommerceGoogle ADS ecommerce 搜索

Agent Skill

google-ads-ecommerce 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

559

周安装

24

GitHub Stars

19

下载量

196
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:google-ads-ecommerce(Google ADS ecommerce 搜索)
来源仓库:https://github.com/finsilabs/awesome-ecommerce-skills
仓库路径:skills/google-ads-ecommerce
安装命令:
npx skills add https://github.com/finsilabs/awesome-ecommerce-skills --skill google-ads-ecommerce
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/finsilabs/awesome-ecommerce-skills --skill google-ads-ecommerce

简介

用于查找和筛选 Google Ads 电商广告相关资源。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中进行商品推广与购物广告投放。
  • 支持产品目录同步、动态广告与再营销策略检索。
  • 安装前需核实电商平台对接权限与 API 配额。
  • google-ads-ecommerce 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Google Ads Ecommerce

Overview

Google Ads captures high-intent buyers at the bottom of the funnel through Shopping ads and Search. A well-structured account combines Performance Max (PMax) for automated coverage and conversion tracking via Google Tag. Reliable conversion tracking is the foundation everything else depends on — before optimizing campaigns, ensure your purchase conversion tag is firing correctly.

When to Use This Skill

  • When launching a new Google Ads account for an ecommerce store
  • When conversion tracking is broken or under-reporting (common after iOS/browser changes)
  • When implementing Enhanced Conversions to recover lost signal
  • When setting up Google Merchant Center for the first time
  • When migrating from Standard Shopping to Performance Max campaigns
  • When diagnosing why Smart Bidding is not spending the budget efficiently

Core Instructions

Step 1: Connect your store to Google

Every platform has a native Google integration — start here before touching the Google Ads interface.


Shopify

  1. Go to Shopify Admin → Sales Channels → Google and install the Google & YouTube channel app
  2. Connect your Google Ads account and Google Merchant Center account
  3. Shopify automatically creates the Google product feed and syncs inventory in real time
  4. Go to Google & YouTube → Overview → Conversion Tracking and verify the purchase conversion tag is connected
  5. This channel handles the Google Tag installation, product feed, and basic conversion tracking automatically — no manual tag setup required for most stores

For Enhanced Conversions (recovers signal lost to cookie restrictions):

  1. In your Google Ads account, go to Goals → Conversions → Settings → Enhanced Conversions
  2. Enable Enhanced Conversions for Web
  3. In Shopify, the Google channel app sends hashed customer email alongside purchase events automatically

WooCommerce

  1. Install the Google Listings & Ads plugin (free, official Google plugin) from the WordPress plugin directory
  2. Go to WooCommerce → Google Listings & Ads and connect your Google account
  3. The plugin automatically creates a product feed for Google Merchant Center and installs conversion tracking
  4. For Enhanced Conversions: install Google Tag Manager plugin and configure EC through GTM (see Custom/Headless section for GTM setup)

Alternative: install WooCommerce Google Analytics plugin and manually add the purchase conversion event tag.


BigCommerce

  1. Go to BigCommerce Admin → Channel Manager → Google Shopping
  2. Connect your Google Merchant Center account — BigCommerce automatically generates the product feed
  3. For conversion tracking: go to BigCommerce → Advanced Settings → Google Analytics and add your Google Tag (gtag.js) ID
  4. Or install the Google Tag Manager app from the BigCommerce App Marketplace and configure conversion tracking in GTM

Custom / Headless

Add Google Tag (gtag.js) to every page and fire the purchase conversion on the confirmation page:

<!-- In <head> — replace AW-CONVERSION_ID with your account ID -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-CONVERSION_ID"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){ dataLayer.push(arguments); }
  gtag('js', new Date());
  gtag('config', 'AW-CONVERSION_ID');
</script>

On the order confirmation page, fire the purchase conversion:

// Include user_data BEFORE the conversion event for Enhanced Conversions
gtag('set', 'user_data', {
  email: order.customerEmail,      // Google hashes client-side
  phone: order.customerPhone,
  address: {
    first_name: order.customerFirstName,
    last_name: order.customerLastName,
    postal_code: order.shippingAddress.zip,
    country: order.shippingAddress.countryCode,
  },
});

gtag('event', 'conversion', {
  send_to: 'AW-CONVERSION_ID/CONVERSION_LABEL',
  value: order.subtotal,
  currency: order.currencyCode,
  transaction_id: order.id,       // prevents duplicate counting
  new_customer: order.isFirstOrder,
});

For maximum signal reliability, deploy a server-side Google Tag Manager container — this bypasses browser ITP/cookie restrictions. Contact Google or a certified GTM partner to deploy sGTM.

Step 2: Set up Google Merchant Center

  1. Create a Merchant Center account at merchants.google.com
  2. Verify and claim your domain under Business Information → Website
  3. If using Shopify or WooCommerce with the official plugins, the product feed is already connected — go to Products → Feeds to verify the sync is active
  4. For custom/headless stores, see @google-shopping-feed for feed generation
  5. Check Products → Diagnostics for disapproved products and fix issues before launching campaigns

Step 3: Create a Performance Max campaign

In Google Ads (ads.google.com):

  1. Go to Campaigns → New Campaign → Sales
  2. Select Performance Max as the campaign type
  3. Set budget: minimum $50/day to start; the algorithm needs data
  4. Set a conservative Target ROAS to start: if you need 4x ROAS, set 300% initially and increase after 2 weeks of data
  5. Create asset groups organized by product category:
Asset Group 1: Bestsellers
  Final URL: /collections/bestsellers
  Headlines (15): focus on social proof — "Top Rated", "5-Star Reviews", "#1 Bestseller"
  Images: product lifestyle shots + white-background product images (both required)
  Videos: 15s and 30s product demos (upload at least one)
  Audience signals: Past purchasers (upload customer list), Product viewers (7-day list)

Asset Group 2: New Arrivals
  Final URL: /collections/new
  Headlines: "Just Dropped", "New for [Season]", "Shop the Latest"
  Audience signals: Instagram engagers, fashion/lifestyle interest segments

Asset Group 3: Sale / Clearance
  Final URL: /collections/sale
  Headlines: "Up to 50% Off", "Final Sale", "Limited Time"
  1. Under Audience Signals, upload your customer email list (from Klaviyo or Shopify) to create a seed audience for lookalike targeting

Step 4: Configure Smart Bidding correctly

Smart Bidding requires conversion data to optimize. Do not set ROAS targets until you have 30+ conversions in the last 30 days.

Ramping schedule:

  • Week 1: Set to "Maximize Conversion Value" (no ROAS target) — let the algorithm learn
  • Week 2: Review actual ROAS. If it is above your target, set a ROAS target at 80% of actual
  • Week 4+: Gradually increase ROAS target by 10% every week until you find the efficiency-volume balance

Conversion Value Rules — set these to bias the algorithm toward new customers:

  1. In Google Ads, go to Goals → Conversions → Conversion Value Rules
  2. Add a rule: "New customer" → Multiply conversion value by 1.3
  3. This trains the algorithm to prefer acquiring new customers over retargeting existing ones

Step 5: Monitor and optimize weekly

MetricAction if off target
Impression Share lost to budgetIncrease daily budget
Impression Share lost to rankImprove product feed quality (titles, images); increase ROAS ceiling
PMax spending on branded queriesAdd brand terms as campaign-level negative keywords
Low conversion rate on ShoppingCheck that landing page price matches feed price exactly; fix product page CRO

In Google Ads: Reports → Predefined Reports → Shopping → Shopping performance by product — identifies which specific products have the highest ROAS and which are wasting budget.

Best Practices

  • Use transaction_id on every purchase conversion — prevents duplicate conversion counting from page refreshes
  • Enable Enhanced Conversions before launching Smart Bidding — the algorithm needs quality signal; missing data causes erratic spend
  • Check feed quality in Merchant Center Diagnostics weekly — feed quality is the #1 Shopping ranking factor; missing GTINs and poor titles hurt impression share
  • Exclude branded queries from PMax — add brand terms as negative keywords at the campaign level so you are not paying for branded searches that would convert anyway
  • Provide all available product images — products with 3+ images get higher quality scores and better ad placement
  • Set campaign budgets at 3–5x your target CPA initially — underfunded campaigns prevent the algorithm from accumulating the data it needs to optimize

Common Pitfalls

ProblemSolution
Double-counting conversionsAdd transaction_id to the conversion tag and enable "Deduplicate conversions" in Google Ads conversion settings
PMax spending all budget on branded queriesAdd brand terms as campaign-level negatives or run a separate branded Search campaign at higher priority
GMC feed disapprovedCheck Merchant Center Diagnostics; most common: missing GTIN, price mismatch with website, broken image links
Smart Bidding enters "limited" statusEnsure 30+ conversions in the last 30 days; temporarily switch to Maximize Conversion Value to accumulate data
Enhanced Conversions match rate under 30%Send email in lowercase trimmed format; include phone and address for higher match probability

Related Skills

  • @google-shopping-feed
  • @meta-ads-integration
  • @marketing-attribution-dashboard
  • @ecommerce-seo
  • @conversion-rate-optimization

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.01%
按下载量换算73

Claude

33.17%
按下载量换算65

Cursor

17.31%
按下载量换算34

Gemini CLI

9.79%
按下载量换算19

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills