Skip to content
Extraits de code Groupes Projets
  1. nov. 13, 2014
  2. oct. 14, 2014
  3. oct. 13, 2014
    • Thomas Steur's avatar
      refs #6415 #4996 better protection for 0 actions if content tracking is used. · 9f8e17f4
      Thomas Steur a rédigé
      Delay first content tracking request a bit to make kinda sure a possible
      previous pageview request is already executed. If there is a new visitor
      and there are 2 tracking requests at nearly same time (eg trackPageView
      and trackContentImpression) 2 visits will be created as both visitors
      are basically at the same time. This is only a workaround and it this
      problem might still occur. Also delay a link earlier in case an
      interaction is happening to make sure the browser waits for the
      interaction to be tracked.
      9f8e17f4
  4. sept. 26, 2014
  5. sept. 22, 2014
  6. sept. 19, 2014
    • Thomas Steur's avatar
      refs #4996 there is a difference between link tracking enabled and installed.... · 791eef55
      Thomas Steur a rédigé
      refs #4996 there is a difference between link tracking enabled and installed. When replacing the initial link urls link tracking might not be installed yet but enabled (will be installed on load event). When a click is happening on a content block we still need to use linkTrackingInstalled since then the credirect/tracking request is actually happening and we need to know whether outlink/download will track it or whether we have to do it separately. Make sure to call enableLinkTracking before trackContentImpressions although there should be no huge difference as both will be delayed until ready/load event anyway
      791eef55
  7. sept. 15, 2014
  8. sept. 14, 2014
  9. sept. 13, 2014
  10. sept. 10, 2014
  11. sept. 09, 2014
  12. sept. 01, 2014
  13. août 27, 2014
  14. août 13, 2014
  15. août 08, 2014
  16. juin 30, 2014
  17. juin 25, 2014
  18. juin 18, 2014
  19. juin 10, 2014
  20. mai 19, 2014
  21. mai 18, 2014
  22. mai 13, 2014
  23. mai 09, 2014
  24. avr. 10, 2014
  25. avr. 02, 2014
  26. mars 14, 2014
  27. mars 04, 2014
  28. mars 02, 2014
    • diosmosis's avatar
      Fixing UI tests build: · 7345411d
      diosmosis a rédigé
      - change idsite to idSite in Overlay URLs in piwik.js
      - don't init top controls if top controls container can't be found
      - add default parameter for $urls in SitesManager.setSiteAliasUrls so site alias URLs can be reset
      - fix bugs in UI tests database setup (including moving dashboard setup to UITestFixture class & keeping outside of
        setUp function so --persist-fixture-data will work in case the super user is deleted)
      - Add queryParamOverride testingEnvironment variable.
      - fix screenshot testing page renderer's method of waiting for CSS images
      - add margin bottom & left for widgetized controls for tests
      - add diagnostics to upload_artifacts.sh script
      7345411d
  29. jan. 30, 2014
Chargement en cours