Skip to content

Commit 5f828e9

Browse files
🤖 Merge PR DefinitelyTyped#72661 Sync latest changes to @types/google-publisher-tag by @publisher-ads-audits-bot
Co-authored-by: jimper <jimper@users.noreply.github.com>
1 parent 684d143 commit 5f828e9

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

‎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.20250210
2-
// Synced from: https://github.com/googleads/google-publisher-tag-types/commit/37473af8b2381a60482e3a9b961f99c8f4a63d85
1+
// Tests for Google Publisher Tag 1.20250428
2+
// Synced from: https://github.com/googleads/google-publisher-tag-types/commit/1f06e740f1e08182e11f5b32be778f4596262c43
33

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

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2458,6 +2458,11 @@ declare namespace googletag {
24582458
* services other than {@link PubAdsService}.
24592459
*/
24602460
companyIds: number[] | null;
2461+
/**
2462+
* The response identifier is a unique identifier for the ad response. This value can be used to
2463+
* identify and block the ad in the [Ad Review Center (ARC)](https://support.google.com/admanager/answer/146769).
2464+
*/
2465+
responseIdentifier: string | null;
24612466
}
24622467

24632468
/**

‎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.20250210.9999",
4+
"version": "1.20250428.9999",
55
"nonNpm": true,
66
"nonNpmDescription": "Google Publisher Tag",
77
"projects": [

0 commit comments

Comments
 (0)