SetStoredAnonymousId
Sets the stored anonymous ID
Method Parameters
| Parameter | Description |
|---|---|
| anonymousId | The anonymous ID to set |
Usage
http://localhost:3000
- C#
- C++
- Obj-C
- Java
- JavaScript
- Dart
- Roblox
- GDScript
- Cloud Code
- Raw
_bc.SetStoredAnonymousId("1234-1234-1234-1234");
_bc->setStoredAnonymousId("1234-1234-1234-1234");
_bc.storedAnonymousId = @"1234-1234-1234-1234";
// N/A
_bc.setStoredAnonymousId("1234-1234-1234-1234");
_bc.setStoredAnonymousId("1234-1234-1234-1234");
_bc:setStoredAnonymousId("1234-1234-1234-1234")
var result = await _bc.set_stored_anonymous_id("1234-1234-1234-1234")
if result.status == 200:
print("Success")
else:
print("Failed: %s" % result.status_message)
// N/A
// N/A
JSON Response
_bc.setStoredAnonymousId("1234-1234-1234-1234");