=== Digger By Digtective ===

Contributors: Digtective
Donate link: https://digtective.com
Tags: business, serverless tracking, analytics, ad attribution
Requires at least: 1.0.1
Tested up to: 6.7
Stable tag: 1.2.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Requires PHP: 8.1

Connect your Wordpress site to Digger to allow for ad attribution and sales cycle tracking for correct ad analytics.

== Description ==

The plugin gives instant implementation of Digger by Digtective on your website by connecting it to the Digger app. Digger is a tool for cookieless tracking of online advertising and conversions (including delayed, offline conversions) with 100% accuracy while maintaining GDPR and ePrivacy compliance. In addition to WordPress, Digger connects with your CRM, your ecommerce platform, Google Analytics, Google Ads,  and many other services. Plugins are available for quick self-service onboarding for most major platforms.

Read our Terms of Service here:
https://digtective.com/software-as-a-service-saas/

And our Privacy Policy here:
https://digtective.com/privacy-statement-eu/
https://digtective.com/cookie-policy/

== Compressed Content ==

Our frontend is build with React and requires compilation to build the files.
Reference of the code can be found on the public repository here: https://github.com/Digtective-AS/digger-wordpress-plugin-fe

== Session Management ==

Our plugin is a GDPR tracking system. Due to the needs of GDPR we have to do all our tracking via the server without collecting personal data.
For this very reason our app uses ```session_start()``` on every page. The data stored in the session is then used in our tool to get correct attribution.

== Third Party Integrations ==

1. Hubspot
We use hubspot's API to connect to their custom Forms and get the data necessary for tracking.

This API is provided by HubSpot, as seen in their documentation: https://developers.hubspot.com/.
The urls used right now are:
*.hsforms.net or just hsforms.net depending on the usage.
