getStamp method

AttributionStamp getStamp()

The attribution fields to merge into every event payload.

Implementation

AttributionStamp getStamp() => AttributionStamp(
      attributedLinkId: _active?.linkId,
      attributedClickId: _active?.clickId,
      linkOpenedAt: _active?.openedAt,
      sessionId: _sessionId,
    );