Skip to content

Commit 9d01927

Browse files
fix(adsense): update the api
#### adsense:v2 The following keys were changed: - resources.accounts.methods.getAdBlockingRecoveryTag.scopes (Total Keys: 1)
1 parent 145e162 commit 9d01927

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

docs/dyn/adsense_v2.accounts.reports.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ <h3>Method Details</h3>
122122
MONTH - Month dimension in YYYY-MM format (e.g. &quot;2010-02&quot;).
123123
ACCOUNT_NAME - Account name. The members of this dimension match the values from Account.display_name.
124124
AD_CLIENT_ID - Unique ID of an ad client. The members of this dimension match the values from AdClient.reporting_dimension_id.
125+
HOSTED_AD_CLIENT_ID - Unique ID of a sub-account&#x27;s ad client. The members of this dimension match the values from AdClient.reporting_dimension_id (for the sub-account).
125126
PRODUCT_NAME - Localized product name (e.g. &quot;AdSense for Content&quot;, &quot;AdSense for Search&quot;).
126127
PRODUCT_CODE - Product code (e.g. &quot;AFC&quot;, &quot;AFS&quot;). The members of this dimension match the values from AdClient.product_code.
127128
AD_UNIT_NAME - Ad unit name (within which an ad was served). The members of this dimension match the values from AdUnit.display_name.
@@ -293,6 +294,7 @@ <h3>Method Details</h3>
293294
MONTH - Month dimension in YYYY-MM format (e.g. &quot;2010-02&quot;).
294295
ACCOUNT_NAME - Account name. The members of this dimension match the values from Account.display_name.
295296
AD_CLIENT_ID - Unique ID of an ad client. The members of this dimension match the values from AdClient.reporting_dimension_id.
297+
HOSTED_AD_CLIENT_ID - Unique ID of a sub-account&#x27;s ad client. The members of this dimension match the values from AdClient.reporting_dimension_id (for the sub-account).
296298
PRODUCT_NAME - Localized product name (e.g. &quot;AdSense for Content&quot;, &quot;AdSense for Search&quot;).
297299
PRODUCT_CODE - Product code (e.g. &quot;AFC&quot;, &quot;AFS&quot;). The members of this dimension match the values from AdClient.product_code.
298300
AD_UNIT_NAME - Ad unit name (within which an ad was served). The members of this dimension match the values from AdUnit.display_name.

googleapiclient/discovery_cache/documents/adsense.v2.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@
156156
"$ref": "AdBlockingRecoveryTag"
157157
},
158158
"scopes": [
159-
"https://www.googleapis.com/auth/adsense"
159+
"https://www.googleapis.com/auth/adsense",
160+
"https://www.googleapis.com/auth/adsense.readonly"
160161
]
161162
},
162163
"list": {
@@ -744,6 +745,7 @@
744745
"MONTH",
745746
"ACCOUNT_NAME",
746747
"AD_CLIENT_ID",
748+
"HOSTED_AD_CLIENT_ID",
747749
"PRODUCT_NAME",
748750
"PRODUCT_CODE",
749751
"AD_UNIT_NAME",
@@ -792,6 +794,7 @@
792794
"Month dimension in YYYY-MM format (e.g. \"2010-02\").",
793795
"Account name. The members of this dimension match the values from Account.display_name.",
794796
"Unique ID of an ad client. The members of this dimension match the values from AdClient.reporting_dimension_id.",
797+
"Unique ID of a sub-account's ad client. The members of this dimension match the values from AdClient.reporting_dimension_id (for the sub-account).",
795798
"Localized product name (e.g. \"AdSense for Content\", \"AdSense for Search\").",
796799
"Product code (e.g. \"AFC\", \"AFS\"). The members of this dimension match the values from AdClient.product_code.",
797800
"Ad unit name (within which an ad was served). The members of this dimension match the values from AdUnit.display_name.",
@@ -1052,6 +1055,7 @@
10521055
"MONTH",
10531056
"ACCOUNT_NAME",
10541057
"AD_CLIENT_ID",
1058+
"HOSTED_AD_CLIENT_ID",
10551059
"PRODUCT_NAME",
10561060
"PRODUCT_CODE",
10571061
"AD_UNIT_NAME",
@@ -1100,6 +1104,7 @@
11001104
"Month dimension in YYYY-MM format (e.g. \"2010-02\").",
11011105
"Account name. The members of this dimension match the values from Account.display_name.",
11021106
"Unique ID of an ad client. The members of this dimension match the values from AdClient.reporting_dimension_id.",
1107+
"Unique ID of a sub-account's ad client. The members of this dimension match the values from AdClient.reporting_dimension_id (for the sub-account).",
11031108
"Localized product name (e.g. \"AdSense for Content\", \"AdSense for Search\").",
11041109
"Product code (e.g. \"AFC\", \"AFS\"). The members of this dimension match the values from AdClient.product_code.",
11051110
"Ad unit name (within which an ad was served). The members of this dimension match the values from AdUnit.display_name.",
@@ -1670,7 +1675,7 @@
16701675
}
16711676
}
16721677
},
1673-
"revision": "20220825",
1678+
"revision": "20220904",
16741679
"rootUrl": "https://adsense.googleapis.com/",
16751680
"schemas": {
16761681
"Account": {

0 commit comments

Comments
 (0)