userAgent property

String? userAgent
getter/setter pair

User agent as included in the HTTP header.

UTF-8 encoded string with a length limit of 1 KiB. This should not be set when using the JavaScript pixel or if directUserRequest is set.

Optional.

Implementation

core.String? userAgent;