Enum AttributionReportingEventLevelResult
AttributionReportingEventLevelResult
[JsonConverter(typeof(JsonEnumMemberConverter<AttributionReportingEventLevelResult>))]
public enum AttributionReportingEventLevelResult
Fields
[EnumMember(Value = "deduplicated")] Deduplicated = 5Enumerated member for the deduplicated value.
[EnumMember(Value = "excessiveAttributions")] ExcessiveAttributions = 6Enumerated member for the excessiveAttributions value.
[EnumMember(Value = "excessiveReportingOrigins")] ExcessiveReportingOrigins = 9Enumerated member for the excessiveReportingOrigins value.
[EnumMember(Value = "excessiveReports")] ExcessiveReports = 13Enumerated member for the excessiveReports value.
[EnumMember(Value = "falselyAttributedSource")] FalselyAttributedSource = 14Enumerated member for the falselyAttributedSource value.
[EnumMember(Value = "internalError")] InternalError = 2Enumerated member for the internalError value.
[EnumMember(Value = "neverAttributedSource")] NeverAttributedSource = 8Enumerated member for the neverAttributedSource value.
[EnumMember(Value = "noCapacityForAttributionDestination")] NoCapacityForAttributionDestination = 3Enumerated member for the noCapacityForAttributionDestination value.
[EnumMember(Value = "noMatchingConfigurations")] NoMatchingConfigurations = 12Enumerated member for the noMatchingConfigurations value.
[EnumMember(Value = "noMatchingSourceFilterData")] NoMatchingSourceFilterData = 10Enumerated member for the noMatchingSourceFilterData value.
[EnumMember(Value = "noMatchingSources")] NoMatchingSources = 4Enumerated member for the noMatchingSources value.
[EnumMember(Value = "noMatchingTriggerData")] NoMatchingTriggerData = 18Enumerated member for the noMatchingTriggerData value.
[EnumMember(Value = "notRegistered")] NotRegistered = 16Enumerated member for the notRegistered value.
[EnumMember(Value = "priorityTooLow")] PriorityTooLow = 7Enumerated member for the priorityTooLow value.
[EnumMember(Value = "prohibitedByBrowserPolicy")] ProhibitedByBrowserPolicy = 11Enumerated member for the prohibitedByBrowserPolicy value.
[EnumMember(Value = "reportWindowNotStarted")] ReportWindowNotStarted = 17Enumerated member for the reportWindowNotStarted value.
[EnumMember(Value = "reportWindowPassed")] ReportWindowPassed = 15Enumerated member for the reportWindowPassed value.
[EnumMember(Value = "success")] Success = 0Enumerated member for the success value.
[EnumMember(Value = "successDroppedLowerPriority")] SuccessDroppedLowerPriority = 1Enumerated member for the successDroppedLowerPriority value.