mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Rephrase the Google Analytics plugin pages
This commit is contained in:
parent
0aaebe9757
commit
cd16573f20
@ -1,7 +1,7 @@
|
||||
title: $:/plugins/tiddlywiki/googleanalytics/settings
|
||||
|
||||
You have only two value to set, only first is mandatory :
|
||||
You have only two value to set, only first is mandatory:
|
||||
|
||||
# ''[[Google Analytics Account|$:/GoogleAnalyticsAccount]]'', usually a `UA-XXXXXX-XX` code where X are digits (yours is best ;-). ''This one is mandatory'', plugin will not work without it...<br/><$edit-text tiddler="$:/GoogleAnalyticsAccount" default="" tag="input"/>
|
||||
# ''[[Google Analytics Account|$:/GoogleAnalyticsAccount]]'': (mandatory) a code of the form `UA-XXXXXX-XX` where X are digits<br/><$edit-text tiddler="$:/GoogleAnalyticsAccount" default="" tag="input"/>
|
||||
|
||||
# ''[[Google Analytics Domain|$:/GoogleAnalyticsDomain]]''. Usually the website URL where your tiddlywiki is published. will fallback to `auto` if not set.<br/><$edit-text tiddler="$:/GoogleAnalyticsDomain" default="" tag="input"/>
|
||||
# ''[[Google Analytics Domain|$:/GoogleAnalyticsDomain]]'': (optional) the website URL where the TiddlyWiki file is published. Defaults to `auto` if not set.<br/><$edit-text tiddler="$:/GoogleAnalyticsDomain" default="" tag="input"/>
|
||||
|
@ -1,23 +1,24 @@
|
||||
title: $:/plugins/tiddlywiki/googleanalytics/usage
|
||||
|
||||
!! Create a google analytics account
|
||||
If you already got one, go to next step, else
|
||||
!! Create a Google Analytics account
|
||||
|
||||
If you don't already have an account:
|
||||
|
||||
# Go to the Google Analytics website: http://www.google.com/analytics/
|
||||
# Click the ''Access Google Analytics'' button and follow instructions to set up your account
|
||||
# Enter the URL of your hosting domain, might be a TiddlySpot one for example "mysite.tiddlyspot.com" or even a github.io or gitlab.io url
|
||||
# You will be given your own Tracking ID for this domain `UA-XXXXXX-XX`
|
||||
# Enter the URL where the wiki is hosted
|
||||
# Note the Tracking ID for this domain of the form `UA-XXXXXX-XX`
|
||||
|
||||
!! Install the plugin on your local copy of the tiddlywiki
|
||||
!! Install the plugin on your local copy of the TiddlyWiki
|
||||
|
||||
# ''BACKUP your tiddlywiki''. Just in case.
|
||||
# grab a copy of the plugin [[$:/plugins/tiddlywiki/googleanalytics]] from a wiki containing it like http://tiddlywiki.com to yours
|
||||
# save the tiddlywiki, refresh the page to load the plugin
|
||||
# in your tiddlywiki, go to [[$:/ControlPanel]] > Plugins tab. Unfold the Google Analytics box.
|
||||
# go to //settings// tabs and edit parameters : Google Analytics Account and Google Analytics Domain
|
||||
# save the tiddlywiki
|
||||
# ''Backup your TiddlyWiki''. Just in case
|
||||
# Install the plugin via the plugin manager in control panel
|
||||
# Save the TiddlyWiki andrefresh the page to load the plugin
|
||||
# Go to [[$:/ControlPanel]] > Plugins tab and unfold the Google Analytics Plugin
|
||||
# Go to the //settings// tab and edit the parameters
|
||||
# Save the TiddlyWiki
|
||||
|
||||
!! Upload the new version of your tiddlywiki
|
||||
!! Upload the new version of your TiddlyWiki
|
||||
|
||||
# Upload the saved tiddlywiki to TiddlySpot, github, gitlab or other web host
|
||||
# Upload the saved TiddlyWiki to TiddlySpot, GitHub, GitLab or other web host
|
||||
# Return to your Google Analytics page to check that your site is being tracked
|
||||
|
Loading…
Reference in New Issue
Block a user