Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.

FriendsOfFlarum Analytics - tracking user visits


arjoni

luceos Can you please add support for yandex metrica?



arjoni

luceos Thanks! Will do.


FBI

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.


luceos

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.


FBI

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. ?


maxgu

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)


wwwill

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 ?


hungyip

Piwik is working fine but google analytics doesn't work. Looked at the page source and don't see the tracking code being added.


luceos

hungyip did you try clearing cache:

php flarum cache:clear

SierraKiloGulf

hungyip I too am experiencing this. Ever manage to get it resolved? Piwik works fine for me, but no Googs


hungyip

luceos

You are right, it work today. I think I might have forgotten to clear the cache.

Thanks!


AngelAvila

@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

luceos Thank you so much, sir! Happy Holidays!


weazy

about Piwik

can u paste data sample for settings

piwik url
site id / auth



clarkwinkelmann

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...

Image

This makes the data a bit useless ?


0E800

@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)

clarkwinkelmann

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...


« Previous Page Next Page »