Skip to content

Commit

Permalink
Create clearAllAuctions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann committed Jul 2, 2024
1 parent a28786a commit d3e45cf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions dev-docs/publisher-api-reference/clearAllAuctions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
layout: api_prebidjs
title: pbjs.clearAllAuctions
description:
sidebarType: 1
---


Utility to clear all ad units of bids. This is useful for testing or to clear caches in a single page application.

```javascript
pbjs.clearAllAuctions();
```

<hr class="full-rule" />

0 comments on commit d3e45cf

Please sign in to comment.