pvId property

String? pvId
final

A 6 character unique page view ID.

Each unique ID represents one page view.

The default implementation will generate one on widget creation (recommended).

For more information see pvId in MatomoTracker.trackPageViewWithName and MatomoTracker.attachLastScreenInfo.

Implementation

final String? pvId;