Plugin Directory

Changeset 1065089


Ignore:
Timestamp:
01/11/2015 05:15:33 AM (11 years ago)
Author:
adamlytics
Message:

Updating readme.txt

Location:
adobe-dtm/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • adobe-dtm/trunk/admin/admin.php

    r1065086 r1065089  
    156156    SDIDTM_OPTION_INCLUDE_COMMENTS    => array(
    157157        "label"       => __( "Comments", SDIDTM_TEXTDOMAIN ),
    158         "description" => __( "Check this option to include if a post has comments along with the # of comments.", SDIDTM_TEXTDOMAIN )
     158        "description" => __( "Check this option to include the # of comments on a post/page.", SDIDTM_TEXTDOMAIN )
    159159    ),
    160160    SDIDTM_OPTION_NAME_COMMENTS  => array(
  • adobe-dtm/trunk/readme.txt

    r1065088 r1065089  
    1616= Data Layer =
    1717
    18 Adobe DTM for Wordpress builds a data layer variable for you. Using this you can easily insert data into your web pages to enhance the data collection.  Some items include:
     18Adobe DTM for Wordpress can build a JSON data layer variable for you to enhance data collection.  The items that this plugin can insert into the data layer on the WordPress pages are:
    1919
    20 * post/page titles
    21 * post/page dates
    22 * post/page category names
    23 * post/page tag names
    24 * post/page author names
    25 * post types
    26 * post count on the current page + in the current category/tag/taxonomy
    27 * logged in status
    28 * logged in user role
    29 * search data
    30 * comments exist and comment count
     20* Post/Page Type
     21* Post/Page Sub Type
     22* Post/Page ID
     23* Post/Page Category Names
     24* Post/Page Tag Names
     25* Post/Page Author Names
     26* Post/Page Date
     27* Post/Page Title
     28* Post/Page Custom Fields
     29* Post/Page Count
     30* Search Term
     31* Number of Search Results
     32* Search Origin Page
     33* Logged-in Status
     34* Logged-in User Role
     35* Comment Count
     36
     37The plugin will also allow you to rename the JavaScript variable for the data layer, as well as each sub object in the data layer.
    3138
    3239== Installation ==
Note: See TracChangeset for help on using the changeset viewer.