-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathoutboundtracking.xml
33 lines (33 loc) · 2.84 KB
/
outboundtracking.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.0" type="plugin" group="system">
<name>System - GA Outbound Tracking</name>
<author>No More 404</author>
<creationDate>Oct 2012</creationDate>
<copyright>Copyright (C) 2010 www.nomore404.nl. All rights reserved.</copyright>
<license>http://opensource.org/licenses/MIT MIT</license>
<authorUrl>http://www.nomore404.nl</authorUrl>
<version>1.1</version>
<description>
<![CDATA[
<h2>Google Analytics Outbound Tracking</h2>
<p>Dont forget to activate the plugin, for activation go to Extensions > Plugin Management. Then find the "System - GA Outbound Tracking" plugin and click the red circle to make it go green. The plugin is activated when the circle is green, when the circle is red the plugin is deactivated.</p>
<p>To setup Google Analytics tracking you need to make a google analytics account on <a href="http://www.google.com/intl/en/analytics/" target="_blank">Google Analytics</a>. If you have an account then find the plugin in the plugin management and open it up by clicking on the name. To the right you will find a box to enter your Google Analytics ID ( looks like this: UA-XXXXX-X ). To contact us, go to <a href="http://www.nomore404.nl" target="_blank">No More 404</a>.</p>
]]>
</description>
<files>
<filename plugin="outboundtracking">outboundtracking.php</filename>
</files>
<config>
<fields name="params" addfieldpath="/plugins/system">
<fieldset name="basic">
<field name="spacer1" type="spacer" default="" label="The plugin needs Google Analytics to function, if you did not include the Google Analytics script using another method your can include Google Analytics using this plugin. If you want this plugin to load the Google Analytics script for you, then provide your Google Analytics ID in the textbox below. If you already have Google Analytics running on your site, then DO NOT provide your Google Analytics ID, for it will load Google Analytics twice." description="" />
<field name="googleid" type="text" default="" label="Google Analytics ID" description="Enter your Google Analytics ID (UA-XXXXX-X)"/>
<field name="spacer" type="spacer" default="" label="" description="" />
<field name="class1info" type="spacer" default="" label="If you want to trigger a special custom event in Google Analytics, you will need to define a class on wich the plugin will connect the event trigger." description="" />
<field name="class1" type="text" default="" label="Custom Class 1" description="Enter here a custom class to define a custom event" />
<field name="spacer" type="spacer" default="" label="" description="" />
<field name="debug" type="checkbox" value="1" label="Debug Mode" description="Check for Debug Mode, we will output debug information to console.log"/>
</fieldset>
</fields>
</config>
</extension>