存储协议
Chrome DevTools 协议的存储域命令、事件和类型。
方法
pydoll.protocol.storage.methods
GetStorageKeyForFrameResponse
module-attribute
GetStorageKeyForFrameResponse = Response[GetStorageKeyForFrameResult]
GetUsageAndQuotaResponse
module-attribute
GetUsageAndQuotaResponse = Response[GetUsageAndQuotaResult]
GetInterestGroupDetailsResponse
module-attribute
GetInterestGroupDetailsResponse = Response[GetInterestGroupDetailsResult]
GetSharedStorageMetadataResponse
module-attribute
GetSharedStorageMetadataResponse = Response[GetSharedStorageMetadataResult]
GetSharedStorageEntriesResponse
module-attribute
GetSharedStorageEntriesResponse = Response[GetSharedStorageEntriesResult]
RunBounceTrackingMitigationsResponse
module-attribute
RunBounceTrackingMitigationsResponse = Response[RunBounceTrackingMitigationsResult]
SendPendingAttributionReportsResponse
module-attribute
SendPendingAttributionReportsResponse = Response[SendPendingAttributionReportsResult]
GetRelatedWebsiteSetsResponse
module-attribute
GetRelatedWebsiteSetsResponse = Response[GetRelatedWebsiteSetsResult]
GetAffectedUrlsForThirdPartyCookieMetadataResponse
module-attribute
GetAffectedUrlsForThirdPartyCookieMetadataResponse = Response[GetAffectedUrlsForThirdPartyCookieMetadataResult]
GetStorageKeyForFrameCommand
module-attribute
GetStorageKeyForFrameCommand = Command[GetStorageKeyForFrameParams, GetStorageKeyForFrameResponse]
ClearDataForOriginCommand
module-attribute
ClearDataForOriginCommand = Command[ClearDataForOriginParams, EmptyResponse]
ClearDataForStorageKeyCommand
module-attribute
ClearDataForStorageKeyCommand = Command[ClearDataForStorageKeyParams, EmptyResponse]
GetCookiesCommand
module-attribute
GetCookiesCommand = Command[GetCookiesParams, GetCookiesResponse]
ClearCookiesCommand
module-attribute
ClearCookiesCommand = Command[ClearCookiesParams, EmptyResponse]
GetUsageAndQuotaCommand
module-attribute
GetUsageAndQuotaCommand = Command[GetUsageAndQuotaParams, GetUsageAndQuotaResponse]
OverrideQuotaForOriginCommand
module-attribute
OverrideQuotaForOriginCommand = Command[OverrideQuotaForOriginParams, EmptyResponse]
TrackCacheStorageForOriginCommand
module-attribute
TrackCacheStorageForOriginCommand = Command[TrackCacheStorageForOriginParams, EmptyResponse]
TrackCacheStorageForStorageKeyCommand
module-attribute
TrackCacheStorageForStorageKeyCommand = Command[TrackCacheStorageForStorageKeyParams, EmptyResponse]
TrackIndexedDBForOriginCommand
module-attribute
TrackIndexedDBForOriginCommand = Command[TrackIndexedDBForOriginParams, EmptyResponse]
TrackIndexedDBForStorageKeyCommand
module-attribute
TrackIndexedDBForStorageKeyCommand = Command[TrackIndexedDBForStorageKeyParams, EmptyResponse]
UntrackCacheStorageForOriginCommand
module-attribute
UntrackCacheStorageForOriginCommand = Command[UntrackCacheStorageForOriginParams, EmptyResponse]
UntrackCacheStorageForStorageKeyCommand
module-attribute
UntrackCacheStorageForStorageKeyCommand = Command[UntrackCacheStorageForStorageKeyParams, EmptyResponse]
UntrackIndexedDBForOriginCommand
module-attribute
UntrackIndexedDBForOriginCommand = Command[UntrackIndexedDBForOriginParams, EmptyResponse]
UntrackIndexedDBForStorageKeyCommand
module-attribute
UntrackIndexedDBForStorageKeyCommand = Command[UntrackIndexedDBForStorageKeyParams, EmptyResponse]
GetTrustTokensCommand
module-attribute
GetTrustTokensCommand = Command[EmptyParams, GetTrustTokensResponse]
ClearTrustTokensCommand
module-attribute
ClearTrustTokensCommand = Command[ClearTrustTokensParams, EmptyResponse]
GetInterestGroupDetailsCommand
module-attribute
GetInterestGroupDetailsCommand = Command[GetInterestGroupDetailsParams, GetInterestGroupDetailsResponse]
SetInterestGroupTrackingCommand
module-attribute
SetInterestGroupTrackingCommand = Command[SetInterestGroupTrackingParams, EmptyResponse]
SetInterestGroupAuctionTrackingCommand
module-attribute
SetInterestGroupAuctionTrackingCommand = Command[SetInterestGroupAuctionTrackingParams, EmptyResponse]
GetSharedStorageMetadataCommand
module-attribute
GetSharedStorageMetadataCommand = Command[GetSharedStorageMetadataParams, GetSharedStorageMetadataResponse]
GetSharedStorageEntriesCommand
module-attribute
GetSharedStorageEntriesCommand = Command[GetSharedStorageEntriesParams, GetSharedStorageEntriesResponse]
SetSharedStorageEntryCommand
module-attribute
SetSharedStorageEntryCommand = Command[SetSharedStorageEntryParams, EmptyResponse]
DeleteSharedStorageEntryCommand
module-attribute
DeleteSharedStorageEntryCommand = Command[DeleteSharedStorageEntryParams, EmptyResponse]
ClearSharedStorageEntriesCommand
module-attribute
ClearSharedStorageEntriesCommand = Command[ClearSharedStorageEntriesParams, EmptyResponse]
ResetSharedStorageBudgetCommand
module-attribute
ResetSharedStorageBudgetCommand = Command[ResetSharedStorageBudgetParams, EmptyResponse]
SetSharedStorageTrackingCommand
module-attribute
SetSharedStorageTrackingCommand = Command[SetSharedStorageTrackingParams, EmptyResponse]
SetStorageBucketTrackingCommand
module-attribute
SetStorageBucketTrackingCommand = Command[SetStorageBucketTrackingParams, EmptyResponse]
DeleteStorageBucketCommand
module-attribute
DeleteStorageBucketCommand = Command[DeleteStorageBucketParams, EmptyResponse]
RunBounceTrackingMitigationsCommand
module-attribute
RunBounceTrackingMitigationsCommand = Command[EmptyParams, RunBounceTrackingMitigationsResponse]
SetAttributionReportingLocalTestingModeCommand
module-attribute
SetAttributionReportingLocalTestingModeCommand = Command[SetAttributionReportingLocalTestingModeParams, EmptyResponse]
SetAttributionReportingTrackingCommand
module-attribute
SetAttributionReportingTrackingCommand = Command[SetAttributionReportingTrackingParams, EmptyResponse]
SendPendingAttributionReportsCommand
module-attribute
SendPendingAttributionReportsCommand = Command[EmptyParams, SendPendingAttributionReportsResponse]
GetRelatedWebsiteSetsCommand
module-attribute
GetRelatedWebsiteSetsCommand = Command[EmptyParams, GetRelatedWebsiteSetsResponse]
GetAffectedUrlsForThirdPartyCookieMetadataCommand
module-attribute
GetAffectedUrlsForThirdPartyCookieMetadataCommand = Command[GetAffectedUrlsForThirdPartyCookieMetadataParams, GetAffectedUrlsForThirdPartyCookieMetadataResponse]
SetProtectedAudienceKAnonymityCommand
module-attribute
SetProtectedAudienceKAnonymityCommand = Command[SetProtectedAudienceKAnonymityParams, EmptyResponse]
StorageMethod
Bases: str
, Enum
CLEAR_DATA_FOR_ORIGIN
class-attribute
instance-attribute
CLEAR_DATA_FOR_STORAGE_KEY
class-attribute
instance-attribute
GET_STORAGE_KEY_FOR_FRAME
class-attribute
instance-attribute
GET_USAGE_AND_QUOTA
class-attribute
instance-attribute
SET_PROTECTED_AUDIENCE_K_ANONYMITY
class-attribute
instance-attribute
TRACK_CACHE_STORAGE_FOR_ORIGIN
class-attribute
instance-attribute
TRACK_CACHE_STORAGE_FOR_STORAGE_KEY
class-attribute
instance-attribute
TRACK_INDEXED_DB_FOR_ORIGIN
class-attribute
instance-attribute
TRACK_INDEXED_DB_FOR_STORAGE_KEY
class-attribute
instance-attribute
UNTRACK_CACHE_STORAGE_FOR_ORIGIN
class-attribute
instance-attribute
UNTRACK_CACHE_STORAGE_FOR_STORAGE_KEY
class-attribute
instance-attribute
UNTRACK_INDEXED_DB_FOR_ORIGIN
class-attribute
instance-attribute
UNTRACK_INDEXED_DB_FOR_STORAGE_KEY
class-attribute
instance-attribute
CLEAR_SHARED_STORAGE_ENTRIES
class-attribute
instance-attribute
CLEAR_TRUST_TOKENS
class-attribute
instance-attribute
DELETE_SHARED_STORAGE_ENTRY
class-attribute
instance-attribute
DELETE_STORAGE_BUCKET
class-attribute
instance-attribute
GET_AFFECTED_URLS_FOR_THIRD_PARTY_COOKIE_METADATA
class-attribute
instance-attribute
GET_AFFECTED_URLS_FOR_THIRD_PARTY_COOKIE_METADATA = 'Storage.getAffectedUrlsForThirdPartyCookieMetadata'
GET_INTEREST_GROUP_DETAILS
class-attribute
instance-attribute
GET_RELATED_WEBSITE_SETS
class-attribute
instance-attribute
GET_SHARED_STORAGE_ENTRIES
class-attribute
instance-attribute
GET_SHARED_STORAGE_METADATA
class-attribute
instance-attribute
OVERRIDE_QUOTA_FOR_ORIGIN
class-attribute
instance-attribute
RESET_SHARED_STORAGE_BUDGET
class-attribute
instance-attribute
RUN_BOUNCE_TRACKING_MITIGATIONS
class-attribute
instance-attribute
SEND_PENDING_ATTRIBUTION_REPORTS
class-attribute
instance-attribute
SET_ATTRIBUTION_REPORTING_LOCAL_TESTING_MODE
class-attribute
instance-attribute
SET_ATTRIBUTION_REPORTING_TRACKING
class-attribute
instance-attribute
SET_INTEREST_GROUP_AUCTION_TRACKING
class-attribute
instance-attribute
SET_INTEREST_GROUP_TRACKING
class-attribute
instance-attribute
SET_SHARED_STORAGE_ENTRY
class-attribute
instance-attribute
SET_SHARED_STORAGE_TRACKING
class-attribute
instance-attribute
ClearDataForOriginParams
ClearDataForStorageKeyParams
SetCookiesParams
GetUsageAndQuotaResult
OverrideQuotaForOriginParams
GetInterestGroupDetailsParams
SetSharedStorageEntryParams
DeleteSharedStorageEntryParams
SetStorageBucketTrackingParams
GetAffectedUrlsForThirdPartyCookieMetadataParams
GetAffectedUrlsForThirdPartyCookieMetadataResult
事件
pydoll.protocol.storage.events
CacheStorageContentUpdated
module-attribute
CacheStorageContentUpdated = CDPEvent[CacheStorageContentUpdatedEventParams]
CacheStorageListUpdated
module-attribute
CacheStorageListUpdated = CDPEvent[CacheStorageListUpdatedEventParams]
IndexedDBContentUpdated
module-attribute
IndexedDBContentUpdated = CDPEvent[IndexedDBContentUpdatedEventParams]
IndexedDBListUpdated
module-attribute
IndexedDBListUpdated = CDPEvent[IndexedDBListUpdatedEventParams]
InterestGroupAccessed
module-attribute
InterestGroupAccessed = CDPEvent[InterestGroupAccessedEventParams]
InterestGroupAuctionEventOccurred
module-attribute
InterestGroupAuctionEventOccurred = CDPEvent[InterestGroupAuctionEventOccurredEventParams]
InterestGroupAuctionNetworkRequestCreated
module-attribute
InterestGroupAuctionNetworkRequestCreated = CDPEvent[InterestGroupAuctionNetworkRequestCreatedEventParams]
SharedStorageAccessed
module-attribute
SharedStorageAccessed = CDPEvent[SharedStorageAccessedEventParams]
SharedStorageWorkletOperationExecutionFinished
module-attribute
SharedStorageWorkletOperationExecutionFinished = CDPEvent[SharedStorageWorkletOperationExecutionFinishedEventParams]
StorageBucketCreatedOrUpdated
module-attribute
StorageBucketCreatedOrUpdated = CDPEvent[StorageBucketCreatedOrUpdatedEventParams]
StorageBucketDeleted
module-attribute
StorageBucketDeleted = CDPEvent[StorageBucketDeletedEventParams]
AttributionReportingSourceRegistered
module-attribute
AttributionReportingSourceRegistered = CDPEvent[AttributionReportingSourceRegisteredEventParams]
AttributionReportingTriggerRegistered
module-attribute
AttributionReportingTriggerRegistered = CDPEvent[AttributionReportingTriggerRegisteredEventParams]
AttributionReportingReportSent
module-attribute
AttributionReportingReportSent = CDPEvent[AttributionReportingReportSentEventParams]
AttributionReportingVerboseDebugReportSent
module-attribute
AttributionReportingVerboseDebugReportSent = CDPEvent[AttributionReportingVerboseDebugReportSentEventParams]
StorageEvent
Bases: str
, Enum
Events from the Storage domain of the Chrome DevTools Protocol.
This enumeration contains the names of Storage-related events that can be received from the Chrome DevTools Protocol. These events provide information about changes to various browser storage mechanisms including Cache Storage, IndexedDB, Interest Groups, Shared Storage, and Storage Buckets.
CACHE_STORAGE_CONTENT_UPDATED
class-attribute
instance-attribute
A cache's contents have been modified.
PARAMETER | DESCRIPTION |
---|---|
origin
|
Origin to update.
TYPE:
|
storageKey
|
Storage key to update.
TYPE:
|
bucketId
|
Storage bucket to update.
TYPE:
|
cacheName
|
Name of cache in origin.
TYPE:
|
CACHE_STORAGE_LIST_UPDATED
class-attribute
instance-attribute
A cache has been added/deleted.
PARAMETER | DESCRIPTION |
---|---|
origin
|
Origin to update.
TYPE:
|
storageKey
|
Storage key to update.
TYPE:
|
bucketId
|
Storage bucket to update.
TYPE:
|
INDEXED_DB_CONTENT_UPDATED
class-attribute
instance-attribute
The origin's IndexedDB object store has been modified.
PARAMETER | DESCRIPTION |
---|---|
origin
|
Origin to update.
TYPE:
|
storageKey
|
Storage key to update.
TYPE:
|
bucketId
|
Storage bucket to update.
TYPE:
|
databaseName
|
Database to update.
TYPE:
|
objectStoreName
|
ObjectStore to update.
TYPE:
|
INDEXED_DB_LIST_UPDATED
class-attribute
instance-attribute
The origin's IndexedDB database list has been modified.
PARAMETER | DESCRIPTION |
---|---|
origin
|
Origin to update.
TYPE:
|
storageKey
|
Storage key to update.
TYPE:
|
bucketId
|
Storage bucket to update.
TYPE:
|
INTEREST_GROUP_ACCESSED
class-attribute
instance-attribute
One of the interest groups was accessed. Note that these events are global to all targets sharing an interest group store.
PARAMETER | DESCRIPTION |
---|---|
accessTime
|
Time of the access.
TYPE:
|
type
|
Type of access.
TYPE:
|
ownerOrigin
|
Owner origin.
TYPE:
|
name
|
Name of the interest group.
TYPE:
|
componentSellerOrigin
|
For topLevelBid/topLevelAdditionalBid, and when appropriate, win and additionalBidWin.
TYPE:
|
bid
|
For bid or somethingBid event, if done locally and not on a server.
TYPE:
|
bidCurrency
|
Currency of the bid.
TYPE:
|
uniqueAuctionId
|
For non-global events --- links to interestGroupAuctionEvent.
TYPE:
|
INTEREST_GROUP_AUCTION_EVENT_OCCURRED
class-attribute
instance-attribute
An auction involving interest groups is taking place. These events are target-specific.
PARAMETER | DESCRIPTION |
---|---|
eventTime
|
Time of the event.
TYPE:
|
type
|
Type of auction event. |
uniqueAuctionId
|
Unique identifier for the auction.
TYPE:
|
parentAuctionId
|
Set for child auctions.
TYPE:
|
auctionConfig
|
Set for started and configResolved.
TYPE:
|
INTEREST_GROUP_AUCTION_NETWORK_REQUEST_CREATED
class-attribute
instance-attribute
INTEREST_GROUP_AUCTION_NETWORK_REQUEST_CREATED = 'Storage.interestGroupAuctionNetworkRequestCreated'
Specifies which auctions a particular network fetch may be related to, and in what role. Note that it is not ordered with respect to Network.requestWillBeSent (but will happen before loadingFinished loadingFailed).
PARAMETER | DESCRIPTION |
---|---|
type
|
Type of fetch. |
requestId
|
Request identifier.
TYPE:
|
auctions
|
This is the set of the auctions using the worklet that issued this request. In the case of trusted signals, it's possible that only some of them actually care about the keys being queried.
TYPE:
|
SHARED_STORAGE_ACCESSED
class-attribute
instance-attribute
Shared storage was accessed by the associated page. The following parameters are included in all events.
PARAMETER | DESCRIPTION |
---|---|
accessTime
|
Time of the access.
TYPE:
|
scope
|
Enum value indicating the access scope.
TYPE:
|
method
|
Enum value indicating the Shared Storage API method invoked. |
mainFrameId
|
DevTools Frame Token for the primary frame tree's root.
TYPE:
|
ownerOrigin
|
Serialization of the origin owning the Shared Storage data.
TYPE:
|
ownerSite
|
Serialization of the site owning the Shared Storage data.
TYPE:
|
params
|
The sub-parameters wrapped by params are all optional and their presence/absence depends on type. |
SHARED_STORAGE_WORKLET_OPERATION_EXECUTION_FINISHED
class-attribute
instance-attribute
SHARED_STORAGE_WORKLET_OPERATION_EXECUTION_FINISHED = 'Storage.sharedStorageWorkletOperationExecutionFinished'
A shared storage run or selectURL operation finished its execution. The following parameters are included in all events.
PARAMETER | DESCRIPTION |
---|---|
finishedTime
|
Time that the operation finished.
TYPE:
|
executionTime
|
Time, in microseconds, from start of shared storage JS API call until end of operation execution in the worklet.
TYPE:
|
method
|
Enum value indicating the Shared Storage API method invoked. |
operationId
|
ID of the operation call.
TYPE:
|
workletTargetId
|
Hex representation of the DevTools token used as the TargetID for the associated shared storage worklet.
TYPE:
|
mainFrameId
|
DevTools Frame Token for the primary frame tree's root.
TYPE:
|
ownerOrigin
|
Serialization of the origin owning the Shared Storage data.
TYPE:
|
STORAGE_BUCKET_CREATED_OR_UPDATED
class-attribute
instance-attribute
Fired when a storage bucket is created or updated.
PARAMETER | DESCRIPTION |
---|---|
bucketInfo
|
Information about the storage bucket.
TYPE:
|
STORAGE_BUCKET_DELETED
class-attribute
instance-attribute
Fired when a storage bucket is deleted.
PARAMETER | DESCRIPTION |
---|---|
bucketId
|
ID of the deleted storage bucket.
TYPE:
|
ATTRIBUTION_REPORTING_SOURCE_REGISTERED
class-attribute
instance-attribute
Fired when an attribution source is registered.
PARAMETER | DESCRIPTION |
---|---|
registration
|
Registration details. |
result
|
Result of the registration. |
ATTRIBUTION_REPORTING_TRIGGER_REGISTERED
class-attribute
instance-attribute
Fired when an attribution trigger is registered.
PARAMETER | DESCRIPTION |
---|---|
registration
|
Registration details. |
eventLevel
|
Event level result. |
aggregatable
|
Aggregatable result. |
ATTRIBUTION_REPORTING_REPORT_SENT
class-attribute
instance-attribute
Fired when an attribution report is sent.
PARAMETER | DESCRIPTION |
---|---|
url
|
URL the report was sent to.
TYPE:
|
body
|
Body of the report.
TYPE:
|
result
|
Result of the report sending. |
netError
|
If result is sent, populated with net/HTTP status.
TYPE:
|
netErrorName
|
Name of the network error if any.
TYPE:
|
httpStatusCode
|
HTTP status code if available.
TYPE:
|
ATTRIBUTION_REPORTING_VERBOSE_DEBUG_REPORT_SENT
class-attribute
instance-attribute
ATTRIBUTION_REPORTING_VERBOSE_DEBUG_REPORT_SENT = 'Storage.attributionReportingVerboseDebugReportSent'
Fired when a verbose debug report is sent for an attribution source.
PARAMETER | DESCRIPTION |
---|---|
url
|
URL the report was sent to.
TYPE:
|
body
|
Body of the report.
TYPE:
|
netError
|
If result is sent, populated with net/HTTP status.
TYPE:
|
netErrorName
|
Name of the network error if any.
TYPE:
|
httpStatusCode
|
HTTP status code if available.
TYPE:
|
CacheStorageContentUpdatedEventParams
CacheStorageListUpdatedEventParams
IndexedDBContentUpdatedEventParams
IndexedDBListUpdatedEventParams
InterestGroupAccessedEventParams
Bases: TypedDict
InterestGroupAuctionEventOccurredEventParams
InterestGroupAuctionNetworkRequestCreatedEventParams
SharedStorageAccessedEventParams
SharedStorageWorkletOperationExecutionFinishedEventParams
Bases: TypedDict
AttributionReportingSourceRegisteredEventParams
AttributionReportingTriggerRegisteredEventParams
AttributionReportingReportSentEventParams
类型
pydoll.protocol.storage.types
StorageType
Bases: str
, Enum
UsageForType
TrustTokens
InterestGroupAccessType
Bases: str
, Enum
Enum of interest group access types.
TOP_LEVEL_ADDITIONAL_BID
class-attribute
instance-attribute
InterestGroupAuctionEventType
InterestGroupAuctionFetchType
Bases: str
, Enum
Enum of network fetches auctions can do.
BIDDER_TRUSTED_SIGNALS
class-attribute
instance-attribute
SharedStorageAccessScope
Bases: str
, Enum
Enum of shared storage access scopes.
SHARED_STORAGE_WORKLET
class-attribute
instance-attribute
PROTECTED_AUDIENCE_WORKLET
class-attribute
instance-attribute
SharedStorageAccessMethod
Bases: str
, Enum
Enum of shared storage access methods.
SharedStorageEntry
SharedStorageMetadata
SharedStoragePrivateAggregationConfig
Bases: TypedDict
Represents a dictionary object passed in as privateAggregationConfig to run or selectURL.
SharedStorageReportingMetadata
SharedStorageUrlWithMetadata
SharedStorageAccessParams
Bases: TypedDict
Bundles the parameters for shared storage access events whose presence/absence can vary according to SharedStorageAccessType.
StorageBucketsDurability
StorageBucket
StorageBucketInfo
AttributionReportingSourceType
AttributionReportingFilterDataEntry
AttributionReportingFilterConfig
AttributionReportingFilterPair
AttributionReportingAggregationKeysEntry
AttributionReportingEventReportWindows
AttributionReportingTriggerDataMatching
AttributionReportingAggregatableDebugReportingData
AttributionReportingAggregatableDebugReportingConfig
AttributionScopesData
AttributionReportingNamedBudgetDef
AttributionReportingSourceRegistration
Bases: TypedDict
AttributionReportingSourceRegistrationResult
Bases: str
, Enum
INSUFFICIENT_SOURCE_CAPACITY
class-attribute
instance-attribute
INSUFFICIENT_UNIQUE_DESTINATION_CAPACITY
class-attribute
instance-attribute
EXCESSIVE_REPORTING_ORIGINS
class-attribute
instance-attribute
PROHIBITED_BY_BROWSER_POLICY
class-attribute
instance-attribute
DESTINATION_REPORTING_LIMIT_REACHED
class-attribute
instance-attribute
DESTINATION_GLOBAL_LIMIT_REACHED
class-attribute
instance-attribute
DESTINATION_BOTH_LIMITS_REACHED
class-attribute
instance-attribute
REPORTING_ORIGINS_PER_SITE_LIMIT_REACHED
class-attribute
instance-attribute
EXCEEDS_MAX_CHANNEL_CAPACITY
class-attribute
instance-attribute
EXCEEDS_MAX_SCOPES_CHANNEL_CAPACITY
class-attribute
instance-attribute
EXCEEDS_MAX_TRIGGER_STATE_CARDINALITY
class-attribute
instance-attribute
EXCEEDS_MAX_EVENT_STATES_LIMIT
class-attribute
instance-attribute
AttributionReportingSourceRegistrationTimeConfig
AttributionReportingAggregatableValueDictEntry
AttributionReportingAggregatableValueEntry
AttributionReportingEventTriggerData
AttributionReportingAggregatableTriggerData
AttributionReportingAggregatableDedupKey
AttributionReportingNamedBudgetCandidate
AttributionReportingTriggerRegistration
Bases: TypedDict
AttributionReportingEventLevelResult
Bases: str
, Enum
SUCCESS_DROPPED_LOWER_PRIORITY
class-attribute
instance-attribute
NO_CAPACITY_FOR_ATTRIBUTION_DESTINATION
class-attribute
instance-attribute
EXCESSIVE_ATTRIBUTIONS
class-attribute
instance-attribute
NEVER_ATTRIBUTED_SOURCE
class-attribute
instance-attribute
EXCESSIVE_REPORTING_ORIGINS
class-attribute
instance-attribute
NO_MATCHING_SOURCE_FILTER_DATA
class-attribute
instance-attribute
PROHIBITED_BY_BROWSER_POLICY
class-attribute
instance-attribute
NO_MATCHING_CONFIGURATIONS
class-attribute
instance-attribute
FALSELY_ATTRIBUTED_SOURCE
class-attribute
instance-attribute
REPORT_WINDOW_NOT_STARTED
class-attribute
instance-attribute
AttributionReportingAggregatableResult
Bases: str
, Enum