Aller au contenu
wheremyflow
Fonctionnalités Tarifs Comparatif Manifeste Aide Audit Contact Démo Connexion

Outbound links

Any click on an <a href> pointing to a domain other than yours fires an outbound_link event automatically. Visible under Content → Outbound links.

Captured properties

  • outbound_url — the full destination URL.
  • outbound_host — just the hostname (useful for grouping).
  • link_text — the link text (max 200 chars).

Internal domains

The snippet treats as internal:

  • The domain of your data-site (and its subdomains).
  • Every domain listed in data-wmf-domains on the <script> tag:
<script
  defer
  src="https://wheremyflow.com/w.js"
  data-site="YOUR_SITE_ID"
  data-wmf-domains="example.com,blog.example.com,docs.example.com"
></script>

Anything not listed becomes outbound.

Disable

On a specific link:

<a href="https://partner.com" data-wmf-ignore>Our partner</a>