Skip to content
Extraits de code Groupes Projets
  1. oct. 13, 2014
  2. oct. 06, 2014
  3. oct. 05, 2014
  4. sept. 23, 2014
  5. sept. 09, 2014
  6. sept. 08, 2014
  7. sept. 01, 2014
  8. juil. 10, 2014
  9. juil. 09, 2014
  10. juin 10, 2014
  11. oct. 15, 2013
  12. juil. 23, 2013
  13. avr. 20, 2013
    • mattab's avatar
      Fixes #3904: · 35f975ac
      mattab a rédigé
       * new segment 'siteSearchKeyword'
      Fixes #3903, #3905:
       * adding few fields in the Live API output to accomodate getSuggestedValuesForSegment
       * renamed other fields for consistency with segment names
      Fixes #3906:
       * new API: getSuggestedValuesForSegment which returns top suggested values for a particular segment. It uses the Live.getLastVisitsDetails API to fetch the most recently used values, and will show the most used values first
      
       * Adding tests for everything. The test case actually generates data for all segments so that VisitsSummary.get returns some data for each of the 47 segments being tested returns some data.
        How it works:
        * generate extended data in fixture
        * Tests (1) call getSuggestedValuesForSegment for each segment, check there is some data returned for each segment
        * get the first suggested value from the list,
        * Tests (2) call VisitsSummary.get with this segment value, eg. countryCode==ru.
          * I worked this way for all 47 segments until all tests had some data ==> now we know that all segments have been tested and that the auto suggest works for all segments. TDD FTW!
      35f975ac
  14. mars 27, 2013
  15. mars 11, 2013
  16. mars 04, 2013
  17. mars 03, 2013
    • mattab's avatar
      Fixes #3776, Fixes #3787 · 12c3fbeb
      mattab a rédigé
      Adding integration test to test this code.
      
      I also updated [ tracking api reference] to explain "cid" parameter.
      
      cid — (requires token_auth to be set) defines the visitor ID for this request. You must set this value to exactly a 16 character hexadecimal string (containing only characters 01234567890abcdefABCDEF). When specified, the Visitor ID will be “enforced”. This means that if there is no recent visit with this visitor ID, a new one will be created. If a visit is found in the last 30 minutes with your specified Visitor Id, then the new action will be recorded to this existing visit.
      12c3fbeb
Chargement en cours