Click or drag to resize

AttributionReportingEventLevelResult Enumeration

Version 130.1.90
AttributionReportingEventLevelResult

Namespace: CefSharp.DevTools.Storage
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public enum AttributionReportingEventLevelResult
Members
Member nameValueDescription
Success0 success
SuccessDroppedLowerPriority1 successDroppedLowerPriority
InternalError2 internalError
NoCapacityForAttributionDestination3 noCapacityForAttributionDestination
NoMatchingSources4 noMatchingSources
Deduplicated5 deduplicated
ExcessiveAttributions6 excessiveAttributions
PriorityTooLow7 priorityTooLow
NeverAttributedSource8 neverAttributedSource
ExcessiveReportingOrigins9 excessiveReportingOrigins
NoMatchingSourceFilterData10 noMatchingSourceFilterData
ProhibitedByBrowserPolicy11 prohibitedByBrowserPolicy
NoMatchingConfigurations12 noMatchingConfigurations
ExcessiveReports13 excessiveReports
FalselyAttributedSource14 falselyAttributedSource
ReportWindowPassed15 reportWindowPassed
NotRegistered16 notRegistered
ReportWindowNotStarted17 reportWindowNotStarted
NoMatchingTriggerData18 noMatchingTriggerData
See Also