Skip to content

Describe how to use django-matomo #1

Open
@Sammeeey

Description

@Sammeeey

In the readme I can read how to install the package.
But it doesn't say anything about the use.

How do I access the data after installing the package to my Django page?

This is probably what they tried to discribe in the Configuration paragraph of the readme.

unclear

Also MATOMO_SITE_ID (e.g. 51) and MATOMO_URL (e.g. 'http://matomo.example.com/', please don't forget the trailing slash!) are required.

  • What's the MATOMO_SIDE_ID and where to get it from?
  • What's the MATOMO_URL is it always just the respective domain with a matomo-subdomain?
  • Where should the above infos be added?

In the template, put {% load matomo_tags %} to the top and add {% tracking_code %} before the tag.

Does one literally include {% tracking_code %} in the template file?
Or must tracking_code be replaced by a tracking code?
If yes, where to get this tracking code from?

Will only the pages be tracked where the respective template language tags from above are included?

Do you actually need a matomo account to use this package?

Will matomo automatically be installed, on the respective URL if MATOMO_URL is defined in settings.py?

Finally:
Where do I find my matomo insights?

potential solution

Describe, that one needs to create an account on matomo.org and describe the setup similiar to the respective FAQ

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentationgood first issueGood for newcomers

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions