Victor S.
Victor S.
@AltamashShaikh checked this issue. It was just creating variable. I forgot to evaluate variable. Now it works
Maybe just replace variables with some Matomo variables resolver code
I have tried to extend `CustomJsFunctionVariable` like: ```php public function loadTemplate($context, $entity) { if ($js = ($entity['parameters']['javascript'] ?? null)) { if (is_array($js)) { if (isset($js['joinedVariable']) && is_array($js['joinedVariable'])) { $js =...
@AltamashShaikh container is fresh during import, so all names could be in array instead of queries for all templates
Needs #533
> Here's a post partially related to this issue: https://hume.dev/articles/forward-datalayer-events/ (not tested) That one uses `Proxy` which will not work in old browsers: https://caniuse.com/?search=Proxy Matomo `setMethodWrapIfNeeded` util almost the same...
@AltamashShaikh added optimization in import. Checked with xhprof on some prod data: 
`pngjs-image` is too old now and not passes npm audit. Has anyone rewritten it?
Also allow to select specific chat position to match in
For nuxt use `nuxt.config.js`.`build.transpile` ```js { transpile: ['vue-stars'], } ``` as `vue-cli` build not compatible with `nuxt`