=== Amplitude (Beta)===
Contributors: amplitude
Tags: amplitude, analytics, web analytics, google analytics, tag manager
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Stable tag: 0.1.2
License: Expat License
Unlock the full potential of your WordPress site with the official Amplitude Analytics plugin.
== Description ==
Unlock the full potential of your WordPress site with the official Amplitude Analytics plugin. This powerful tool brings comprehensive analytics about your Wordpress site directly into your Amplitude dashboard, enabling data-driven decisions to enhance user engagement, retention, and conversion.
As always, we’re here to help! If you experience any issues or have questions not addressed by the FAQ below, don't hesitate to contact us at plugins@amplitude.com
## Key Features
- **Seamless Integration**: Easily connect your WordPress site with Amplitude's analytics without touching a line of code.
- **Out of the Box Event Tracking**: Start tracking events to measure page views, sessions, clicks, and more out of the box to measure what matters most to your business.
- **Real-Time Insights**: Access real-time data on user behavior, conversion rates, and engagement directly from your dashboard in Amplitude.
- **User Journeys**: Understand your audience's journey through your site to optimize pathways and increase retention.
- **Retention Analysis**: Use cohort analysis and retention reports to keep users coming back.
- **Feature Optimization**: Identify which features drive engagement and which need improvement.
- **Behavioral Cohorts**: Drill down into your data with powerful segmentation capabilities based on user behaviors and engage with your users through our many email marketing integrations.
- **Collaborative Analytics**: Share insights across your team with built-in collaboration tools.
Whether you're looking to improve user experience, increase conversions, or drive engagement, the Amplitude Analytics plugin for WordPress provides the data and insights you need to succeed.
## Supported Metrics:
WordPress teams will find value in metrics related to user engagement, content performance, and conversion rates. Track everything from page views and user sessions to custom events tailored to your site's unique interactions.
### Empower Your WordPress Site with Data-Driven Insights
Make informed decisions to grow your WordPress site with Amplitude Analytics. For more information on getting started and maximizing your use of Amplitude, visit our documentation and support resources [here](https://help.amplitude.com/hc/en-us)
== Terms, Conditions, and Disclosures ==
Amplitude may collect user data about your usage of our plugin. Please see our [privacy policy](amplitude.com/privacy) to understand our policies and practices regarding the information that we collect.
Your use of the [Amplitude Services](https://amplitude.com) is subject to the terms and conditions of the relevant [customer agreement](https://amplitude.com/legal) that you have executed with Amplitude, unless you have entered into a written master subscription agreement with Amplitude, in which case the most recent written master subscription agreement will govern your use of the Amplitude Services.
== Installation ==
Installing the Amplitude Analytics plugin is straightforward. Follow our step-by-step guide to connect your site to Amplitude in minutes. Once installed, configure your event tracking and start gaining insights immediately.
1. First, download the plugin.
2. Open the plugin’s settings page in Wordpress
3. On the Amplitude Settings page:
- Enter the relevant Amplitude project’s API key in the text field. Instructions on locating your API key within Amplitude are available [here](https://www.docs.developers.amplitude.com/analytics/find-api-credentials/)
- (Optional) Enable [Session Replay](https://amplitude.com/blog/introducing-session-replay) in addition to [Analytics](https://amplitude.com/amplitude-analytics):
- Select the Enable Session Replay checkbox
- Drag the slider to indicate your preferred Session Replay Sample Rate. More information about the sampling rate is available [here](https://www.docs.developers.amplitude.com/session-replay/sdks/standalone/#sampling-rate)
- Select Save Changes
== Frequently Asked Questions ==
=How can I contact you?=
If you experience any issues or have questions not addressed by this FAQ, don't hesitate to contact us at plugins@amplitude.com
=Where can I find my API key?=
You can find your API key within project settings, see [here](https://www.docs.developers.amplitude.com/analytics/find-api-credentials/) for detailed instructions.
=Do I need to do anything special if my Amplitude account is EU-based?=
Yes, select the "Set Server Zone to EU" checkbox in Amplitude settings and save.
=How does the plugin work?=
The plugin installs an advanced version of our [Browser SDK](https://www.docs.developers.amplitude.com/data/sdks/typescript-browser/), adding the [Browser SDK script](https://www.npmjs.com/package/@amplitude/analytics-browser) before the tag of each of your website’s pages, and enables an advanced version of [Default Event Tracking](https://www.docs.developers.amplitude.com/data/sdks/typescript-browser/#configuration).
If the [Session Replay](https://amplitude.com/blog/introducing-session-replay) checkbox is checked, the plugin also installs and activates the [Session Replay SDK](https://www.docs.developers.amplitude.com/session-replay/sdks/plugin/) with the [sampling rate](https://www.docs.developers.amplitude.com/session-replay/sdks/plugin/#sampling-rate) you've selected.
=What events does the plugin track?=
In addition to the [standard set](https://www.docs.developers.amplitude.com/data/sdks/typescript-browser/#configuration) of default events the plugin's advanced version of DET also captures :
- Element Clicked
- Element Changed
=Is this Autotrack?=
Generally, companies like Heap define their Auto-track/Autocapture capabilities as a comprehensive set of interactive tracking that captures every user interaction. Default Event Tracking Advanced targets two specific types of interactions, and our click tracking targets specific element types (like links, buttons, inputs, etc.) to limit the amount of noise in the data. Continuing to be intentional about the data we collect with our solutions helps mitigate a problem we've called out in the past with these solutions: tracking everything creates a lot of noise in the data.
=Will this impact our event volume?=
Yes. While we've limited click tracking to specific element types, this will count each click the same way as a precisely tracked event. The amount of the increase depends mainly on the organization. Companies just getting started with very few precisely-tracked events would significantly increase their event volume. At the same time, an org with an extensive tracking plan may experience a smaller change. (For example, we saw a 20-30% increase when we implemented it on our site).
=Where can I find the source code and documentation for the scripts added by the plugin?=
- Amplitude Browser SDK ([documentation](https://www.docs.developers.amplitude.com/data/sdks/browser-2/)) ([source code](https://github.com/amplitude/Amplitude-TypeScript/tree/main/packages/analytics-browser)) ([releases](https://github.com/amplitude/Amplitude-TypeScript/releases?q=analytics-browser&expanded=true))
- Advanced Default Event Tracking Plugin ([source code](https://github.com/amplitude/Amplitude-TypeScript/tree/v1.x/packages/plugin-default-event-tracking-advanced-browser)) ([releases](https://github.com/amplitude/Amplitude-TypeScript/releases?q=plugin-default-event-tracking-advanced-browser&expanded=true))
- Session Replay Plugin ([documentation](https://www.docs.developers.amplitude.com/session-replay/sdks/plugin/)) ([source code](https://github.com/amplitude/Amplitude-TypeScript/tree/v1.x/packages/plugin-session-replay-browser)) ([releases](https://github.com/amplitude/Amplitude-TypeScript/releases?q=plugin-session-replay-browser&expanded=true))
== Screenshots ==
1. Get real-time insights you need to drive growth
2. Instantly connect with Amplitude without any code
3. See playbacks of paths users take on your website
4. Simply click to track any element on your website
== Upgrade Notice ==
Before proceeding with the update, we strongly recommend you back up your website's database. This precautionary step helps ensure that your valuable data remains safe and recoverable in the highly unlikely event of an issue during the update process.
== Changelog ==
= 0.1.2: April 15, 2024 =
- Update: Update post activation redirection logic
= 0.1.1: April 15, 2024 =
- New: Initial release