feat: generalize tracking feature towards 'Frappe Tag Manager'
see writeup: https://github.com/frappe/builder/issues/62
companion to https://github.com/frappe/frappe/pull/24466
lmkwyt
Alternatively something like matomo does with an array that is the worked on might also be a good idea to have events immediately stacked and the pushed to the server later (after the script is loaded):
var _mtm = window._mtm = window._mtm || [];
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
(function() {
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src='https://cdn.matomo.cloud/<my-site>.matomo.cloud/container_<hash>.js'; s.parentNode.insertBefore(g,s);
})();
ping
Go for it now. The future is promised to no one. - Wayne Dyer
Kindly help move this PR forward. Many thanks from Yours Sincerely!
Fears are nothing more than a state of mind. - Napoleon Hill
Kindly help move this PR forward. Many thanks from Yours Sincerely!
What the caterpillar calls the end of the world, the master calls a butterfly. - Richard Bach
Kindly help move this PR forward. Many thanks from Yours Sincerely!
Watch your thoughts, they become your words Watch your words, they become your actions Watch your actions, they become your habits Watch your habits, they become your character Watch your character, it becomes your destiny. -
Kindly help move this PR forward. Many thanks from Yours Sincerely!
You may say Im a dreamer, but Im not the only one, I hope someday you will join us, and the world will live as one. - John Lennon
Kindly help move this PR forward. Many thanks from Yours Sincerely!
I have just three things to teach: simplicity, patience, compassion. These three are your greatest treasures. - Lao Tzu
Kindly help move this PR forward. Many thanks from Yours Sincerely!
The important thing is this: to be able at any moment to sacrifice what we are for what we could become. - Charles Dubois
Kindly help move this PR forward. Many thanks from Yours Sincerely!
Obstacles are those frightful things you see when you take your eyes off your goal. - Henry Ford
Kindly help move this PR forward. Many thanks from Yours Sincerely!
Our distrust is very expensive. - Ralph Emerson
Kindly help move this PR forward. Many thanks from Yours Sincerely!
An invincible determination can accomplish almost anything and in this lies the great distinction between great men and little men. - Thomas Fuller
Kindly help move this PR forward. Many thanks from Yours Sincerely!
Dependant PR is closed... also, unless the dependant feature is ported to V15, we can't merge this without extra handling.
Closing this for now.
@surajshetty3416 Thanks! Would you agree with the dependant feature? I'd be happy to revive; it's a hybrid between a full plausible integration and a lightwight built-in tracking. Though I've already explored how to connect both based on this data layout in frappe, so it would be a useful feature to explore.
Should I?
Should I?
Would you support it? :smile:
Would you support it? 😄
Sure, if everything is handled properly :)