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.20260720
// Synced from: https://github.com/googleads/google-publisher-tag-types/commit/5e924db820c7183dac8a546278ff53b91ddeb147
// Tests for Google Publisher Tag 1.20260810
// Synced from: https://github.com/googleads/google-publisher-tag-types/commit/26932c7b5ab336ac4a8242fa6bf76cd1743953d8

// Test for googletag.cmd
function test_googletag_cmd() {
Expand Down
2 changes: 2 additions & 0 deletions types/google-publisher-tag/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2072,6 +2072,8 @@ declare namespace googletag {

/**
* The frequency capping interval in minutes.
*
* Must be an integer greater than or equal to 1.
*/
freqCapIntervalMinutes?: number | null;
}
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.20260720.9999",
"version": "1.20260810.9999",
"nonNpm": "conflict",
"nonNpmDescription": "Google Publisher Tag",
"projects": [
Expand Down