Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to attach the last pvId automatically #96

Merged
merged 4 commits into from May 25, 2023

Conversation

EPNW-Eric
Copy link
Contributor

I think the documentation of attachLastPvId describes this PR pretty good:

  /// Whether to attach the last `pvId` to actions that can be associated with
  /// page views.
  ///
  /// There are some actions like [trackEvent] and [trackContentImpression]
  /// that can be associated with page views by setting a `pvId` (what is the
  /// abbreviation of page view id). If [attachLastPvId] is `true` and there is
  /// a last page view tracked by [trackScreenWithName] (or a method/class that
  /// uses it like [trackScreen], [TraceableClientMixin], [TraceableWidget]) the
  /// last recored `pvId` is automatically used unless it is overwritten in that
  /// action.
  late final bool attachLastPvId;

@TesteurManiak TesteurManiak merged commit 4bab27d into Floating-Dartists:dev May 25, 2023
2 checks passed
@EPNW-Eric EPNW-Eric deleted the attach_pvid branch May 26, 2023 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants