Changeset 1065089
- Timestamp:
- 01/11/2015 05:15:33 AM (11 years ago)
- Location:
- adobe-dtm/trunk
- Files:
-
- 2 edited
-
admin/admin.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
adobe-dtm/trunk/admin/admin.php
r1065086 r1065089 156 156 SDIDTM_OPTION_INCLUDE_COMMENTS => array( 157 157 "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 ) 159 159 ), 160 160 SDIDTM_OPTION_NAME_COMMENTS => array( -
adobe-dtm/trunk/readme.txt
r1065088 r1065089 16 16 = Data Layer = 17 17 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:18 Adobe 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: 19 19 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 37 The plugin will also allow you to rename the JavaScript variable for the data layer, as well as each sub object in the data layer. 31 38 32 39 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.