Skip to content

Commit a67f44d

Browse files
feat(all): auto-regenerate discovery clients (#3331)
1 parent 4312741 commit a67f44d

File tree

66 files changed

+4459
-268
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+4459
-268
lines changed

‎adsense/v2/adsense-api.json‎

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,6 +991,8 @@
991991
"PLATFORM_TYPE_CODE",
992992
"TARGETING_TYPE_NAME",
993993
"TARGETING_TYPE_CODE",
994+
"TRAFFIC_SOURCE_NAME",
995+
"TRAFFIC_SOURCE_CODE",
994996
"CONTENT_PLATFORM_NAME",
995997
"CONTENT_PLATFORM_CODE",
996998
"AD_PLACEMENT_NAME",
@@ -1055,6 +1057,8 @@
10551057
false,
10561058
false,
10571059
false,
1060+
false,
1061+
false,
10581062
false
10591063
],
10601064
"enumDescriptions": [
@@ -1093,6 +1097,8 @@
10931097
"Platform type code (e.g. \"HighEndMobile\", \"Desktop\").",
10941098
"Localized targeting type name (e.g. \"Contextual\", \"Personalized\", \"Run of Network\").",
10951099
"Targeting type code (e.g. \"Keyword\", \"UserInterest\", \"RunOfNetwork\").",
1100+
"Localized traffic source name (e.g. \"Google\", \"Bing\", \"Facebook\", \"Other\"). For more information, see [Traffic source breakdown](https://support.google.com/adsense/answer/16474600).",
1101+
"Traffic source code (e.g. \"GOOGLE\", \"BING\", \"FACEBOOK\", \"OTHER\"). For more information, see [Traffic source breakdown](https://support.google.com/adsense/answer/16474600).",
10961102
"Localized content platform name an ad request was made from (e.g. \"AMP\", \"Web\").",
10971103
"Content platform code an ad request was made from (e.g. \"AMP\", \"HTML\").",
10981104
"Localized ad placement name (e.g. \"Ad unit\", \"Global settings\", \"Manual\").",
@@ -1364,6 +1370,8 @@
13641370
"PLATFORM_TYPE_CODE",
13651371
"TARGETING_TYPE_NAME",
13661372
"TARGETING_TYPE_CODE",
1373+
"TRAFFIC_SOURCE_NAME",
1374+
"TRAFFIC_SOURCE_CODE",
13671375
"CONTENT_PLATFORM_NAME",
13681376
"CONTENT_PLATFORM_CODE",
13691377
"AD_PLACEMENT_NAME",
@@ -1428,6 +1436,8 @@
14281436
false,
14291437
false,
14301438
false,
1439+
false,
1440+
false,
14311441
false
14321442
],
14331443
"enumDescriptions": [
@@ -1466,6 +1476,8 @@
14661476
"Platform type code (e.g. \"HighEndMobile\", \"Desktop\").",
14671477
"Localized targeting type name (e.g. \"Contextual\", \"Personalized\", \"Run of Network\").",
14681478
"Targeting type code (e.g. \"Keyword\", \"UserInterest\", \"RunOfNetwork\").",
1479+
"Localized traffic source name (e.g. \"Google\", \"Bing\", \"Facebook\", \"Other\"). For more information, see [Traffic source breakdown](https://support.google.com/adsense/answer/16474600).",
1480+
"Traffic source code (e.g. \"GOOGLE\", \"BING\", \"FACEBOOK\", \"OTHER\"). For more information, see [Traffic source breakdown](https://support.google.com/adsense/answer/16474600).",
14691481
"Localized content platform name an ad request was made from (e.g. \"AMP\", \"Web\").",
14701482
"Content platform code an ad request was made from (e.g. \"AMP\", \"HTML\").",
14711483
"Localized ad placement name (e.g. \"Ad unit\", \"Global settings\", \"Manual\").",
@@ -2018,7 +2030,7 @@
20182030
}
20192031
}
20202032
},
2021-
"revision": "20250624",
2033+
"revision": "20251002",
20222034
"rootUrl": "https://adsense.googleapis.com/",
20232035
"schemas": {
20242036
"Account": {

‎adsense/v2/adsense-gen.go‎

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)