luceos
This extension has been updated to work with beta 6, if you encounter any issues please create an issue:
This extension has been updated to work with beta 6, if you encounter any issues please create an issue:
luceos Can you please add support for yandex metrica?
arjoni please add an issue on the issue tracker over at github, otherwise this request will get lost:
luceos Thanks! Will do.
Error during remove/install, now my admin page get locked (blank displayed)
removing..
$ composer remove flagrow/flarum-ext-analytics
[RuntimeException]
Could not read ./composer.json
file_get_contents(./composer.json): failed to open stream: No such file or
directory
remove [--dev] [--no-progress] [--no-update] [--no-scripts] [--update-no-dev] [- -update-with-dependencies] [--no-update-with-dependencies] [--ignore-platform-re qs] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--] [<packages>]..
installing..
$ composer require flagrow/flarum-ext-analytics
Using version 0.5.0 for flagrow/flarum-ext-analytics
./composer.json has been created
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for flagrow/flarum-ext-analytics 0.5.0 -> satisfiabl e by flagrow/flarum-ext-analytics[0.5.0].
- flagrow/flarum-ext-analytics 0.5.0 requires flarum/core 0.1.0-beta.6 -> s atisfiable by flarum/core[0.1.x-dev, v0.1.0-beta.6] but these conflict with your requirements or minimum-stability.
Installation failed, deleting ./composer.json.
FBI you're in the wrong directory, this is not the flarum installation directory. You can see that because on require the composer.json file is created.
Dang, How I missed that ?
Well, succesfully uninstalling for now. And accessing admin page..
But, when installing again... I cannot gain Admin Page..
then removing now. ?
Hi all
I install piwik, all works, but my analytics is empty and i not see JavaScript tracking code in my page source
cache was deleted (rm -rf assets/*.js)
I set up everything.
Piwik is logging stuff.
It is visible in Flarum's admin.
BUT : It logs only the document root. And not the threads.
Did I do anything wrong ?
Piwik is working fine but google analytics doesn't work. Looked at the page source and don't see the tracking code being added.
hungyip did you try clearing cache:
php flarum cache:clear
hungyip I too am experiencing this. Ever manage to get it resolved? Piwik works fine for me, but no Googs
@luceos @santiagobiali Sorry if tagging you causes any trouble, I'm quite confused about the use of Google Analytics tracking code. I've been reading the comments and now I'm not sure about how to set it up properly.
Which code should I be putting in the extensions settings? is it one that looks like UA-XXXXXXXX-X or where can I get the correct one to put there?
In advance thank you so much and sorry for disturbing.
AngelAvila UA-XXXXXXXX-X
that one ?
luceos Thank you so much, sir! Happy Holidays!
about Piwik
can u paste data sample for settings
piwik url
site id / auth
weazy i have no idea what you are asking, could you please rephrase?
Piwik URL is the URL to your Piwik installation
site Id is the ID known in Piwik, see http://piwik.org/faq/general/faq_19212/
auth token: http://piwik.org/faq/general/faq_114/
thanks @jordanjay29 for pointing out the obvious ?
luceos all ok thanks
Is it supposed to track the individual URLs & titles as the user click on internal links ?
I get visitor data in my Piwik install but they all come from the root URL ?
I tried myself, it records page changes, but it keeps the URL & title of the first page I accessed (generally, the index). If I access another link directly, this is the one that is reported for every next page change...
This makes the data a bit useless ?
@santiagobiali
Any reason you can think of, why I am able to access the Piwik Analytics page in MS Edge, but get this error in Firefox console:
14:22:19.252 Load denied by X-Frame-Options: https://keys-daggers.org/analytics/piwik/index.php?idSite=1&token_auth=MYAUTH&module=Widgetize&action=iframe&moduleToWidgetize=Dashboard&actionToWidgetize=index&period=month&date=today does not permit framing. 1 (unknown)
0E800 Your Piwik server returns a X-Frame-Options
header that forbids inclusion in an iframe (which is probably a good choice for an analytics server). This extension relies on iframes to display the piwik dashboard I believe.
And Edge is probably ignoring that header...