Changeset 2104520
- Timestamp:
- 06/12/2019 08:32:24 AM (7 years ago)
- Location:
- segment-for-wp-by-in8-io/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (4 diffs)
-
segment-for-wordpress.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
segment-for-wp-by-in8-io/trunk/README.txt
r2104418 r2104520 2 2 Contributors: juanin8 3 3 Donate link: https://in8.io 4 Tags: segment, tracking, analytics 4 Tags: segment, tracking, analytics, segmentio 5 5 Requires at least: 4.0.1 6 6 Tested up to: 5.2 … … 14 14 == Description == 15 15 16 The original/official Segment Analytics plugin for WordPress has been deprecated and not updated 17 for a few years. I used the original code as the foundation and added extra features, functionality and fixes. 16 The original/official Segment Analytics plugin for WordPress has been deprecated and not updated for a few years. I used the original code as the foundation and added extra features, functionality and fixes. 17 18 I will try to write more documentation. It's all very self-explanatory if you've worked with Segment, but hit me up if you have any questions, suggestions or ideas. 19 20 * Built-in support for Ninja Forms and Gravity Forms 21 * Supports WooCommerce events, you can re-name them and also include some data in the identify call 22 * Supports client side (JS API) and server-side tracking (HTTP API) 23 * Ability to filter out roles, custom post types and the admin area 24 * Rename your events, and easily include userID and email properties in each one 25 * Ability to include custom user traits in identify calls using meta keys 18 26 19 27 == Installation == … … 21 29 1. Upload the plugin zip file through the Plugins section of your site. 22 30 2. Activate the plugin through the 'Plugins' menu in WordPress. 23 3. Enter your API keys into the plugin and choose your events/settings.31 3. Enter your Segment API keys into the plugin and choose your events/settings. 24 32 25 33 == Upgrade Notice == 26 34 27 Please back things up before using this plugin! 28 Bear in mind that adding JS source, HTTP source and a lot of destinations will increase server requests. 35 Update available. 29 36 30 37 == Screenshots == … … 40 47 41 48 1. What do I need? You will need to signup for Segment.com 49 2. How much does it cost? Plugin is free. Segment is free up to 1,000 users. 50 3. Will it slow my site down? Yeah. Most likely. Depending on how many destinations you use and the types of events you're tracking. 42 51 43 52 == Changelog == 44 53 54 = 1.0.1 = 55 * Updated README and made the plugin description more helpful 56 45 57 = 1.0 = 46 58 * First version -
segment-for-wp-by-in8-io/trunk/segment-for-wordpress.php
r2104418 r2104520 12 12 * Plugin URI: https://in8.io 13 13 * Description: Re-wrote and extended the Segment Analytics plugin. The official one has been dead for a couple of years, which is a shame. Hope you find this useful! Added several extra features. 14 * Version: 1.0. 014 * Version: 1.0.1 15 15 * Author: Juan 16 16 * Author URI: https://juangonzalez.com.au
Note: See TracChangeset
for help on using the changeset viewer.