Skip to content
Extraits de code Groupes Projets
  1. jan. 07, 2017
    • Matthieu Aubry's avatar
      Fix tests (#11153) · c60ae9f3
      Matthieu Aubry a rédigé
      * referrer tests
      
      * Core system tests
      
      * Log Analytics is compatible with Python 2.7
      
      * Note
      
      * Submodule
      
      * UI tests: Gender neutral
      c60ae9f3
  2. oct. 06, 2015
  3. sept. 25, 2015
  4. avr. 23, 2015
  5. fév. 16, 2015
    • Thomas Steur's avatar
      refs #4633 fixed tests. · 9f1bcf69
      Thomas Steur a rédigé
      * No longer any segmentValue in subtables, this was a bug
      * Referer.getReferrerType should not have any segments
      * Order of some segments slightly changed in metadata output since we
        do process them earlier now
      * Append segemnt refererType=search to keywords
      9f1bcf69
  6. fév. 13, 2015
  7. nov. 07, 2014
  8. oct. 05, 2014
  9. juin 12, 2014
  10. fév. 25, 2014
  11. déc. 08, 2013
  12. nov. 21, 2013
  13. oct. 07, 2013
    • mattab's avatar
      Refs #4125 Renaming plugin from Referers to Referrers · a27771ee
      mattab a rédigé
       * updating all variables/methods containing Referers
       * RENAMING custom segments definition, and custom scheduled reports definition, so that when they load "Referers" segment/report it still works as expected
       * RENAMING old archived data so that archived blobs are called Referrers
        * Reverting part of 0deb2bbb
        * Update integration tests generating PDF+HTML with images on my dev box (GD 2.1 and PHP 5.5)
      a27771ee
  14. mai 08, 2013
  15. jan. 10, 2013
  16. déc. 19, 2012
  17. oct. 19, 2012
  18. sept. 24, 2012
  19. sept. 05, 2012
  20. août 11, 2012
  21. fév. 01, 2012
  22. jan. 27, 2012
  23. déc. 20, 2011
  24. oct. 14, 2011
    • mattpiwik's avatar
      Fixes #2670 · 7d703466
      mattpiwik a rédigé
       * Metadata output now contains "imageGraphUrl"
       * the function used by piwik mobile and others, API.getReportMetadata now accepts period and date parameters
        * for "Evolution graphs" (goals, visitssummary, etc.) we must "plot" multiple days previous to the currently selected date. 
        The metadata APi automatically does the $date parameter rewrite, when period != range, and date is not already a range.
        Therefore the imageGraphUrl can be used as is.
       * New page available at: index.php?module=ImageGraph&action=index&idSite=1&period=month&date=2011-04-17
        * This page will call metadata APi then display the graph for all existing reports. This is a useful debug/test page to view all graphs as they will be displayed in Piwik Mobile (and PDF reports later refs #2706
      
      Refs #1721
       * Showing less vertical bars in graph by default 
       * Displaying empty graph when there is no data
      
      git-svn-id: http://dev.piwik.org/svn/trunk@5296 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      7d703466
  25. oct. 04, 2011
  26. sept. 19, 2011
    • mattpiwik's avatar
      Fixes #2660 · 635f0569
      mattpiwik a rédigé
       * Adding price tracking on Ecommerce pages, via JS or PHP api. 
       * Displaying price in API field avg_price ONLY IF the product was NOT purchased. If a product was purchased, the "display price" tracked is not displayed and purchased price is used instead.
       * Price tracked with this feature will ONLY be displayed as "Avg_price" in Product Names, and Product SKUs ONLY WHEN the products havent been bought.
       * Hacking around tracking price for ecommerce items, using a custom variable and small custom hacks to the SQL to get the average price for each custom var.
       Similar to doing basic version of custom variables co variation
       * Allow custom variables values to be integer (previously would fail to record the custom variable)
      
      TODO: Update Doc
      
      git-svn-id: http://dev.piwik.org/svn/trunk@5191 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      635f0569
  27. sept. 18, 2011
    • mattpiwik's avatar
      Fixes #2671, #2659 · 400c0cef
      mattpiwik a rédigé
       * Custom vars 200 length limit instead of 100
       * Now up to 5 categories tracked for Ecommerce items
       * show back trace when debug output is enabled
       * fixing previous integration test left broken (sorry Timo!)
      
      
      git-svn-id: http://dev.piwik.org/svn/trunk@5176 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      400c0cef
  28. sept. 13, 2011
  29. juin 05, 2011
  30. mai 19, 2011
    • mattpiwik's avatar
      Refs #898 · 3aca2890
      mattpiwik a rédigé
       * Adding Product page/Category page view tracking via Tracking function: setEcommerceView: function(sku, name, category)
      This is using the Custom Variables per page, using slot 3/4/5 to track sku/name/category
       * UPdated PHP tracker + JS tracker + adding tests
       * Items reports (best SKU/Name/Category) will automatically call the Custom Vars API and enrich the items reports with "Visits", "Conversion rate"
       * Updating integration tests + fixing bug when item is deleted from Cart, then added again (or purchased)
      
      
      git-svn-id: http://dev.piwik.org/svn/trunk@4723 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      3aca2890
  31. mai 17, 2011
    • mattpiwik's avatar
      Fixes #2434 Now Actions.get* and Goals.get* (which were the two API not... · 4727edfe
      mattpiwik a rédigé
      Fixes #2434 Now Actions.get* and Goals.get* (which were the two API not supporting all segments) have full support of all segments + adding tests
      
      Refs #2432 
       * Processing Custom vars per page: they are merged in the existing Custom Variables output (rather than create a separate one)
       * So there is no need for a new Report in the UI, Custom variables of scope "page" are displayed in the "Visitors > Custom Variables" report
       * Displaying Custom vars per page in the Live API output
      
      
      git-svn-id: http://dev.piwik.org/svn/trunk@4717 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      4727edfe
  32. mai 16, 2011
    • mattpiwik's avatar
      Refs #898 · d8ed9a11
      mattpiwik a rédigé
       * New segment visitType=returningCustomer for visits that are returning, and bought something in a previous visit + integration tests
      Refs #2432 
       * Tracking Custom vars per page + PHP Tracking API + tests
       * TODO: JS API + js tests + Reporting
      Also trying to improve mysqli build..
      
      git-svn-id: http://dev.piwik.org/svn/trunk@4709 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      d8ed9a11
  33. mai 15, 2011
    • mattpiwik's avatar
      Refs #898 Work in progress (but should leave trunk stable and not break anything) · 371af63e
      mattpiwik a rédigé
       * Now tracking Ecommerce Items (sku,name,category,qty,price)
       * zero, 1 or many items can be in a Ecommerce Cart (total), or an Ecommerce order (orderid, grandtotal, subtotal, tax, shipping, discount)
       * A Cart left at the end of a visit becomes an Abandoned cart. New reports separate orders from abandoned carts.
       * JS API and PHP API have 3 new functions (add items, track cart update, track ecommerce order)
       * JS stores timestamp last ecommerce transaction in id cookie so we can count repeat buyers
       * Goals.get API now returns stats for the two goals: ecommerceOrder and ecommerceAbandonedCart
       * new API functions to request Items (product) reports: getItemsSku, getItemsName, getItemsCategory. See doc:
      
        If you are tracking Ecommerce orders and products on your site, the functions "getItemsSku", "getItemsName" and "getItemsCategory"
        will return the list of products purchased on your site, either grouped by Product SKU, Product Name or Product Category. For each name, SKU or category, the following
        metrics are returned: Total revenue, quantity, average price, average quantity, number of orders with this product.
        
        By default, these functions returns the 'Products purchased'. These functions also accept an optional parameter &abandonedCarts=1.
        If the parameter is set, it will instead return the metrics for products that were left in an abandoned cart therefore not purchased. 
        
        The API also lets you request overall Goal metrics via the method "get": Conversions, Visits with at least one conversion, Conversion rate and Revenue.
        If you wish to request specific metrics about Ecommerce goals, you can set the parameter &idGoal=ecommerceAbandonedCart to get metrics about abandoned carts (including Lost revenue, and number of items left in the cart) 
        or &idGoal=ecommerceOrder to get metrics about Ecommerce orders (number of orders, visits with an order, subtotal, tax, shipping, discount, revenue, items ordered)
       * showing ecommerce orders/abandoned carts in the Live! API output
       * new segments: visitEcommerceStatus and daysSinceLastEcommerceOrder
       * these new attributes also appears in Live! API output
       * Fixes #1975 as side effect of cleaning up all this code this bug should now be fixed (bug was to use nb of conversions as dividend, rather than number of converted visits)
       * adding full integration test testing all possible use cases regarding Ecommerce carts/orders/items etc.
       * also integration testing the changes to piwik.js 
      
      git-svn-id: http://dev.piwik.org/svn/trunk@4691 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      371af63e
  34. mai 05, 2011
  35. avr. 30, 2011
  36. avr. 20, 2011
    • mattpiwik's avatar
      Fixes #2346 · c35ecbc5
      mattpiwik a rédigé
       * Do not display Conversion rate from "All columns" view, when there is "per goal" metric available
       * Do not display conversion rate on the "Goals" view
       * Remove nb_visits_converted from the API when there is "per goal" metric
       * Revenue per visit, is now based on the sum of revenue for all goals, rather than trusting the "revenue" field in the visit (in case Goal Revenue was attributed to a Referrer that is different from the visit Referrer where this conversion occurred)
      
      API Breaking: nb_visits_converted not already in response anymore (only when there is no "per goal" metrics for this report)
      
      git-svn-id: http://dev.piwik.org/svn/trunk@4525 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      c35ecbc5
  37. avr. 11, 2011
Chargement en cours