Velora — Lead & Ad Analytics

Description

Velora answers one question for a shop owner: which advertising brings back more money than it costs.

It counts each order once, across Google, Meta and every other paid channel, so two platforms cannot both claim the same sale. It shows what each channel returns per euro spent. And it names the step of the funnel that loses the most people — not as a chart to interpret, but as a sentence.

This plugin is the part that runs on your site. It is deliberately thin: it records which pages a visit saw and what was ordered, and sends that to your Velora account. No analytics logic runs in PHP, so it does not slow your site down.

What it does

  • Records page views and the campaign parameters a visit arrived with (UTM tags, Google and Meta click ids).
  • Sends WooCommerce orders — the order value and currency, not the shopper.
  • Detects form submissions from Contact Form 7, WPForms, Gravity Forms, Elementor Pro Forms and Fluent Forms.
  • Lets you mark specific pages as goals, for shops where the conversion is a booking or a call rather than an order.
  • Waits for consent. Nothing is linked to a returning visitor until your cookie banner says yes.

What it does not do

It does not store names, addresses, phone numbers or payment details. IP addresses are truncated before they are stored. It sets no third-party cookie and follows nobody across other websites.

External services

This plugin requires a Velora account and sends data to Velora’s API at https://api.veloraapp.io. Without that account the plugin does nothing — there is no local-only mode.

What is sent, and when

  • On each page view, once the visitor’s consent allows it: a random visitor identifier, the page URL, the referrer, the campaign parameters in the URL, the browser’s user-agent string, screen and window size, and a timestamp.
  • When a WooCommerce order is placed: the order identifier, its value and currency, and the timestamp. Where you enable it in Velora’s settings, a SHA-256 hash of the buyer’s e-mail address, used only to recognise a repeat customer. The e-mail itself is never sent.
  • When a tracked form is submitted: which form it was, the page it was on, and the timestamp.
  • Once, when you connect the site: your site’s URL, exchanged for the credential the plugin then uses to authenticate.

Data is processed on servers in the European Union and kept for three years, then deleted. You can erase everything at any time from Velora’s settings.

Velora is operated by Vertexly s. r. o., Karpatské námestie 10A, 831 06 Bratislava – Rača, Slovak Republic.

  • Terms of service: https://veloraapp.io/terms
  • Privacy policy: https://veloraapp.io/privacy
  • Data processing agreement: https://veloraapp.io/dpa

Installation

  1. Install the plugin through the WordPress plugins screen, or upload the folder to /wp-content/plugins/velora-analytics.
  2. Activate it.
  3. Open the Velora menu item and click Connect to Velora. You will be sent to veloraapp.io to sign in, and returned here automatically.

That is the whole setup. The plugin finds your forms and your WooCommerce hooks by itself.

FAQ

Do I need a Velora account?

Yes. The plugin is the client half of a hosted service; on its own it has nothing to report to.

Does it slow my site down?

The tracking script is small and sent with navigator.sendBeacon, which does not block the page. No analytics calculation happens on your server.

Is it GDPR compliant?

It is built for it. Nothing is linked to a person before consent, IP addresses are truncated on arrival, no personal contact details are collected, and a data processing agreement is in place with every account. Your visitors’ data stays in the EU and is deleted after three years.

What happens if a visitor declines cookies?

They are counted as one anonymous visit — enough to keep the funnel honest, never enough to recognise them again.

Does it work without WooCommerce?

Yes. Form submissions and goal pages work on any WordPress site. WooCommerce adds order values, which is what makes the revenue side possible.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Velora — Lead & Ad Analytics” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.3

  • Documented the external service the plugin depends on, per directory guidelines: what is sent, when, where it is processed, and how long it is kept.
  • Text domain now matches the directory slug, so translations actually load.
  • Admin redirects go through wp_safe_redirect(), with the portal host allow-listed rather than trusted implicitly.
  • Every cookie value read from a consent plugin is unslashed and sanitised.
  • The public event endpoint now accepts requests only from pages on this site, only while the site is connected, and only within a per-address rate limit.
  • Separated the plugin and author URIs.
  • Tested against WordPress 7.1.

1.0.0

  • First public release: page and campaign tracking, WooCommerce order events, form detection for five form plugins, goal pages, consent gating, and one-click connection to a Velora account.