You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/dyn/adsense_v2.accounts.policyIssues.html
+4-2
Original file line number
Diff line number
Diff line change
@@ -126,8 +126,9 @@ <h3>Method Details</h3>
126
126
"name": "A String", # Required. Resource name of the entity with policy issues. Format: accounts/{account}/policyIssues/{policy_issue}
127
127
"policyTopics": [ # Required. Unordered list. The policy topics that this entity was found to violate over the past seven days.
128
128
{ # Information about a particular policy topic. A policy topic represents a single class of policy issue that can impact ad serving for your site. For example, sexual content or having ads that obscure your content. A single policy issue can have multiple policy topics for a single entity.
129
-
"mustFix": True or False, # Required. Indicates if this is a policy violation or not. When the value is true, issues that are instances of this topic must be addressed to remain in compliance with the partner's agreements with Google. A false value indicates that it's not mandatory to fix the issues but advertising demand might be restricted.
129
+
"mustFix": True or False, # Required. Deprecated. Policy topics no longer have a "must-fix" classification.
130
130
"topic": "A String", # Required. The policy topic. For example, "sexual-content" or "ads-obscuring-content"."
131
+
"type": "A String", # Optional. The type of policy topic. For example, "POLICY" represents all the policy topics that are related to the Google Publisher Policy (GPP). See https://support.google.com/adsense/answer/15689616.
131
132
},
132
133
],
133
134
"site": "A String", # Required. Hostname/domain of the entity (for example "foo.com" or "www.foo.com"). This _should_ be a bare domain/host name without any protocol. This will be present for all policy issues.
@@ -180,8 +181,9 @@ <h3>Method Details</h3>
180
181
"name": "A String", # Required. Resource name of the entity with policy issues. Format: accounts/{account}/policyIssues/{policy_issue}
181
182
"policyTopics": [ # Required. Unordered list. The policy topics that this entity was found to violate over the past seven days.
182
183
{ # Information about a particular policy topic. A policy topic represents a single class of policy issue that can impact ad serving for your site. For example, sexual content or having ads that obscure your content. A single policy issue can have multiple policy topics for a single entity.
183
-
"mustFix": True or False, # Required. Indicates if this is a policy violation or not. When the value is true, issues that are instances of this topic must be addressed to remain in compliance with the partner's agreements with Google. A false value indicates that it's not mandatory to fix the issues but advertising demand might be restricted.
184
+
"mustFix": True or False, # Required. Deprecated. Policy topics no longer have a "must-fix" classification.
184
185
"topic": "A String", # Required. The policy topic. For example, "sexual-content" or "ads-obscuring-content"."
186
+
"type": "A String", # Optional. The type of policy topic. For example, "POLICY" represents all the policy topics that are related to the Google Publisher Policy (GPP). See https://support.google.com/adsense/answer/15689616.
185
187
},
186
188
],
187
189
"site": "A String", # Required. Hostname/domain of the entity (for example "foo.com" or "www.foo.com"). This _should_ be a bare domain/host name without any protocol. This will be present for all policy issues.
Copy file name to clipboardexpand all lines: googleapiclient/discovery_cache/documents/adsense.v2.json
+19-2
Original file line number
Diff line number
Diff line change
@@ -2018,7 +2018,7 @@ false
2018
2018
}
2019
2019
}
2020
2020
},
2021
-
"revision": "20250220",
2021
+
"revision": "20250224",
2022
2022
"rootUrl": "https://adsense.googleapis.com/",
2023
2023
"schemas": {
2024
2024
"Account": {
@@ -2754,12 +2754,29 @@ true
2754
2754
"id": "PolicyTopic",
2755
2755
"properties": {
2756
2756
"mustFix": {
2757
-
"description": "Required. Indicates if this is a policy violation or not. When the value is true, issues that are instances of this topic must be addressed to remain in compliance with the partner's agreements with Google. A false value indicates that it's not mandatory to fix the issues but advertising demand might be restricted.",
2757
+
"deprecated": true,
2758
+
"description": "Required. Deprecated. Policy topics no longer have a \"must-fix\" classification.",
2758
2759
"type": "boolean"
2759
2760
},
2760
2761
"topic": {
2761
2762
"description": "Required. The policy topic. For example, \"sexual-content\" or \"ads-obscuring-content\".\"",
2762
2763
"type": "string"
2764
+
},
2765
+
"type": {
2766
+
"description": "Optional. The type of policy topic. For example, \"POLICY\" represents all the policy topics that are related to the Google Publisher Policy (GPP). See https://support.google.com/adsense/answer/15689616.",
2767
+
"enum": [
2768
+
"POLICY_TOPIC_TYPE_UNSPECIFIED",
2769
+
"POLICY",
2770
+
"ADVERTISER_PREFERENCE",
2771
+
"REGULATORY"
2772
+
],
2773
+
"enumDescriptions": [
2774
+
"The type is unspecified.",
2775
+
"Topics that are primarily related to the Google Publisher Policy (GPP) https://support.google.com/publisherpolicies/answer/10502938 or the Google Publisher Restrictions (GPR) policies https://support.google.com/publisherpolicies/answer/10437795.",
2776
+
"Topics that are related to advertiser preferences. Certain advertisers may choose not to bid on content that are labeled with certain policies.",
2777
+
"Any topics that are a result of a country or regional regulatory requirement body."
0 commit comments