pucklabs/wpforms-events

Track WPForms impressions and submissions as Matomo events.

Maintainers

Details

git.imnotsoup.com/wpforms-events

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Type:wordpress-plugin

0.1.0.1 2020-03-29 03:29 UTC

This package is not auto-updated.

Last update: 2024-05-06 18:24:03 UTC


README

Track impressions and submissions to your WPForms forms as Matomo events.

Installation

If you use composer ( and you should ), install with:

composer require pucklabs/wpforms-events

Otherwise, download the files and copy them to your plugins directory.

Setup

  1. In your WordPress Admin, navigate to WPForms -> Settings -> Integrations
  2. Select "Matomo Event Tracking"
  3. Select "+ Add New Account"
  4. Enter your Site ID, Matomo Auth Token, Server URL, and an account nickname.

The Site ID can be found in your Matomo dashboard ( https://matomo.org/faq/general/faq_19212/ )

The Auth Token can also be found in your Matomo dashboard ( https://matomo.org/faq/general/faq_114/ )

The Server URL is the full URL to your Matomo installation, including the protocol ( ex. https://myserver.com )

The Account Nickname can be any identifying string. It is useful if you want to configure multiple accounts.

There is no need to setup connections on individual forms. Events will be tracked for all forms with a category of "Form," an action of "impression" or "submission," and a name matching the title of the form.

Events are generated server-side, so they work even if you do not have Matomo javascript loaded on the page.