diff --git a/plugins/tiddlywiki/googleanalytics/settings.tid b/plugins/tiddlywiki/googleanalytics/settings.tid index 986d65644..d88fe0579 100644 --- a/plugins/tiddlywiki/googleanalytics/settings.tid +++ b/plugins/tiddlywiki/googleanalytics/settings.tid @@ -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...
<$edit-text tiddler="$:/GoogleAnalyticsAccount" default="" tag="input"/> +# ''[[Google Analytics Account|$:/GoogleAnalyticsAccount]]'': (mandatory) a code of the form `UA-XXXXXX-XX` where X are digits
<$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.
<$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.
<$edit-text tiddler="$:/GoogleAnalyticsDomain" default="" tag="input"/> diff --git a/plugins/tiddlywiki/googleanalytics/usage.tid b/plugins/tiddlywiki/googleanalytics/usage.tid index 4bbaac073..d6572f27d 100644 --- a/plugins/tiddlywiki/googleanalytics/usage.tid +++ b/plugins/tiddlywiki/googleanalytics/usage.tid @@ -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