GamSummary

data class GamSummary(val hasAssetParameters: Boolean, val streamActivityMonitorId: String? = null)

Redacted GAM summary for a DiagnosticReport (ad-tag-parameter VALUES omitted).

Constructors

Link copied to clipboard
constructor(hasAssetParameters: Boolean, streamActivityMonitorId: String? = null)

Properties

Link copied to clipboard

Whether any asset parameters were supplied for this session — values are intentionally omitted, only their presence is reported. Set when the session starts: since ADS-221 the only application-supplied layer is SessionConfig.assetParameters, there is no org-level one.

Link copied to clipboard

The GAM stream activity monitor id from the configuration, when set.