File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
types/google-publisher-tag Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 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
55function test_googletag_cmd ( ) {
Original file line number Diff line number Diff 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 /**
Original file line number Diff line number Diff line change 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" : [
You can’t perform that action at this time.
0 commit comments