Skip to content
Extraits de code Groupes Projets
  • mattab's avatar
    12c3fbeb
    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
    Historique
    Fixes #3776, Fixes #3787
    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.