GithubHelp home page GithubHelp logo

Comments (7)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
1: Logs can't be imported, only exported. You can (manually) use the filter 
options in the "admin logs" section at the CMS. Otherwise you'll get 
(automatically) everything in a single CSV.

2: You can set the property 'cookieDays' in smt2.record function. Please read 
the wiki: https://code.google.com/p/smt2/wiki/readme

Original comment by [email protected] on 6 Nov 2014 at 10:19

  • Changed state: WontFix

from smt2.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Sry i meant export. If i export in the "admin logs" there is not everything
in the generated CSV. E.g. Activity, Scroll Reach and some other Metrics
out of the "log Data Analysis" section are missing in that CSV. My Q was if
there is any possibility to integrate this Metrics in the "admin logs" CSV?
Sry for missunderstanding and thanks for the very fast answer.



2014-11-06 11:19 GMT+01:00 <[email protected]>:

Original comment by [email protected] on 6 Nov 2014 at 10:35

from smt2.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Actually, all metrics in the "log data analysis" section are computed from the 
raw data, the same data that you get with when you export the logs.

I'm afraid that you'll have to dig through the source code to see how each 
metric is computed.

Original comment by [email protected] on 6 Nov 2014 at 5:53

from smt2.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Thats what i was afraid of ^^ but thanks for the clarification. Keep up the 
good work 

Von meinem iPhone gesendet

Original comment by [email protected] on 7 Nov 2014 at 9:10

from smt2.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Hey,

I got one last Question :)
How can I reset the Page Id auto Increment so it starts at 0/1 again?

It is not writing the Page Ids in the database correct? So I cant just
truncate the relevant Data Base.

Thank you so much

Sven

2014-11-07 10:10 GMT+01:00 <[email protected]>:

Original comment by [email protected] on 28 Nov 2014 at 12:57

from smt2.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
There isn't a dedicated option to reset database tables, however you can do 2 
things:
  1) Access your MySQL shell and execute: `TRUNCATE TABLE smt2_records`
  2) Browse admin/sys/uninstall.php, then install smt2e again.

Hope that helps.

Original comment by [email protected] on 28 Nov 2014 at 2:58

from smt2.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Hey, sry for the delay i was on vacation.
The Page_id/cache_id isn't written into the database. If i execute `TRUNCATE
TABLE smt2_records` the page_id still continues counting up.
I guess it is implemented somewhere in the code --> if new page_url then
page_id ++ or something like that. The Problem is that i cant found where
this is done and how i can reset this counter. Maybe you know what i mean.
And could you pls tell me how this page_id works. I got some problems wit
my urls. I need to separate the Data concerning the different pages of my
domain. But sometimes it gives Urls which allready got an Page_id another
one so i cant differentiate due to the page id. There are no Parameters in
my Urls, they are all generic. Do you have any glue why this can happen?

I'm really thankfull for help and i guess this is the last time i need it :)

Great tool btw

Sven

2014-11-28 15:58 GMT+01:00 <[email protected]>:

Original comment by [email protected] on 5 Dec 2014 at 8:58

from smt2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.