Storage.setInterestGroupAuctionTrackingEnables/Disables issuing of interestGroupAuctionEventOccurred and interestGroupAuctionNetworkRequestCreated.
| Name | Type | Description |
|---|---|---|
enable | boolean |
{
"id": 1,
"method": "Storage.setInterestGroupAuctionTracking",
"params": {
"enable": true
}
}
{
"id": 1,
"result": {}
}
const result = await send('Storage.setInterestGroupAuctionTracking', {"enable": true});
console.log(result);