userAgent property

String? userAgent
getter/setter pair

The user agent to enhance the original conversion.

This can be found in your user's HTTP request header when they convert on your web page. Example, "Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X)". User agent can only be specified in enhancements with user identifiers.

Implementation

core.String? userAgent;