Guest User

Untitled

a guest
Apr 25th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. "_index": "logstash-2017.02.04",
  2. "_type": "click",
  3. "_id": "AVe",
  4. "_score": 12,
  5. "_source": {
  6. "transmissie": "H",
  7. "position_car_page": 9,
  8. "model": "V",
  9. "datum": "2017-02-04 09:27:37",
  10. "abtest_device": "computer",
  11. "user_nr": "0"
  12. "ip_number": "0",
  13. "bouwjaar": "2013",
  14. "brandstof": "Benzine",
  15.  
  16. If user_nr is not empty or zero:
  17. userId = user_nr
  18. id_index = 1
  19. else if analytics_clientid is not empty or zero:
  20. userId = analytics_clientid
  21. id_index = 2
  22. else if ip_number is not empty or zero:
  23. userId = ip_number
  24. id_index = 3
Add Comment
Please, Sign In to add comment