Skip to content
This repository was archived by the owner on Jun 20, 2026. It is now read-only.
This repository was archived by the owner on Jun 20, 2026. It is now read-only.

[Market Research] GTM competitor analysis & product roadmap #100

Description

@BryceEWatson

[Market Research] GTM competitor analysis & product roadmap

Summary

This issue synthesizes market research on tracking/migration tools for Shopify stores. Our goal is to inform feature development and pricing for TYOS Migrator. The research is based on internal docs (GTM Strategy & Competitive Intelligence) and external sources (Shopify documentation, competitors’ websites). It outlines the looming deadlines for checkout.liquid sunset and Google Consent Mode v2, quantifies the Shopify merchant base, compares competing apps and pricing, identifies assumptions/unknowns, and proposes actionable engineering tasks. Context and citations are provided so Claude code can build the right features.

Drivers & Deadlines

  • Checkout.liquid sunset – Shopify has deprecated checkout.liquid and script tags; Plus merchants must migrate to checkout extensions by August 28 2025【51842989981953†L128-L136】. This affects all custom scripts (including analytics) on Thank‑You and Order Status pages.
  • Consent Mode v2 – Google requires websites using its services to implement Consent Mode v2 for EU/EEA users by March 2024【368450064235801†L203-L210】. Without it, ad personalization, remarketing and measurement will stop working【368450064235801†L203-L210】.
  • Market size – Shopify has ~2.66 million active stores【356335342321943†L49-L54】; Shopify Plus has ~46,170 domains (~30,780 merchants)【759806022269683†L19-L22】. Plus merchants have stricter compliance requirements and higher budgets.

Competitive Landscape

Competitor Core value proposition Pricing & terms Sources
Elevar Data layer + server‑side tracking across 40+ channels; session enrichment; user identity graph; conversion monitoring; offers expert installation & support. Essentials $200/mo, Growth $450/mo, Business $950/mo; includes order‑volume tiers and add‑ons like installation ($1k+)【28129733712046†L84-L123】. Elevar pricing page【28129733712046†L84-L123】.
Trackify X Pixel engine managing Facebook, Instagram, TikTok & Snapchat; audience feed builder; server‑side APIs; UTM analytics and catalog feed【437949165157053†L70-L84】. Plans by Shopify tier: Basic $8.99/mo, Grow $18.99/mo, Advanced $28.99/mo, Plus $38.99/mo, Plus+ $59.99/mo【437949165157053†L70-L156】. Trackify pricing page【437949165157053†L70-L156】.
Triple Whale Full analytics and attribution suite: dashboards, proprietary pixel, anomaly detection, AI recommendations, cohort analysis and product analytics【914953066533301†L119-L166】. Revenue‑based pricing: Growth $129–$3,599/mo (scales with GMV), Pro $199–$3,799/mo, Enterprise $279–$4,499/mo【914953066533301†L119-L179】. SMB Guide review【914953066533301†L119-L179】.
Littledata Server‑side tracking connecting GA4, Meta, TikTok and Klaviyo; improves abandoned‑cart flows; offers support SLAs (plus plan). $99–$999+/mo depending on volume (internal research doc)【973311604588443†L15-L17】. Internal doc【973311604588443†L15-L17】.
Analyzify Turnkey server‑side tracking; one‑click integration; dashboard; enhanced conversions; consent‑mode v2 compatibility【605844721858082†L112-L131】. $945/year (one‑time annual fee)【605844721858082†L61-L64】. Shopify app listing【605844721858082†L61-L64】【605844721858082†L112-L131】.
TagFly Simple Google Tag Manager setup for GA4, Google Ads, Facebook and TikTok; server‑side tracking bypasses iOS limits; prebuilt GTM containers; multi‑channel pixel management; GDPR/CCPA compliance【152667981004723†L117-L138】. Free plan with free trial (paid tiers not clearly documented on listing)【152667981004723†L117-L138】. Shopify app listing【152667981004723†L117-L138】.
Analyzely GA4 integration and event tracking; dashboards and ecommerce reports; server‑side event integration; GDPR‑friendly tracking【956647018512730†L124-L131】. Free plan; Pro $19/mo or $95.88/year【956647018512730†L179-L204】. Shopify app listing【956647018512730†L124-L131】【956647018512730†L179-L204】.
Conversios (CS) No‑code server‑side tracking for GA4, Google Ads, Meta, TikTok & Snapchat; automatic event tracking; dashboards; uses Google Cloud servers【6194908577344†L103-L121】. Free plan: up to 5 orders then $0.35 per extra; Basic $60/mo, Growth $120/mo, Enterprise $699/year for unlimited orders【6194908577344†L170-L243】. Shopify app listing【6194908577344†L170-L243】.

Additional notes

  • Many competitors emphasize analytics dashboards and multi‑pixel management. Few promise one‑click migration from legacy script tags to Shopify Web Pixel API or built‑in Consent Mode v2. This is TYOS Migrator’s differentiator.
  • Some competitors (Triple Whale, Elevar) price based on GMV or order volume; TagFly and Analyzely offer free/low‑cost plans for basic users. There is an opportunity to offer a mid‑range price point (~$100–$200/mo) for TYOS Migrator as suggested in our GTM strategy doc【973311604588443†L15-L18】.

