SharedStoragePrivateAggregationConfig

@Serializable
data class SharedStoragePrivateAggregationConfig(val aggregationCoordinatorOrigin: String? = null, val contextId: String? = null, val filteringIdMaxBytes: Int, val maxContributions: Int? = null)

Represents a dictionary object passed in as privateAggregationConfig to run or selectURL.

Constructors

Link copied to clipboard
constructor(aggregationCoordinatorOrigin: String? = null, contextId: String? = null, filteringIdMaxBytes: Int, maxContributions: Int? = null)

Properties

Link copied to clipboard

The chosen aggregation service deployment.

Link copied to clipboard
val contextId: String? = null

The context ID provided.

Link copied to clipboard

Configures the maximum size allowed for filtering IDs.

Link copied to clipboard
val maxContributions: Int? = null

The limit on the number of contributions in the final report.