PluginProbe
Tracking Script Manager / 2.0.13
Tracking Script Manager v2.0.13
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.13, at readme.txt

215 lines 5.8 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.5.3
7 Stable tag: 2.0.13
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.13 =
67 * Test WP 6.5.5
68
69 = 2.0.12 =
70 * Test WP 6.5.3
71
72 = 2.0.11 =
73 * Test WP 6.4
74
75 = 2.0.10 =
76 * Remove old version admin notice
77 * Fix specific script page placement not working
78
79 = 2.0.9 =
80 * Security update
81
82 = 2.0.8 =
83 * Add code editor syntax highlight
84 * Extend Script expiration date functionality
85
86 = 2.0.7 =
87 * Fixed a bug that caused scripts to be deactivated
88 * Fixed a JS bug in admin views
89 * Admin notice added
90
91 = 2.0.6 =
92 * Feature add: Scripts expiry date
93 * Updates made to script posts to save empty values for target page and script block
94
95 = 2.0.5 =
96 * Adding fallback for wp_body_open *
97
98 = 2.0.4 =
99 * Changing capability for which admin notices appear
100
101 = 2.0.3 =
102 * Adding in a couple descriptions for controls, and a new screenshot
103
104 = 2.0.2 =
105 * Fixing a typo
106
107 = 2.0.1 =
108 * Fixed issue when updating scripts to new version
109
110 = 2.0.0 =
111 * Converted scripts into a post type for easier management
112 * Added background processing for upgrading current scripts to the updated version
113 * Added a hook that can be included after the body in the theme to allow scripts to be pulled in to that location
114
115 = 1.1.6 =
116 * Adding in ability for text translations
117
118 = 1.1.5 =
119 * Updating wording throughout the plugin for better continuity
120
121 = 1.1.4 =
122 * Another admin menu tweak
123
124 = 1.1.3 =
125 * Admin menu tweak
126
127 = 1.1.2 =
128 * Removed some unnecessary hooks
129
130 = 1.1.1 =
131 * Fixed a few PHP warnings from last update
132
133 = 1.1 =
134 * Major Upgrade: Allows for scripts to be added to a specific page
135
136 = 1.0.9 =
137 * Cleaning up script enqueuing
138
139 = 1.0.8 =
140 * Fixed issues causing some conflicts with WP styling
141
142 = 1.0.7 =
143 * Fixed CSS issues
144
145 = 1.0.6 =
146 * Fixed some php warnings
147
148 = 1.0.5 =
149 * Fixed decoding issue
150
151 = 1.0.4 =
152 * Fixed plugin URI
153
154 = 1.0.3 =
155 * Fixes redirect issue
156
157 = 1.0.2 =
158 * Fixes issue with tabs
159
160 = 1.0.1 =
161 * Fixes a Javascript issue
162
163 = 1.0.0 =
164 * Initial plugin release
165
166 == Upgrade Notice ==
167
168 = 1.1.6 =
169 Adding in ability for text translations
170
171 = 1.1.5 =
172 Updating wording throughout the plugin for better continuity
173
174 = 1.1.4 =
175 Another admin menu tweak
176
177 = 1.1.3 =
178 Admin menu tweak
179
180 = 1.1.2 =
181 Removed some unnecessary hooks
182
183 = 1.1.1 =
184 Fixed a few PHP warnings from last update
185
186 = 1.1 =
187 Major Upgrade: Allows for scripts to be added to a specific page
188
189 = 1.0.9 =
190 Cleaning up script enqueuing
191
192 = 1.0.8 =
193 Fixed issues causing some conflicts with WP styling
194
195 = 1.0.7 =
196 Fixed CSS issues
197
198 = 1.0.6 =
199 Fixed some php warnings
200
201 = 1.0.5 =
202 Fixed decoding issue
203
204 = 1.0.4 =
205 Fixed plugin URI
206
207 = 1.0.3 =
208 Fixes redirect issue
209
210 = 1.0.2 =
211 Fixes issue with tabs
212
213 = 1.0.1 =
214 This upgrade fixes a Javascript issue with version 1.0.0
215