Plugin Directory

Changeset 2104520


Ignore:
Timestamp:
06/12/2019 08:32:24 AM (7 years ago)
Author:
juanin8
Message:

Updated README

Location:
segment-for-wp-by-in8-io/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • segment-for-wp-by-in8-io/trunk/README.txt

    r2104418 r2104520  
    22Contributors: juanin8
    33Donate link: https://in8.io
    4 Tags: segment, tracking, analytics
     4Tags: segment, tracking, analytics, segmentio
    55Requires at least: 4.0.1
    66Tested up to: 5.2
     
    1414== Description ==
    1515
    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.
     16The 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
     18I 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
    1826
    1927== Installation ==
     
    21291. Upload the plugin zip file through the Plugins section of your site.
    22302. Activate the plugin through the 'Plugins' menu in WordPress.
    23 3. Enter your API keys into the plugin and choose your events/settings.
     313. Enter your Segment API keys into the plugin and choose your events/settings.
    2432
    2533 == Upgrade Notice ==
    2634 
    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.
     35Update available.
    2936
    3037== Screenshots ==
     
    4047
    41481. What do I need? You will need to signup for Segment.com
     492. How much does it cost? Plugin is free. Segment is free up to 1,000 users.
     503. Will it slow my site down? Yeah. Most likely. Depending on how many destinations you use and the types of events you're tracking.
    4251
    4352== Changelog ==
    4453
     54= 1.0.1 =
     55* Updated README and made the plugin description more helpful
     56
    4557= 1.0 =
    4658* First version
  • segment-for-wp-by-in8-io/trunk/segment-for-wordpress.php

    r2104418 r2104520  
    1212 * Plugin URI:        https://in8.io
    1313 * 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.0
     14 * Version:           1.0.1
    1515 * Author:            Juan
    1616 * Author URI:        https://juangonzalez.com.au
Note: See TracChangeset for help on using the changeset viewer.