Linux 软件免费装

Omniture SiteCatalyst Tracking

开发者 stephp
更新时间 2009年12月18日 02:43
PHP版本: 2.6 及以上
WordPress版本: 2.8.6

标签

analytics omniture

下载

详情介绍:

This Omniture SiteCatalyst Tracking plugin provides tracking for basic WordPress navigation, including the following pages: It sets the following SiteCatalyst variables: It uses the wp_footer hook to be displayed in the footer of the HTML throughout your templates. Omniture SiteCatalyst is a paid analytics service. More information on the development of this plugin can be found at http://blog.endpoint.com/2009/11/wordpress-plugin-for-omniture.html. Development of this plugin is sponsored by http://www.endpoint.com/. Future work of this plugin will involve using the wp_options table to store your Omniture account_id and the path to the required javascript files.

安装:

  1. Uploaded omniture.php to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Update line #10 in the plugin to use your Omniture SiteCatalyst account id.
<!-- var s_account = 'omniture_account_id'; --> 4. Update line #12 in the plugin to link to the Omniture SiteCatalyst s_code.js file. A recommended location for this file would be in the parent directory that is separated from the WordPress code base. <script type="text/javascrript" src="/path/to/s_code.js"></script>

升级注意事项:

1.0 Introduction of plugin.

常见问题:

What is Omniture SiteCatalyst?

Omniture SiteCatalyst is a paid analytics service offered as part of the Omniture suite. More information can be found at http://www.omniture.com/.

Are there any dependencies for this plugin?

Yes, you must have an Omniture SiteCatalyst account. You must know your Omniture account_id and have access to upload your Omniture s_code.js SiteCatalyst file. Both of these are required in order for the plugin to work.

What SiteCatalyst variables are tracked in this plugin?

The SiteCatalyst plugins s.pageName, s.channel, s.pageType, s.prop1, s.prop2, s.prop3 are tracked in this plugin.

更新日志:

1.0 Introduction of plugin.