1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-22 06:57:53 +00:00
Files
matomo/plugins/SitesManager/templates/_vueTabInstructions.twig
Ben Burgess 693643c337 Add campaign tracking parameters for all links within Matomo that link to matomo.org (#21375)
* Add matomo.org link campaign tracking functionality and tests

* Added optional override parameters for trackmatomolink, added new config option to disable matomo.org link campaign tracking, updated tests

* Added twig functions to format external urls, added missing matomo.org subdomains to allow list

* Revert unnecessary extra parameters for externallink twig function in favour of using twig string concatenation

* Update all matomo.org links in twig templates

* Add an externalLink() function for vue.js to easily add campaign parameters to matomo.org urls in the front end

* Update vue.js externalLink() function to support the disable_tracking_matomo_app_links config option

* Attempt to keep linter happy

* More linter tweaks

* Bump stalled tests

* built vue files

* Remove unnecessary domains from externalLink list, add missing type definition, update and fix privacy setting link

* Improve externalLink TypeScript method to use URL object for domain manipulation instead of custom regex

* Make externalLink and externalRawLink TypeScript functions variadic

* built vue files

* Update matomo.org links in vue components with campaign parameters

* Move externalRawLink function to piwik helper to make it available for vanilla JS, update matomo.org links in JS

* Update matomo.org links in PHP classes to add campaign parameters

* Increment version

* Update submodule references

* Fix for infinite loop when processing URLs in config settings

* Update mtm_medium to include 'App.' prefix, linter pacification changes for externalLink

* Fix link formatting in GeoIp2 vue component, update system tests

* built vue files

* Update advertising test, fix missing import in Tour

* UI test fixes for tracking code twig templates and license key formatting

* built vue files

* Bump stalled tests

* Fix missing use statements, remove incorrect custom params from link

* built vue files

* Change update version back to 5.0.0-rc5

* Update plugins/MultiSites/vue/src/Dashboard/Dashboard.vue

Co-authored-by: Michal Kleiner <michal@innocraft.com>

* Update plugins/MultiSites/vue/src/Dashboard/Dashboard.vue

Co-authored-by: Michal Kleiner <michal@innocraft.com>

* Update plugins/MultiSites/vue/src/Dashboard/Dashboard.vue

Co-authored-by: Michal Kleiner <michal@innocraft.com>

* Update plugins/Morpheus/javascripts/piwikHelper.js

Co-authored-by: Michal Kleiner <michal@innocraft.com>

* built vue files

* Add check for _pk_externalRawLink before calling, Fix inconsistent source string

* Fix linter complaint

* built vue files

* Bump stalled tests

* Update submodule references to 5.x-dev branches

* Update visitorgenerator submodule reference to 5.x-dev branche

---------

Co-authored-by: bx80 <bx80@users.noreply.github.com>
Co-authored-by: Michal Kleiner <michal@innocraft.com>
2023-10-24 11:49:38 +13:00

30 خطوط
2.1 KiB
Twig

<h2>{{ 'SitesManager_StepByStepGuide'|translate }}</h2>
{% if wasDetected %}
<div class="system notification notification-info">
{{ 'SitesManager_VueDetected'|translate('<a target="_blank" rel="noreferrer noopener" href="https://github.com/AmazingDreams/vue-matomo">vue-matomo</a>',externallink('https://matomo.org/faq/new-to-piwik/how-do-i-install-the-matomo-tracking-code-on-websites-that-use-vue-js'),'</a>')|raw }}
</div>
{% endif %}
<p>{{ 'SitesManager_SiteWithoutDataVueIntro'|translate }}</p>
<br>
<p>{{ 'SitesManager_SiteWithoutDataCloudflareFollowStepsIntro'|translate }}</p>
<ol class="list-style-decimal">
<li>{{ 'SitesManager_SiteWithoutDataVueFollowStep1'|translate('<strong>vue-matomo</strong>')|raw }}<div><pre style="text-indent: 1.2rem; padding-top:2em;padding-bottom:2em" vue-directive="CoreHome.CopyToClipboard">npm install --save vue-matomo</pre></div></li>
<li>
{{ 'SitesManager_SiteWithoutDataVueFollowStep2'|translate('<strong>VueMatomo</strong>', '<strong>main.js</strong>')|raw }}
<br><br>
{{ 'SitesManager_SiteWithoutDataVueFollowStep2ExampleCode'|translate('Vue.js 3') }}:
<div><pre class="codeblock" vue-directive="CoreHome.CopyToClipboard">{{ vue3Code }}</pre></div>
{{ 'SitesManager_SiteWithoutDataVueFollowStep2ExampleCode'|translate('Vue.js 2') }}:
<div><pre class="codeblock" vue-directive="CoreHome.CopyToClipboard">{{ vue2Code }}</pre></div>
</li>
</ol>
<br>
<p>{{ 'SitesManager_SiteWithoutDataVueFollowStepCompleted'|translate('<strong>', '</strong>', '<a target="_blank" rel="noreferrer noopener" href="https://github.com/AmazingDreams/vue-matomo">vue-matomo</a>')|raw }}</p>
<br>
<strong>{{ 'General_Note'|translate }}:</strong><ol class="list-style-decimal">
<li>{{ 'SitesManager_SiteWithoutDataVueFollowStepNote1'|translate('<code vue-directive="CoreHome.CopyToClipboard">window._paq.push</code>')|raw }}</li>
<li>{{ SiteWithoutDataVueFollowStepNote2Key|translate(externallink('https://developer.matomo.org/guides/spa-tracking'),'</a>', externallink('https://developer.matomo.org/guides/spa-tracking#using-matomo-tag-manager-to-track-single-page-application'),'</a>')|raw }}</li>
</ol>