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.20260907
// Synced from: https://github.com/googleads/google-publisher-tag-types/commit/0f6971889c3bd35ea669d08a101670aaf8c121bf
// Tests for Google Publisher Tag 1.20260921
// Synced from: https://github.com/googleads/google-publisher-tag-types/commit/dd8c4273f415959c61a8eab7761b16f85fbabf32

// Test for googletag.cmd
function test_googletag_cmd() {
Expand Down
2 changes: 1 addition & 1 deletion types/google-publisher-tag/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ declare namespace googletag {
*
* @see [About publisher provided identifiers](https://support.google.com/admanager/answer/2880055)
* @param ppid An alphanumeric ID provided by the publisher. Must be between
* 32 and 150 characters.
* 22 and 150 characters.
* @return The service object on which the method was called.
*/
setPublisherProvidedId(ppid: string): PubAdsService;
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.20260907.9999",
"version": "1.20260921.9999",
"nonNpm": "conflict",
"nonNpmDescription": "Google Publisher Tag",
"projects": [
Expand Down