Class AttributionReportingSourceRegistration
AttributionReportingSourceRegistration
public sealed class AttributionReportingSourceRegistration
- Inheritance
-
AttributionReportingSourceRegistration
- Inherited Members
Properties
AggregatableDebugReportingConfig
aggregatableDebugReportingConfig
[JsonPropertyName("aggregatableDebugReportingConfig")]
public AttributionReportingAggregatableDebugReportingConfig AggregatableDebugReportingConfig { get; set; }
Property Value
AggregatableReportWindow
aggregatableReportWindow
[JsonPropertyName("aggregatableReportWindow")]
public long AggregatableReportWindow { get; set; }
Property Value
AggregationKeys
aggregationKeys
[JsonPropertyName("aggregationKeys")]
public AttributionReportingAggregationKeysEntry[] AggregationKeys { get; set; }
Property Value
DebugKey
debugKey
[JsonPropertyName("debugKey")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string DebugKey { get; set; }
Property Value
DestinationLimitPriority
destinationLimitPriority
[JsonPropertyName("destinationLimitPriority")]
public string DestinationLimitPriority { get; set; }
Property Value
DestinationSites
destinationSites
[JsonPropertyName("destinationSites")]
public string[] DestinationSites { get; set; }
Property Value
- string[]
EventId
eventId
[JsonPropertyName("eventId")]
public string EventId { get; set; }
Property Value
Expiry
expiry
[JsonPropertyName("expiry")]
public long Expiry { get; set; }
Property Value
FilterData
filterData
[JsonPropertyName("filterData")]
public AttributionReportingFilterDataEntry[] FilterData { get; set; }
Property Value
Priority
priority
[JsonPropertyName("priority")]
public string Priority { get; set; }
Property Value
ReportingOrigin
reportingOrigin
[JsonPropertyName("reportingOrigin")]
public string ReportingOrigin { get; set; }
Property Value
ScopesData
scopesData
[JsonPropertyName("scopesData")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AttributionScopesData ScopesData { get; set; }
Property Value
SourceOrigin
sourceOrigin
[JsonPropertyName("sourceOrigin")]
public string SourceOrigin { get; set; }
Property Value
Time
time
[JsonPropertyName("time")]
public double Time { get; set; }
Property Value
TriggerDataMatching
triggerDataMatching
[JsonPropertyName("triggerDataMatching")]
public AttributionReportingTriggerDataMatching TriggerDataMatching { get; set; }
Property Value
TriggerSpecs
triggerSpecs
[JsonPropertyName("triggerSpecs")]
public AttributionReportingTriggerSpec[] TriggerSpecs { get; set; }
Property Value
Type
type
[JsonPropertyName("type")]
public AttributionReportingSourceType Type { get; set; }