Assumptions & Unknowns

  • Order volume metrics: Competitor pricing is often tied to monthly orders (1k, 5k, etc.) but our current app does not track order volume. We assume we will use order count or merchants’ plan (e.g., Standard/Plus) as usage metric. This needs validation via customer interviews.
  • Consent Mode compliance coverage: We assume March 2024 enforcement applies globally for EU/EEA visitors【368450064235801†L203-L210】. If merchants operate exclusively outside those regions, compliance might be optional.
  • Merchant willingness to pay: We assume Plus merchants will pay $100–200/month based on competitor pricing and urgency; actual willingness depends on perceived value. Upcoming customer interviews should validate this.
  • Feature parity with Shopify’s native pixels: Shopify may introduce built‑in migration tools before 2025, potentially impacting our value proposition. We monitor the risk of “Shopify native solution”【973311604588443†L229-L234】.

Recommendations for TYOS Migrator

  1. Automated one‑click migration engine (P0)

    • Build a migration engine that scans existing checkout.liquid and script tags, extracts analytics code (Google Tag Manager, GA4, Meta pixel, etc.), and converts them into Shopify Web Pixel API calls. Provide a preview and rollback. See sample GraphQL mutation for creating web pixels【973311604588443†L175-L201】.
    • Integrate Google Consent Mode v2 by default. The engine should insert ad_user_data and ad_personalization parameters and respect user consent settings【368450064235801†L266-L274】.
    • Use a modular adapter pattern so future channels (e.g., Snapchat, Pinterest) can be added easily.
  2. Consent banner integration (P0)

    • Offer a built‑in consent banner or integrate with CMP partners (Termly, OneTrust) to satisfy Consent Mode v2 requirements【368450064235801†L276-L285】.
    • Provide fallback logic if merchants already use their own consent banner (detect and hook into existing banner events).
  3. Pricing & usage tracking (P1)

    • Implement usage tracking (orders processed per month and number of connected pixels) to support tiered pricing similar to Elevar and Conversios【28129733712046†L84-L123】【6194908577344†L170-L243】. Expose usage metrics in the admin dashboard.
    • Offer a free development-store plan and a graduated pricing model: e.g., Starter ($99/mo up to 2k orders), Growth ($199/mo up to 5k orders), Scale ($399/mo unlimited + premium support). Provide an optional one‑time migration fee ($499) for full done‑for‑you setup.
  4. Multi‑channel pixel management (P1)

    • Support out‑of‑the-box integration with GA4, Google Ads, Meta CAPI, TikTok, Snapchat, Klaviyo and other platforms. Manage multiple pixels per channel (e.g., Facebook Business Manager accounts) similar to Trackify【437949165157053†L70-L156】.
    • Include server‑side event forwarding and advanced features like session enrichment and identity resolution (optional add‑on), inspired by Elevar【28129733712046†L84-L123】.
  5. Analytics dashboard and attribution (P2)

    • Provide a lightweight dashboard showing conversion events, consent metrics and pixel status. This differentiates us from minimal trackers like TagFly/Analyzely but stops short of full BI solutions like Triple Whale.
    • For merchants needing deeper attribution or AI recommendations, integrate with third‑party tools via API or upsell to partners (e.g., Triple Whale integration).
  6. Onboarding & support (P2)

    • Create onboarding flows tailored to Plus vs. Standard merchants; include migration wizard, usage-based pricing calculator and step‑by‑step checklist.
    • Provide documentation and video tutorials; schedule webinars ahead of the August 2025 deadline.
  7. Risk mitigation & monitoring (P2)

    • Monitor Shopify’s announcements to anticipate any native migration solution【973311604588443†L229-L234】.
    • Track regulatory updates on consent and data privacy across regions (EU, US states, Canada, etc.). Adjust features accordingly.

Proposed PR Plan

Milestone Description Tasks Owner
Week 1: Migration engine prototype Build core functions to parse existing script tags and create Web Pixel API calls. Integrate Consent Mode v2 parameters. – Implement GraphQL mutation wrapper (see doc)【973311604588443†L175-L201】.
– Build parser for analytics scripts (GA4, Meta, TikTok).
– Add consent parameter injection.
Engineering team
Week 2: Consent banner & usage tracking Integrate third‑party CMP or build minimal consent banner. Add backend usage tracking for orders/pixels. – Evaluate CMP APIs (Termly, OneTrust).
– Add middleware to capture order count & pixel connections.
– Create admin UI for usage metrics.
Engineering, Product
Week 3–4: Pricing & dashboard Finalize pricing tiers and implement subscription logic. Build basic analytics dashboard. – Add Stripe/Billing integration.
– Create front‑end components for dashboards (orders processed, pixel events).
– Beta-test with 10 Plus merchants.
Engineering, Design
Week 4+: Multi‑channel & support Expand connectors (Snapchat, Pinterest). Develop help center. Prepare marketing campaign. – Add additional pixel adapters.
– Produce onboarding docs and tutorials.
– Coordinate with marketing for webinars and store listing updates.
Engineering, Marketing

Attachments

A Markdown version of this issue is stored in market_research_issue.md (included in attachments). Use the citations above when referencing facts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions