Guide
Analytics Tracking
UUID
1 min
the uuid (universally unique identifier) generation endpoint is designed to create a unique identifier that is used exclusively for reporting analytics data within the klevu platform this uuid also plays a crucial role in identifying and correlating conversion data, providing a seamless link between user interactions and the resulting analytics { "name" "generate uuid", "method" "post", "url" "https //stats ksearchnet com/analytics/uuid", "description" "end point returns the ip address and uuid for a given request ", "tab" "examples", "examples" { "languages" \[ { "id" "p hfkyvubdsk s4ei tk5", "language" "curl", "code" "\<?php\n\n$curl = curl init();\n\ncurl setopt array($curl, array(\n curlopt url => 'https //stats ksearchnet com/analytics/uuid',\n curlopt returntransfer => true,\n curlopt encoding => '',\n curlopt maxredirs => 10,\n curlopt timeout => 0,\n curlopt followlocation => true,\n curlopt http version => curl http version 1 1,\n curlopt customrequest => 'post',\n));\n\n$response = curl exec($curl);\n\ncurl close($curl);\necho $response;\n", "customlabel" "" }, { "id" "ygetq5zgt 7c0zq4zhfim", "language" "nodejs", "code" "var request = require('request');\nvar options = {\n 'method' 'post',\n 'url' 'https //stats ksearchnet com/analytics/uuid',\n 'headers' {\n }\n};\nrequest(options, function (error, response) {\n if (error) throw new error(error);\n console log(response body);\n});\n", "customlabel" "" } ], "selectedlanguageid" "p hfkyvubdsk s4ei tk5" }, "results" { "languages" \[ { "id" "h23l4 ukkvzwnzoghlin5", "language" "200", "customlabel" "", "code" "{\n \\"ip address\\" \\"x x x x\\",\n \\"klevu uuid\\" \\"0ff61cc7 4a55 4b3a b9f8 975ea2b248ea\\"\n}" } ], "selectedlanguageid" "h23l4 ukkvzwnzoghlin5" }, "request" { "pathparameters" \[], "queryparameters" \[], "headerparameters" \[], "bodydataparameters" \[], "formdataparameters" \[] }, "currentnewparameter" { "label" "body parameter", "value" "bodydataparameters" } }