networkUserId property

String? networkUserId
final

Network user ID (UUIDv4).

Populates the network_userid field. Typically used to link native tracking to in-app browser events tracked using the JavaScript Tracker. Normally one would retrieve the network userid from the browser and pass it to the app.

Only configurable on iOS and Android. Ignored on Web where it is automatically assigned.

Implementation

final String? networkUserId;