AttributionReportingEventLevelResult Enumeration |
Version 130.1.90
AttributionReportingEventLevelResult
Namespace: CefSharp.DevTools.StorageAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public enum AttributionReportingEventLevelResult
public enum class AttributionReportingEventLevelResult
Members Member name | Value | Description |
---|
Success | 0 |
success
|
SuccessDroppedLowerPriority | 1 |
successDroppedLowerPriority
|
InternalError | 2 |
internalError
|
NoCapacityForAttributionDestination | 3 |
noCapacityForAttributionDestination
|
NoMatchingSources | 4 |
noMatchingSources
|
Deduplicated | 5 |
deduplicated
|
ExcessiveAttributions | 6 |
excessiveAttributions
|
PriorityTooLow | 7 |
priorityTooLow
|
NeverAttributedSource | 8 |
neverAttributedSource
|
ExcessiveReportingOrigins | 9 |
excessiveReportingOrigins
|
NoMatchingSourceFilterData | 10 |
noMatchingSourceFilterData
|
ProhibitedByBrowserPolicy | 11 |
prohibitedByBrowserPolicy
|
NoMatchingConfigurations | 12 |
noMatchingConfigurations
|
ExcessiveReports | 13 |
excessiveReports
|
FalselyAttributedSource | 14 |
falselyAttributedSource
|
ReportWindowPassed | 15 |
reportWindowPassed
|
NotRegistered | 16 |
notRegistered
|
ReportWindowNotStarted | 17 |
reportWindowNotStarted
|
NoMatchingTriggerData | 18 |
noMatchingTriggerData
|
See Also