friendlyfire
Forum Replies Created
-
Sorry it’s been a bit – was working on other things – but I just tested this and it didn’t work.
When you say “piwik has to be loaded” you mean activated on the site I’m trying to get the id from, yes? because it is in this case.
Any other ideas? This is my last remaining item so appreciate any guidance.
Forum: Plugins
In reply to: [Remote Media Libraries] Still active?https://www.wpbeaverbuilder.com is the one that we use.
I just took the survey. Let me know if there’s anything we can do to help out.
Forum: Plugins
In reply to: [Remote Media Libraries] Still active?Awesome.
Question: are there any plans to show these options in an instance of the media manager where it’s loaded in the front-end?
For example, we have a page builder that allows people to drag and drop content blocks – one of which is a photo which loads the wp media manager for photo selection.
However, the library options for RML do not show there. They do show in the wp-admin.
If you have plans, let me know. Otherwise, maybe that could be our first contribution.
That second part might work for some dimensions but the problem is that some goals are triggered via js events. That means I’d still need to set them up in each piwik instance and then fire them off on certain actions.
I’ll put a user story together in a bit.
That was the issue.
Looking forward to 1.0.8.
I’m almost ready to go to production and this is the only thing holding me back. Let me know if you have any insight or if there’s anything I can do to help out.
Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] support for user tracking?Since I have some custom code that needs to go in each footer, will this release allow me to put it in along side the rest of the code that your plugin generates? For example, I need to add a few things to this script:
Or what’s the best way to do that without doing it for every site on the network individually?
<!-- Piwik --> <script type="text/javascript"> var _paq = _paq || []; _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="//agency.atlas6.koding.io/analytics/"; _paq.push(['setTrackerUrl', u+'piwik.php']); _paq.push(['setSiteId', 1]); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s); })(); </script>