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.20260824
// Synced from: https://github.com/googleads/google-publisher-tag-types/commit/c9af1388d24849433a5993fef761df200f3b3e91
// Tests for Google Publisher Tag 1.20260831
// Synced from: https://github.com/googleads/google-publisher-tag-types/commit/b049077b5364a6f8c7f606b3bf6636cfff156910

// Test for googletag.cmd
function test_googletag_cmd() {
Expand Down
4 changes: 2 additions & 2 deletions types/google-publisher-tag/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1873,7 +1873,7 @@ declare namespace googletag {
/**
* The size string where the ad container takes 100% width of its parent div and
* then resizes its height to fit the creative content. Similar to how regular
* block elements on a page behave. Used for native ads (see
* block elements on a page behave. Used for native and banner ads (see
* [related article](https://support.google.com/admanager/answer/6366845)).
*/
type FluidSize = "fluid";
Expand All @@ -1885,7 +1885,7 @@ declare namespace googletag {
*
* - **fluid**: the ad container takes 100% width of its parent div and then
* resizes its height to fit the creative content. Similar to how regular block
* elements on a page behave. Used for native ads (see
* elements on a page behave. Used for native and banner ads (see
* [related article](https://support.google.com/admanager/answer/6366845)).
* Note that both `fluid` and `['fluid']` are acceptable forms to declare a
* slot size as fluid.
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.20260824.9999",
"version": "1.20260831.9999",
"nonNpm": "conflict",
"nonNpmDescription": "Google Publisher Tag",
"projects": [
Expand Down