Update vendor_app.blade.php

This commit is contained in:
Lars Kusch 2023-01-16 12:39:55 +01:00 committed by GitHub
parent 9486563bba
commit 591efe1603
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,9 @@
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
_paq.push(['setUserId', '{{ auth()->guard('vendor')->check()->user()->present()->name() }}']);
@if (auth()->guard('vendor')->check())
_paq.push(['setUserId', '{{ auth()->guard('vendor')->user()->present()->name() }}']);
@endif
(function() {
var u="{{ $company->matomo_url }}";
_paq.push(['setTrackerUrl', u+'matomo.php']);