X
🐾 Coming from PetMatchPro 6.x? Version 8 adds real adoption analytics, similar-animal suggestions, SEO-friendly URLs, and overlay badges. See What's New →
PetMatchPro
  • Partners
    • AnimalsFirst
    • PetPoint
    • RescueGroups
  • What’s New
  • Shop
  • Demo
  • FAQ
  • Knowledge Base
  • About Us
  • Contact Us
  • My Account
  • Cart
Select Page
Green rocket icon for Getting Started documentation category

Getting Started

6
  • Activate Your License
  • Setup Wizard Walkthrough
  • Connecting Your Shelter System
  • Understanding License Tiers
  • Creating Your First Search Page
  • Creating Your First Detail Page
Blue code brackets icon for Shortcodes and Configuration documentation category

Shortcodes & Configuration

12
  • Shortcode Builder
  • [pmp-search] Reference
  • [pmp-details] Reference
  • [pmp-detail] Reference
  • [pmp-option] Reference
  • Parameters by License Tier
  • Common Shortcode Recipes
  • Pagination Setup
  • Excluding Values
  • Search Filter Button
  • Detail Button Hover Text
  • Search Card Hover Text
Purple palette icon for Templates and Design documentation category

Templates & Design

7
  • Search Templates Gallery
  • Detail Templates Gallery
  • Poster Templates
  • Theme Template Overrides
  • Color Customization
  • Font Size Customization
  • Detail Title Formats
Orange image with star icon for Icons and Overlays documentation category

Icons & Overlays

6
  • Understanding Pet Icons
  • Understanding Overlays
  • Icon Reference Gallery
  • Customizing Icon Display
  • Value-Based Icons
  • Icon Size Customization
Teal tag icon for Labels and Customization documentation category

Labels & Customization

3
  • Custom Labels Guide
  • Changing Labels via Filtering
  • Custom Currency & Date Formats
Blue funnel icon for Filters and Search documentation category

Filters & Search

5
  • Setting Up Search Filters
  • Species & Breed Filtering
  • Filter Value Management
  • Excluding Values via Filtering
  • Partner-Specific Filter Options
Violet chain link icon for Partner Integration Guides documentation category

Partner Guides

3
  • AnimalsFirst Integration Guide
  • PetPoint Integration Guide
  • RescueGroups Integration Guide
Red bar chart icon for Analytics and Tracking documentation category

Analytics & Tracking

7
  • Understanding PMP Analytics
  • GA4 Configuration
  • Google Tag Manager Setup
  • Leveraging Analytics
  • WP-Cron Requirements for PetMatchPro Analytics
  • Queue Health and Tools
  • Privacy and Data Retention
Amber wrench icon for Troubleshooting and FAQ documentation category

Troubleshooting

15
  • Common Error Messages
  • API Connection Issues
  • Template Not Found Errors
  • Theme Template Override Not Loading
  • Performance & Caching Best Practices
  • Animals Not Displaying
  • Stale Content / Cache Issues
  • Styling Conflicts
  • Empty Field Display
  • Analytics Queue Stuck or WP-Cron Not Running
  • Premium Feature Not Appearing After Upgrade
  • Troubleshoot the PetMatchPro Shortcode Builder
  • Reading PMP Debug Logs
  • wp-config.php Configuration Constants
  • How to Contact Support
Lightbulb icon representing PetMatchPro best practices guides for homepage layouts, button strategy, performance tuning, and template selection

Best Practices

10
  • Featuring Animals on Your Homepage
  • Adding Animals to Sidebars and Other Pages
  • Using Banners and Subtitles Effectively
  • Overlays and Icons for Quick Visual Cues
  • Writing Effective Detail Page Instructions
  • Button Configuration for Conversion
  • Optimizing Performance with API Caching
  • Customizing Typography and Icon Sizes
  • Lost and Found Search Best Practices
  • Template Selection Guide
View Categories
  • Home
  • Knowledge Base
  • Analytics & Tracking
  • Google Tag Manager Setup

Google Tag Manager Setup

1 min read

