PluginProbe
Tracking Script Manager / 2.0.10
Tracking Script Manager v2.0.10
trunk 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 2.0.0 2.0.1 2.0.10 2.0.11 2.0.12 2.0.13 2.0.14 2.0.15 All 33 releases
tracking-script-manager / readme.txt

readme.txt in Tracking Script Manager 2.0.10, at readme.txt

206 lines 5.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === Tracking Script Manager ===
2 Contributors: eltodd, JHipkin, red8developers, bkueker, yingling017, sajpro, stalukder03
3 Donate link: http://red8interactive.com/
4 Tags: adwords, analytics, conversion pixel, conversion tracking, facebook pixel, google adwords, google analytics, google tag manager, Marketo tracking scripts, Hubspot tracking scripts, Pardot tracking script, Eloqua tracking script, javascript, pixel tracking, remarketing, retargeting, tracking code, tracking script
5 Requires at least: 4.0
6 Tested up to: 6.0.3
7 Stable tag: 2.0.10
8 License: GPLv2 or later
9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
11 Easy tag management. Manage the tracking tags, codes and scripts you use in your WordPress site; easily add, update, reorder, delete, as required.
12
13 == Description ==
14
15 Tracking Script Manager lets you manage tracking scripts in WordPress, including tags, schema markup, javascript, or any other script. For example, analytic scripts, including Google Analytics, are easy to manage using Tracking Scripts Manager.
16
17 Scripts can be added to the header, footer, or after the body tag.
18
19 The after-body tag placement may require an update to your theme files. See the plugin’s page for more information.
20
21 A script can appear globally or on specific pages or posts.
22
23 Tracking Script Manager helps you manage advertising tags, social media tracking and retargeting scripts, conversion pixels, Facebook and AdWords pixels, schema markup, javascript, and scripts for marketing automation, e-commerce, or any other desired action.
24
25 We added the ability to control when a script expires with this version, which is helpful for ad campaign scripts.
26
27 [https://youtu.be/8Vy0MJzJ22M](https://youtu.be/8Vy0MJzJ22M)
28
29 == Installation ==
30
31 1. Upload the 'tracking-script-manager' folder to the '/wp-content/plugins/' directory.
32 2. Activate the plugin through the 'Plugins' menu in WordPress.
33 3. Click on the 'Tracking Scripts Manager' options page.
34
35 == Frequently Asked Questions ==
36
37 = How do I add a script? =
38
39 You can add a script by navigating to the Tracking Scripts Manager menu in the sidebar, and selecting Add New Tracking Script.
40
41 = How do I delete a script? =
42
43 On the Tracking Script Manager menu in the sidebar, you can delete a script like you would a normal post.
44
45 = How do I reorder scripts? =
46
47 Inside the script post, in the right hand sidebar underneath the publish options; there is an order field. Lower numbers mean higher priority.
48
49 = Using the body location =
50
51 To use the body script location, you will need to add a line of PHP to directly after the opening `<body>` tag in your theme's files. Typically this can be found in header.php but can vary theme to theme.
52
53 `<?php do_action('wp_body_open'); ?>`
54
55 After that line is added to your theme, when creating or editing a script; you can select the "After `<body>`" script location for that script to appear.
56
57 == Screenshots ==
58
59 1. Control Description
60 2. Using the "After <body>" script location.
61 3. View your Tracking Scripts.
62 4. Add a new Tracking Script to a specific post or page (including custom post types).
63
64 == Changelog ==
65
66 = 2.0.10 =
67 * Remove old version admin notice
68 * Fix specific script page placement not working
69
70 = 2.0.9 =
71 * Security update
72
73 = 2.0.8 =
74 * Add code editor syntax highlight
75 * Extend Script expiration date functionality
76
77 = 2.0.7 =
78 * Fixed a bug that caused scripts to be deactivated
79 * Fixed a JS bug in admin views
80 * Admin notice added
81
82 = 2.0.6 =
83 * Feature add: Scripts expiry date
84 * Updates made to script posts to save empty values for target page and script block
85
86 = 2.0.5 =
87 * Adding fallback for wp_body_open *
88
89 = 2.0.4 =
90 * Changing capability for which admin notices appear
91
92 = 2.0.3 =
93 * Adding in a couple descriptions for controls, and a new screenshot
94
95 = 2.0.2 =
96 * Fixing a typo
97
98 = 2.0.1 =
99 * Fixed issue when updating scripts to new version
100
101 = 2.0.0 =
102 * Converted scripts into a post type for easier management
103 * Added background processing for upgrading current scripts to the updated version
104 * Added a hook that can be included after the body in the theme to allow scripts to be pulled in to that location
105
106 = 1.1.6 =
107 * Adding in ability for text translations
108
109 = 1.1.5 =
110 * Updating wording throughout the plugin for better continuity
111
112 = 1.1.4 =
113 * Another admin menu tweak
114
115 = 1.1.3 =
116 * Admin menu tweak
117
118 = 1.1.2 =
119 * Removed some unnecessary hooks
120
121 = 1.1.1 =
122 * Fixed a few PHP warnings from last update
123
124 = 1.1 =
125 * Major Upgrade: Allows for scripts to be added to a specific page
126
127 = 1.0.9 =
128 * Cleaning up script enqueuing
129
130 = 1.0.8 =
131 * Fixed issues causing some conflicts with WP styling
132
133 = 1.0.7 =
134 * Fixed CSS issues
135
136 = 1.0.6 =
137 * Fixed some php warnings
138
139 = 1.0.5 =
140 * Fixed decoding issue
141
142 = 1.0.4 =
143 * Fixed plugin URI
144
145 = 1.0.3 =
146 * Fixes redirect issue
147
148 = 1.0.2 =
149 * Fixes issue with tabs
150
151 = 1.0.1 =
152 * Fixes a Javascript issue
153
154 = 1.0.0 =
155 * Initial plugin release
156
157 == Upgrade Notice ==
158
159 = 1.1.6 =
160 Adding in ability for text translations
161
162 = 1.1.5 =
163 Updating wording throughout the plugin for better continuity
164
165 = 1.1.4 =
166 Another admin menu tweak
167
168 = 1.1.3 =
169 Admin menu tweak
170
171 = 1.1.2 =
172 Removed some unnecessary hooks
173
174 = 1.1.1 =
175 Fixed a few PHP warnings from last update
176
177 = 1.1 =
178 Major Upgrade: Allows for scripts to be added to a specific page
179
180 = 1.0.9 =
181 Cleaning up script enqueuing
182
183 = 1.0.8 =
184 Fixed issues causing some conflicts with WP styling
185
186 = 1.0.7 =
187 Fixed CSS issues
188
189 = 1.0.6 =
190 Fixed some php warnings
191
192 = 1.0.5 =
193 Fixed decoding issue
194
195 = 1.0.4 =
196 Fixed plugin URI
197
198 = 1.0.3 =
199 Fixes redirect issue
200
201 = 1.0.2 =
202 Fixes issue with tabs
203
204 = 1.0.1 =
205 This upgrade fixes a Javascript issue with version 1.0.0
206