EventRelay – Bridge for PixelYourSite and Sublium

Description

This is an independent plugin by Betatech. It is not affiliated with, endorsed by, or an official product of PixelYourSite or Sublium.

PixelYourSite Pro only enables “Exclude renewals from the Purchase event” when official WooCommerce Subscriptions is installed. Stores that use Sublium Subscriptions cannot turn those checkboxes on, so every automatic renewal is sent to connected pixels as a new Purchase.

This plugin is a small third-party bridge. It does not fork PixelYourSite. It detects Sublium renewals and blocks those Purchase events using PixelYourSite’s own filters and APIs.

What it does

  • Blocks Purchase (browser and Conversion API / Measurement Protocol) for Sublium automatic and/or manual renewals
  • Unlocks the greyed-out renewal checkboxes on PixelYourSite WooCommerce Events
  • Sends PixelYourSite’s FirstTimeBuyer event with Purchase on a customer’s first paid order
  • Never sends FirstTimeBuyer on a Sublium renewal
  • Keeps a readable dashboard of what was sent or blocked

What you should see

  • First paid checkout: Purchase sent, FirstTimeBuyer sent
  • Repeat one-time customer: Purchase sent, FirstTimeBuyer not sent
  • Sublium renewal: Purchase blocked, FirstTimeBuyer not sent

Requirements

WordPress will not activate this plugin unless Sublium Subscriptions (free) is installed (Requires Plugins):

  • WordPress 6.0 or later
  • PHP 7.4 or later
  • Sublium Subscriptions (sublium-subscriptions-for-woocommerce)
  • PixelYourSite free or Pro (runtime; Pro is not in the WordPress.org directory)
  • WooCommerce 7.0 or later (needed at runtime because Sublium and PixelYourSite Woo events use it)

Sublium Pro is an add-on and is not required. PixelYourSite Pro works without the free plugin.

Screenshots

Installation

  1. Upload the eventrelay-for-pixelyoursite-and-sublium folder to /wp-content/plugins/
  2. Activate EventRelay – Bridge for PixelYourSite and Sublium through the Plugins screen
  3. Open EventRelay in the WordPress admin menu
  4. Confirm PixelYourSite (free or Pro) and Sublium Subscriptions (free) are active

FAQ

Is this an official PixelYourSite or Sublium plugin?

No. It is a third-party integration developed and owned by Betatech. It is not affiliated with PixelYourSite or Sublium.

Does this replace PixelYourSite?

No. It only bridges PixelYourSite to Sublium Subscriptions so renewal exclusion and FirstTimeBuyer work.

Which plugins must be installed?

Sublium Subscriptions (free) is declared in Requires Plugins (sublium-subscriptions-for-woocommerce). PixelYourSite free or Pro must also be active; Pro is detected at runtime because it is not in the WordPress.org directory. WooCommerce is not a header dependency, but tracking stays off until WooCommerce is available.

Do I need official WooCommerce Subscriptions?

No. If WooCommerce Subscriptions is not installed, the plugin provides the helpers PixelYourSite already calls. If it is installed, Sublium renewals are included in those results.

Will the original checkout order be blocked?

No. The first order that creates the subscription is never treated as a renewal.

Where is the activity log?

Open EventRelay in the admin menu. The last 150 decisions are also written to WooCommerce Status Logs (eventrelay).

Reviews

There are no reviews for this plugin.

Contributors & Developers

“EventRelay – Bridge for PixelYourSite and Sublium” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.2.4

  • Rename to EventRelay – Bridge for PixelYourSite and Sublium to make third-party ownership clear
  • Require only the Sublium free directory slug so WooCommerce and PixelYourSite Pro are not activation blockers
  • Add capability checks on settings save and PixelYourSite setting sync

1.2.3

  • Detect Sublium renewals using _sublium_wcs_subscription_renewal and Sublium’s own sublium_order_contains_renewal() helper
  • Treat Sublium payoff orders as renewals, and leave upgrades / resubscribes as new sales

1.2.2

  • Detect WooCommerce Subscriptions renewal orders and show them in Blocked even when PixelYourSite skips silently
  • Order checker and order-screen box so you can confirm whether a renewal will be blocked

1.2.1

  • Group the activity log by order so destinations sit under one order card

1.2.0

  • Dashboard for sent and blocked events
  • FirstTimeBuyer on a customer’s first paid sale
  • Activity log and settings

1.0.0

  • Initial release