Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Matomo Template #1

Open
Metzograf opened this issue Jul 6, 2020 · 0 comments
Open

Missing Matomo Template #1

Metzograf opened this issue Jul 6, 2020 · 0 comments

Comments

@Metzograf
Copy link

Metzograf commented Jul 6, 2020

The integration of a template for Matomo would be great. I have prepared something.

<?php
/**
 * To use this script, please fill in your Matomo ID and URL below
 */
$matomoId = 3;
$matomoHost = "//example.com/";
/**
 * DO NOT EDIT ANYTHING BELOW THIS LINE UNLESS YOU KNOW WHAT YOU ARE DOING!
 */
?>

<?php if (!BE_USER_LOGGED_IN && !$this->hasAuthenticatedBackendUser()): ?>

    <script type="text/javascript">
	    tarteaucitron.user.matomoId = <?= $matomoId ?>;
	    tarteaucitron.user.matomoHost = <?= $matomoHost ?>;
	    (tarteaucitron.job = tarteaucitron.job || []).push('matomo');
	</script>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant