Title: No Cookie Analytics – By Arfa
Author: arfarehman
Published: <strong>27. maj, 2026</strong>
Last modified: 27. maj, 2026

---

Søg plugins

![](https://ps.w.org/no-cookie-analytics-by-arfa/assets/icon-256x256.png?rev=3551305)

# No Cookie Analytics – By Arfa

 Af [arfarehman](https://profiles.wordpress.org/arfarehman/)

[Download](https://downloads.wordpress.org/plugin/no-cookie-analytics-by-arfa.1.0.7.zip)

 * [Detaljer](https://da.wordpress.org/plugins/no-cookie-analytics-by-arfa/#description)
 * [Vurderinger](https://da.wordpress.org/plugins/no-cookie-analytics-by-arfa/#reviews)
 *  [Installation](https://da.wordpress.org/plugins/no-cookie-analytics-by-arfa/#installation)
 * [Udvikling](https://da.wordpress.org/plugins/no-cookie-analytics-by-arfa/#developers)

 [Support](https://wordpress.org/support/plugin/no-cookie-analytics-by-arfa/)

## Beskrivelse

No Cookie Analytics – By Arfa tracks visits server-side without setting cookies 
in visitors’
 browsers. Data stays in your WordPress database with an admin dashboard,
reports, and optional CSV export.

### Privacy

This plugin stores analytics records in your WordPress database (`wp_ncaba_hits`),
including:

 * Page URL/path
 * Referrer host
 * Browser/OS/device type
 * Anonymized IP hash
 * Session key
 * Country code
 * Timestamp

No raw IP address is stored in the plugin database.

Country detection behavior:

 1. Uses server-provided geolocation headers when available (for example Cloudflare
    or GeoIP
     headers).
 2. Optional external IP geolocation lookup can be enabled by admin consent in plugin
    settings.

When external geolocation is enabled, visitor IP is sent to:

 * Service: [ipapi.co](https://ipapi.co/)
 * Purpose: country lookup only

Site owners must disclose this in their privacy policy before enabling external 
lookup.

### External services

This plugin can optionally use the third-party service ipapi.co for country lookup.
The lookup
 is **disabled by default** and only runs after a site administrator 
explicitly enables the “Allow External Geo Lookup” option in plugin settings.

 * Service: ipapi.co (https://ipapi.co/)
 * What is sent: the visitor’s IP address (only when the option is enabled and no
   server-provided
    geo headers are available).
 * When: at most once per visitor IP per day; the resolved country code is then 
   cached locally.
 * Why: to determine the visitor’s country code for the analytics dashboard.
 * Terms of Service: https://ipapi.co/terms/
 * Privacy Policy: https://ipapi.co/privacy/

If the option is left disabled, the plugin never contacts ipapi.co.

### Features

 * Server-side tracking
 * GDPR-aware design (configure to your legal requirements)
 * No frontend cookies
 * Admin dashboard and home screen widget
 * Pages, Referrers, and Users reports
 * CSV export and settings import/export
 * Local bundled frontend assets (no CDN required)

## Installation

 1. Upload the `no-cookie-analytics-by-arfa` folder to `/wp-content/plugins/` (or install
    through the
     WordPress plugin installer).
 2. Activate the plugin through the **Plugins** screen.
 3. Open the **Analytics** menu in the admin area.

## FAQ

### Does this plugin set cookies?

No. Tracking is performed on the server when pages are requested.

### Where is data stored?

In a custom table in your WordPress database (`wp_ncaba_hits` by default).

## Anmeldelser

Der er ingen anmeldelser for denne widget.

## Bidragsydere & udviklere

“No Cookie Analytics – By Arfa” er open source-software. Følgende personer har bidraget
til dette plugin.

Bidragsydere

 *   [ arfarehman ](https://profiles.wordpress.org/arfarehman/)

[Oversæt “No Cookie Analytics – By Arfa” til dit eget sprog.](https://translate.wordpress.org/projects/wp-plugins/no-cookie-analytics-by-arfa)

### Interesseret i udvikling?

[Gennemse koden](https://plugins.trac.wordpress.org/browser/no-cookie-analytics-by-arfa/),
tjek [SVN repository](https://plugins.svn.wordpress.org/no-cookie-analytics-by-arfa/),
eller abonner på [udviklerloggen](https://plugins.trac.wordpress.org/log/no-cookie-analytics-by-arfa/)
via [RSS](https://plugins.trac.wordpress.org/log/no-cookie-analytics-by-arfa/?limit=100&mode=stop_on_copy&format=rss).

## Ændringslog

#### 1.0.7

 * Removed UTF-8 byte order marks (BOM) from PHP sources so activation no longer
   sends accidental
    output to the browser.
 * Uninstall: reliable table drop, clear all related and legacy cron hooks, and 
   remove cached
    geo lookup transients.
 * Deactivation: clear legacy cleanup cron hook names in addition to the canonical
   event.

#### 1.0.6

 * Renamed plugin to “No Cookie Analytics – By Arfa”; text domain and translation
   template are
    no-cookie-analytics-by-arfa (Domain Path: `/languages`).
 * Main bootstrap file is `no-cookie-analytics-by-arfa.php`; directory slug `no-
   cookie-analytics-by-arfa`.
 * PHP class and constant prefix `NCABA_*` (e.g. `NCABA_VERSION`, `NCABA_Activator`);
   runtime
    identifiers use lowercase `ncaba_*` / `ncaba-` (database table `{prefix}
   ncaba_hits`, options, hooks, AJAX, and asset handles). Legacy `cfaba_*`, `cfba_*`,
   and mistaken `NCABA_*` option keys or table names migrate automatically on upgrade.
 * Plugin URI points to a reliable HTTPS profile page; localized admin strings and
   dashboard JS
    escaping improvements.
 * Bumped tested-up-to header for current WordPress.

#### 1.0.5

 * Previous branding and slug iteration; see older releases for detail.

#### 1.0.4

 * Raised minimum WordPress version to 6.2 for safe `%i` identifier placeholders
   in
    $wpdb->prepare().
 * Hardened admin and cron SQL (prepared statements, `esc_like()` for `LIKE` patterns).
 * Replaced `parse_url()` with `wp_parse_url()`; removed redundant `fclose()` on
   export stream.
 * Settings import notices use per-user transients; validated upload temp files 
   with
    is_uploaded_file().
 * Added readme short description; direct-access guard on settings view template.

#### 1.0.3

 * Bundled Chart.js and Poppins assets locally (removed CDN dependency).
 * Added explicit admin consent toggle for external geolocation lookup.
 * Updated privacy disclosure and reviewer-oriented readme details.

#### 1.0.2

 * Improved admin UI and tooltip behavior.

#### 1.0.1

 * Added richer visitor identity and dashboard/report improvements.

#### 1.0.0

 * Initial release.

## Meta

 *  Version **1.0.7**
 *  Senest opdateret **2 uger siden**
 *  Aktive installationer **Færre end 10**
 *  WordPress-version ** 6.2 eller højere **
 *  Testet op til **6.9.4**
 *  Sprog
 * [English (US)](https://wordpress.org/plugins/no-cookie-analytics-by-arfa/)
 * Tags
 * [analytics](https://da.wordpress.org/plugins/tags/analytics/)[GDPR](https://da.wordpress.org/plugins/tags/gdpr/)
   [no cookies](https://da.wordpress.org/plugins/tags/no-cookies/)[privacy](https://da.wordpress.org/plugins/tags/privacy/)
   [tracking](https://da.wordpress.org/plugins/tags/tracking/)
 *  [Avanceret visning](https://da.wordpress.org/plugins/no-cookie-analytics-by-arfa/advanced/)

## Bedømmelser

Der er endnu ikke indsendt nogen anmeldelser.

[Your review](https://wordpress.org/support/plugin/no-cookie-analytics-by-arfa/reviews/#new-post)

[Se alle anmeldelser.](https://wordpress.org/support/plugin/no-cookie-analytics-by-arfa/reviews/)

## Bidragsydere

 *   [ arfarehman ](https://profiles.wordpress.org/arfarehman/)

## Support

Har du noget at sige? Har du brug for hjælp?

 [Vis supportforum](https://wordpress.org/support/plugin/no-cookie-analytics-by-arfa/)