AttributionReportingSourceRegistration

@Serializable
data class AttributionReportingSourceRegistration(val time: Double, val expiry: Int, val triggerData: List<Double>, val eventReportWindows: Storage.AttributionReportingEventReportWindows, val aggregatableReportWindow: Int, val type: Storage.AttributionReportingSourceType, val sourceOrigin: String, val reportingOrigin: String, val destinationSites: List<String>, val eventId: String, val priority: String, val filterData: List<Storage.AttributionReportingFilterDataEntry>, val aggregationKeys: List<Storage.AttributionReportingAggregationKeysEntry>, val debugKey: String? = null, val triggerDataMatching: Storage.AttributionReportingTriggerDataMatching, val destinationLimitPriority: String, val aggregatableDebugReportingConfig: Storage.AttributionReportingAggregatableDebugReportingConfig, val scopesData: Storage.AttributionScopesData? = null, val maxEventLevelReports: Int, val namedBudgets: List<Storage.AttributionReportingNamedBudgetDef>, val debugReporting: Boolean, val eventLevelEpsilon: Double)

Constructors

Link copied to clipboard
constructor(time: Double, expiry: Int, triggerData: List<Double>, eventReportWindows: Storage.AttributionReportingEventReportWindows, aggregatableReportWindow: Int, type: Storage.AttributionReportingSourceType, sourceOrigin: String, reportingOrigin: String, destinationSites: List<String>, eventId: String, priority: String, filterData: List<Storage.AttributionReportingFilterDataEntry>, aggregationKeys: List<Storage.AttributionReportingAggregationKeysEntry>, debugKey: String? = null, triggerDataMatching: Storage.AttributionReportingTriggerDataMatching, destinationLimitPriority: String, aggregatableDebugReportingConfig: Storage.AttributionReportingAggregatableDebugReportingConfig, scopesData: Storage.AttributionScopesData? = null, maxEventLevelReports: Int, namedBudgets: List<Storage.AttributionReportingNamedBudgetDef>, debugReporting: Boolean, eventLevelEpsilon: Double)

Properties

Link copied to clipboard

duration in seconds

Link copied to clipboard
val debugKey: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val expiry: Int

duration in seconds

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

number instead of integer because not all uint32 can be represented by int

Link copied to clipboard