← All guides

WordPress / WooCommerce · ~4 min

Install on WordPress

Upload the official plugin or paste the snippet. WooCommerce purchases can be attributed server-side.

Examples use Site ID yourdomain.com — replace with yours from onboarding or Settings.

  1. 01

    Download the plugin

    Get revfast-analytics.php from RevFast (Settings → Site). Or use Plugins → Add New → Upload.

  2. 02

    Upload & activate

    WordPress admin → Plugins → Add New → Upload Plugin → choose the file → Activate.

  3. 03

    Paste your connect key

    In the plugin settings, paste the ros_… connect key from RevFast (not your domain name).

    yourdomain.com
  4. 04

    Alternative: header snippet

    If you prefer no plugin, paste this in a header injection plugin or header.php before </head>.

    <script
      defer
      data-website-id="yourdomain.com"
      data-domain="yourdomain.com"
      src="https://revfast.app/tracker.js"
    ></script>
  5. 05

    WooCommerce

    The official plugin hooks thank-you and sends purchase with ros_uid cookies when present. Enable WooCommerce if you sell on WP.

Install with AI

Paste into Cursor or Copilot — swap in your real Site ID first.

Install RevFast on WordPress for site yourdomain.com.

Preferred: use the plugin at https://revfast.app/integrations/wordpress/revfast-analytics.php with connect key "yourdomain.com" and origin "https://revfast.app".

Fallback: enqueue this script on the front-end only (not wp-admin), excluding logged-in users if possible:

<script
  defer
  data-website-id="yourdomain.com"
  data-domain="yourdomain.com"
  src="https://revfast.app/tracker.js"
></script>

If WooCommerce is active, attribute orders on thank-you using visitor cookies ros_uid / ros_sid.

Related

Stuck? Email hello@revfast.app or open onboarding → Need help?