generateId function
Generates UUID for impression events and unique connection id. Should be swapped with predictable values in tests
Implementation
String generateId() {
return uuid.v4();
}
Generates UUID for impression events and unique connection id. Should be swapped with predictable values in tests
String generateId() {
return uuid.v4();
}