Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions types/google-publisher-tag/google-publisher-tag-tests.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Tests for Google Publisher Tag 1.20240610
// Synced from: https://github.com/googleads/google-publisher-tag-types/commit/c2d3ccdce290d831284a74dcb2f35ba9b4ed7a9e
// Tests for Google Publisher Tag 1.20240701
// Synced from: https://github.com/googleads/google-publisher-tag-types/commit/b912994ba21b4a754ba6a6289e859fc2b1a907af

// Test for googletag.cmd
function test_googletag_cmd() {
Expand Down
7 changes: 6 additions & 1 deletion types/google-publisher-tag/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2211,7 +2211,12 @@ declare namespace googletag {
push(provider: SecureSignalProvider): void;

/**
* Clears all cached signals from local storage.
* Clears all signals for all collectors from cache.
*
* Calling this method may reduce the likelihood of signals being included
* in ad requests for the current and potentially later page views. Due to
* this, it should only be called when meaningful state changes occur,
* such as events that indicate a new user (log in, log out, sign up, etc.).
*/
clearAllCache(): void;
}
Expand Down
2 changes: 1 addition & 1 deletion types/google-publisher-tag/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@types/google-publisher-tag",
"version": "1.20240610.9999",
"version": "1.20240701.9999",
"nonNpm": true,
"nonNpmDescription": "Google Publisher Tag",
"projects": [
Expand Down