Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moreonion/webform_tracking
https://github.com/moreonion/webform_tracking
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/moreonion/webform_tracking
- Owner: moreonion
- Created: 2016-03-24T14:33:49.000Z (almost 9 years ago)
- Default Branch: 7.x-2.x
- Last Pushed: 2022-03-17T08:38:33.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T23:17:06.198Z (9 months ago)
- Language: PHP
- Size: 55.7 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Webform tracking
================...collects data about your users and associates it with their
[webform](https://drupal.org/project/webform) submissions.Collected data includes:
* External referer: external page your user came from (if any)
* Entry page: first page on your site visited by this user
* Internal referer: last page your user visited before the form
* Form url: url of the page, the submitted webform was displayed on. Might
differ from the url of the webform itself it was embedded as a block for
example.
* A user id, if possibleAs well as the following (easily extendable) GET-parameters (set them in the
links your share!):* tags
* source
* medium
* version
* otherWebform tracking respects Do-Not-Track by default, but site-administrators
can choose to ignore it.Webform tracking can be configured to wait for an event from a cookiebar by setting `webform_tracking_wait_for_event` to that event's name.
developed by [more onion](http://more-onion.com)