Skip to content
Extraits de code Groupes Projets
  1. jan. 22, 2016
  2. oct. 05, 2014
  3. oct. 23, 2013
  4. oct. 19, 2012
  5. oct. 15, 2012
  6. oct. 12, 2012
  7. sept. 29, 2011
  8. sept. 27, 2011
    • mattpiwik's avatar
      Fixes #2667 · c91c513e
      mattpiwik a rédigé
       * Stop aggregating visits for Custom variables of scope "page"
        * still OK for scope "visit" since there is supposed to be one custom var value per custom variable name for a given visit
       * Now we always display the Actions columns so that these rows with no visit still show the number of Actions
       * cleaned up from custom var output report, removed some "price_viewed" column left out
      
      UI Change (future FAQ maybe...)
       * When there is a "Visits" column for the Custom Variable report with a value of "-" (hyphen) then it means this custom variable was used with scope=page. 
      
      Fixes #2662
       * Added integration tests testing getPageUrl with multiple periods and websites 
       * fixed a bug when idSite=all or 1,2,3
      
      git-svn-id: http://dev.piwik.org/svn/trunk@5235 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      c91c513e
  9. sept. 13, 2011
  10. mai 22, 2011
  11. mai 16, 2011
  12. 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
  13. jan. 17, 2011
    • mattpiwik's avatar
      Refs #1363 · dba5b703
      mattpiwik a rédigé
       * Fixing bug triggered in an edge case. added integration test reproducing the issue 
       * this was causing an error during Archiving: "Fatal error: Cannot use object of type Piwik_DataTable_Row as array in /home/www/trunk/plugins/Actions/Actions.php on line 552"
      
      git-svn-id: http://dev.piwik.org/svn/trunk@3768 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      dba5b703
  14. jan. 16, 2011
  15. jan. 10, 2011
  16. juil. 17, 2010
Chargement en cours