Google Tag Manager Setup #

Requires Preferred license.

Google Tag Manager (GTM) gives you a flexible way to manage PetMatchPro analytics tracking alongside other marketing and analytics tags. This guide covers how to set up GTM to capture PetMatchPro events.

Prerequisites #

  • A Google Tag Manager account and container
  • GTM installed on your WordPress site
  • PetMatchPro Analytics tracking enabled

Step 1: Set Up Your GTM Container #

  1. Go to tagmanager.google.com.
  2. Create a container for your website if you don’t have one.
  3. Install the GTM snippet on your WordPress site (using a plugin like “Insert Headers and Footers” or your theme’s header settings).

Step 2: Create a GA4 Configuration Tag #

  1. In GTM, go to Tags > New.
  2. Select Google Analytics: GA4 Configuration.
  3. Enter your GA4 Measurement ID (G-XXXXXXXXXX).
  4. Set the trigger to All Pages.
  5. Name it “GA4 Configuration” and save.

Step 3: Create Event Tags for PetMatchPro #

Create GA4 Event tags to capture PetMatchPro onclick events:

Detail View Event Tag #

  1. Create a new tag: Google Analytics: GA4 Event.
  2. Select your GA4 Configuration tag.
  3. Event name: pmp_detail_view.
  4. Add event parameters for animal_id, animal_name, species, method_type.

Action Click Event Tag #

  1. Create a new tag: Google Analytics: GA4 Event.
  2. Event name: pmp_action_click.
  3. Add event parameters for action_type, animal_id, animal_name.

Share Click Event Tag #

  1. Create a new tag: Google Analytics: GA4 Event.
  2. Event name: pmp_share_click.
  3. Add event parameters for share_platform, animal_id, animal_name.

Step 4: Set Up Triggers #

Create triggers that fire your event tags when PetMatchPro onclick events occur:

  1. Go to Triggers > New.
  2. Select Custom Event as the trigger type.
  3. Enter the PetMatchPro event name (e.g., pmp_detail_view).
  4. Assign the trigger to the corresponding event tag.

Step 5: Test with Preview Mode #

  1. In GTM, click Preview in the top right.
  2. Enter your website URL.
  3. Browse your PetMatchPro search and detail pages.
  4. Verify that events fire correctly in the GTM debug panel.
  5. Check that event parameters contain the expected data.

Step 6: Publish Your Container #

Once you’ve verified everything works in preview mode:

  1. Click Submit in the top right of GTM.
  2. Add a version name (e.g., “PetMatchPro Event Tracking”).
  3. Click Publish.

Tips #

  • Always test in preview mode before publishing to ensure events fire correctly.
  • Use descriptive tag names like “GA4 – PMP Detail View” so you can find them later.
  • Mark key events as conversions in GA4 (e.g., adoption application clicks) to track what matters most.

Next Steps #

  • GA4 Configuration — Direct GA4 setup (alternative to GTM)
  • Leveraging Analytics — Use data to improve adoptions
Google Tag Manager Setup ultima modifica: 2026-03-25T19:23:38-04:00 da PetMatchPro
Updated on April 29, 2026

What are your Feelings

  • Happy
  • Normal
  • Sad

Share This Article :

  • Facebook
  • X
  • LinkedIn
  • Pinterest
GA4 ConfigurationLeveraging Analytics

Submit a Comment Cancel reply

Your email address will not be published. Required fields are marked *

Table of Contents
  • Google Tag Manager Setup
    • Prerequisites
    • Step 1: Set Up Your GTM Container
    • Step 2: Create a GA4 Configuration Tag
    • Step 3: Create Event Tags for PetMatchPro
      • Detail View Event Tag
      • Action Click Event Tag
      • Share Click Event Tag
    • Step 4: Set Up Triggers
    • Step 5: Test with Preview Mode
    • Step 6: Publish Your Container
    • Tips
    • Next Steps

© Copyright 2018-2026 by PetMatchPro, All Rights Reserved

  • Privacy Policy
  • Terms of Use
  • Disclaimer
  • Login