The Advally XenForo plugin includes a privacy opt-out that lets individual users disable advertising data sharing. When opted out, the plugin stops generating a hashed identifier for that user’s session.

What Data Is Shared

When a logged-in user visits a page with Advally ads, the plugin generates a SHA-256 hash of the user’s email address (normalized to lowercase with any +tag and Gmail dots removed). This hash is passed to the Adligature ad platform for frequency capping and cross-site identity purposes. The original email address is never transmitted — only the one-way hash.

User Opt-Out

Users can disable this behavior in their XenForo account settings:

  1. Go to Account → Privacy.
  2. Check Disable advertising data sharing.
  3. Save.
XenForo Account Privacy page showing the Disable advertising data sharing checkbox
The opt-out checkbox appears under Account → Privacy

When this option is checked, the plugin skips SHA-256 hash generation entirely for that user’s ad requests. No identifier is passed to Adligature.

GDPR Considerations

The SHA-256 email hash is a pseudonymous identifier. While it cannot be directly reversed to an email address, it can still constitute personal data under GDPR if the receiving party can link it back to an individual. Consider:

  • Including this data sharing in your forum’s Privacy Policy.
  • Surfacing the opt-out checkbox prominently during user registration or in your cookie/consent banner.
  • Disabling hash sharing for all EU users by default if you operate under strict GDPR interpretation.

The opt-out is stored in the xf_user_option table per user and persists across sessions and devices.

Related Articles

  • Advally WordPress Plugin

    What it is The Advally Advertising plugin is the official Adligature ad integration for WordPress sites. It is the WordPress counterpart to the XenForo 2 plugin that runs on Audiokarma, Audizine, and the other forum properties — same ad stack, same targeting model, same revenue protections, expressed in WordPress terms. In one sentence: it loads…

    Read More

  • Using 1Password with Advally (sharing access securely)

    We never send passwords by email, text, or chat. Advally shares logins and credentials with you — and collects the access we need to set things up — through 1Password, a secure shared vault. It works both ways and takes about five minutes to set up. 1. Accept your invitation You’ll get an email invite…

    Read More

  • Advally XenForo 2 Plugin: Beta Feedback Widget

    The Beta Feedback Widget is a floating feedback button built into the Advally XenForo plugin for Advally WebOps publishers only. It allows trusted forum users (typically admins and moderators) to submit feedback about the plugin directly from the live forum, creating a ticket in the Advally WebOps support queue. The widget only appears on sites…

    Read More