Skip to content

Commit b32114b

Browse files
authored
Sync latest changes to @types/google-publisher-tag
1 parent 72297a9 commit b32114b

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

types/google-publisher-tag/google-publisher-tag-tests.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Tests for Google Publisher Tag 1.20240610
2-
// Synced from: https://github.com/googleads/google-publisher-tag-types/commit/c2d3ccdce290d831284a74dcb2f35ba9b4ed7a9e
1+
// Tests for Google Publisher Tag 1.20240701
2+
// Synced from: https://github.com/googleads/google-publisher-tag-types/commit/b912994ba21b4a754ba6a6289e859fc2b1a907af
33

44
// Test for googletag.cmd
55
function test_googletag_cmd() {

types/google-publisher-tag/index.d.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2211,7 +2211,12 @@ declare namespace googletag {
22112211
push(provider: SecureSignalProvider): void;
22122212

22132213
/**
2214-
* Clears all cached signals from local storage.
2214+
* Clears all signals for all collectors from cache.
2215+
*
2216+
* Calling this method may reduce the likelihood of signals being included
2217+
* in ad requests for the current and potentially later page views. Due to
2218+
* this, it should only be called when meaningful state changes occur,
2219+
* such as events that indicate a new user (log in, log out, sign up, etc.).
22152220
*/
22162221
clearAllCache(): void;
22172222
}

types/google-publisher-tag/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@types/google-publisher-tag",
4-
"version": "1.20240610.9999",
4+
"version": "1.20240701.9999",
55
"nonNpm": true,
66
"nonNpmDescription": "Google Publisher Tag",
77
"projects": [

0 commit comments

Comments
 (0)