Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 28e0741

Browse files
committedMar 18, 2025
feat(analyticsadmin): update the api
#### analyticsadmin:v1alpha The following keys were added: - schemas.GoogleAnalyticsAdminV1alphaDataSharingSettings.properties.sharingWithGoogleAnySalesEnabled.deprecated (Total Keys: 1) #### analyticsadmin:v1beta The following keys were added: - schemas.GoogleAnalyticsAdminV1betaDataSharingSettings.properties.sharingWithGoogleAnySalesEnabled.deprecated (Total Keys: 1)
1 parent c93edbe commit 28e0741

File tree

4 files changed

+24
-22
lines changed

4 files changed

+24
-22
lines changed
 

‎docs/dyn/analyticsadmin_v1alpha.accounts.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,11 @@ <h3>Method Details</h3>
177177

178178
{ # A resource message representing data sharing settings of a Google Analytics account.
179179
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name. Format: accounts/{account}/dataSharingSettings Example: &quot;accounts/1000/dataSharingSettings&quot;
180-
&quot;sharingWithGoogleAnySalesEnabled&quot;: True or False, # Allows any of Google sales to access the data in order to suggest configuration changes to improve results.
181-
&quot;sharingWithGoogleAssignedSalesEnabled&quot;: True or False, # Allows Google sales teams that are assigned to the customer to access the data in order to suggest configuration changes to improve results. Sales team restrictions still apply when enabled.
182-
&quot;sharingWithGoogleProductsEnabled&quot;: True or False, # Allows Google to use the data to improve other Google products or services.
183-
&quot;sharingWithGoogleSupportEnabled&quot;: True or False, # Allows Google support to access the data in order to help troubleshoot issues.
184-
&quot;sharingWithOthersEnabled&quot;: True or False, # Allows Google to share the data anonymously in aggregate form with others.
180+
&quot;sharingWithGoogleAnySalesEnabled&quot;: True or False, # Deprecated. This field is no longer used and always returns false.
181+
&quot;sharingWithGoogleAssignedSalesEnabled&quot;: True or False, # Allows Google access to your Google Analytics account data, including account usage and configuration data, product spending, and users associated with your Google Analytics account, so that Google can help you make the most of Google products, providing you with insights, offers, recommendations, and optimization tips across Google Analytics and other Google products for business. This field maps to the &quot;Recommendations for your business&quot; field in the Google Analytics Admin UI.
182+
&quot;sharingWithGoogleProductsEnabled&quot;: True or False, # Allows Google to use the data to improve other Google products or services. This fields maps to the &quot;Google products &amp; services&quot; field in the Google Analytics Admin UI.
183+
&quot;sharingWithGoogleSupportEnabled&quot;: True or False, # Allows Google technical support representatives access to your Google Analytics data and account when necessary to provide service and find solutions to technical issues. This field maps to the &quot;Technical support&quot; field in the Google Analytics Admin UI.
184+
&quot;sharingWithOthersEnabled&quot;: True or False, # Enable features like predictions, modeled data, and benchmarking that can provide you with richer business insights when you contribute aggregated measurement data. The data you share (including information about the property from which it is shared) is aggregated and de-identified before being used to generate business insights. This field maps to the &quot;Modeling contributions &amp; business insights&quot; field in the Google Analytics Admin UI.
185185
}</pre>
186186
</div>
187187

‎docs/dyn/analyticsadmin_v1beta.accounts.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,11 @@ <h3>Method Details</h3>
172172

173173
{ # A resource message representing data sharing settings of a Google Analytics account.
174174
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name. Format: accounts/{account}/dataSharingSettings Example: &quot;accounts/1000/dataSharingSettings&quot;
175-
&quot;sharingWithGoogleAnySalesEnabled&quot;: True or False, # Allows any of Google sales to access the data in order to suggest configuration changes to improve results.
176-
&quot;sharingWithGoogleAssignedSalesEnabled&quot;: True or False, # Allows Google sales teams that are assigned to the customer to access the data in order to suggest configuration changes to improve results. Sales team restrictions still apply when enabled.
177-
&quot;sharingWithGoogleProductsEnabled&quot;: True or False, # Allows Google to use the data to improve other Google products or services.
178-
&quot;sharingWithGoogleSupportEnabled&quot;: True or False, # Allows Google support to access the data in order to help troubleshoot issues.
179-
&quot;sharingWithOthersEnabled&quot;: True or False, # Allows Google to share the data anonymously in aggregate form with others.
175+
&quot;sharingWithGoogleAnySalesEnabled&quot;: True or False, # Deprecated. This field is no longer used and always returns false.
176+
&quot;sharingWithGoogleAssignedSalesEnabled&quot;: True or False, # Allows Google access to your Google Analytics account data, including account usage and configuration data, product spending, and users associated with your Google Analytics account, so that Google can help you make the most of Google products, providing you with insights, offers, recommendations, and optimization tips across Google Analytics and other Google products for business. This field maps to the &quot;Recommendations for your business&quot; field in the Google Analytics Admin UI.
177+
&quot;sharingWithGoogleProductsEnabled&quot;: True or False, # Allows Google to use the data to improve other Google products or services. This fields maps to the &quot;Google products &amp; services&quot; field in the Google Analytics Admin UI.
178+
&quot;sharingWithGoogleSupportEnabled&quot;: True or False, # Allows Google technical support representatives access to your Google Analytics data and account when necessary to provide service and find solutions to technical issues. This field maps to the &quot;Technical support&quot; field in the Google Analytics Admin UI.
179+
&quot;sharingWithOthersEnabled&quot;: True or False, # Enable features like predictions, modeled data, and benchmarking that can provide you with richer business insights when you contribute aggregated measurement data. The data you share (including information about the property from which it is shared) is aggregated and de-identified before being used to generate business insights. This field maps to the &quot;Modeling contributions &amp; business insights&quot; field in the Google Analytics Admin UI.
180180
}</pre>
181181
</div>
182182

‎googleapiclient/discovery_cache/documents/analyticsadmin.v1alpha.json

+7-6
Original file line numberDiff line numberDiff line change
@@ -4886,7 +4886,7 @@
48864886
}
48874887
}
48884888
},
4889-
"revision": "20250304",
4889+
"revision": "20250307",
48904890
"rootUrl": "https://analyticsadmin.googleapis.com/",
48914891
"schemas": {
48924892
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
@@ -6883,23 +6883,24 @@
68836883
"type": "string"
68846884
},
68856885
"sharingWithGoogleAnySalesEnabled": {
6886-
"description": "Allows any of Google sales to access the data in order to suggest configuration changes to improve results.",
6886+
"deprecated": true,
6887+
"description": "Deprecated. This field is no longer used and always returns false.",
68876888
"type": "boolean"
68886889
},
68896890
"sharingWithGoogleAssignedSalesEnabled": {
6890-
"description": "Allows Google sales teams that are assigned to the customer to access the data in order to suggest configuration changes to improve results. Sales team restrictions still apply when enabled.",
6891+
"description": "Allows Google access to your Google Analytics account data, including account usage and configuration data, product spending, and users associated with your Google Analytics account, so that Google can help you make the most of Google products, providing you with insights, offers, recommendations, and optimization tips across Google Analytics and other Google products for business. This field maps to the \"Recommendations for your business\" field in the Google Analytics Admin UI.",
68916892
"type": "boolean"
68926893
},
68936894
"sharingWithGoogleProductsEnabled": {
6894-
"description": "Allows Google to use the data to improve other Google products or services.",
6895+
"description": "Allows Google to use the data to improve other Google products or services. This fields maps to the \"Google products & services\" field in the Google Analytics Admin UI.",
68956896
"type": "boolean"
68966897
},
68976898
"sharingWithGoogleSupportEnabled": {
6898-
"description": "Allows Google support to access the data in order to help troubleshoot issues.",
6899+
"description": "Allows Google technical support representatives access to your Google Analytics data and account when necessary to provide service and find solutions to technical issues. This field maps to the \"Technical support\" field in the Google Analytics Admin UI.",
68996900
"type": "boolean"
69006901
},
69016902
"sharingWithOthersEnabled": {
6902-
"description": "Allows Google to share the data anonymously in aggregate form with others.",
6903+
"description": "Enable features like predictions, modeled data, and benchmarking that can provide you with richer business insights when you contribute aggregated measurement data. The data you share (including information about the property from which it is shared) is aggregated and de-identified before being used to generate business insights. This field maps to the \"Modeling contributions & business insights\" field in the Google Analytics Admin UI.",
69036904
"type": "boolean"
69046905
}
69056906
},

‎googleapiclient/discovery_cache/documents/analyticsadmin.v1beta.json

+7-6
Original file line numberDiff line numberDiff line change
@@ -1788,7 +1788,7 @@
17881788
}
17891789
}
17901790
},
1791-
"revision": "20250114",
1791+
"revision": "20250307",
17921792
"rootUrl": "https://analyticsadmin.googleapis.com/",
17931793
"schemas": {
17941794
"GoogleAnalyticsAdminV1betaAccessBetweenFilter": {
@@ -2636,23 +2636,24 @@
26362636
"type": "string"
26372637
},
26382638
"sharingWithGoogleAnySalesEnabled": {
2639-
"description": "Allows any of Google sales to access the data in order to suggest configuration changes to improve results.",
2639+
"deprecated": true,
2640+
"description": "Deprecated. This field is no longer used and always returns false.",
26402641
"type": "boolean"
26412642
},
26422643
"sharingWithGoogleAssignedSalesEnabled": {
2643-
"description": "Allows Google sales teams that are assigned to the customer to access the data in order to suggest configuration changes to improve results. Sales team restrictions still apply when enabled.",
2644+
"description": "Allows Google access to your Google Analytics account data, including account usage and configuration data, product spending, and users associated with your Google Analytics account, so that Google can help you make the most of Google products, providing you with insights, offers, recommendations, and optimization tips across Google Analytics and other Google products for business. This field maps to the \"Recommendations for your business\" field in the Google Analytics Admin UI.",
26442645
"type": "boolean"
26452646
},
26462647
"sharingWithGoogleProductsEnabled": {
2647-
"description": "Allows Google to use the data to improve other Google products or services.",
2648+
"description": "Allows Google to use the data to improve other Google products or services. This fields maps to the \"Google products & services\" field in the Google Analytics Admin UI.",
26482649
"type": "boolean"
26492650
},
26502651
"sharingWithGoogleSupportEnabled": {
2651-
"description": "Allows Google support to access the data in order to help troubleshoot issues.",
2652+
"description": "Allows Google technical support representatives access to your Google Analytics data and account when necessary to provide service and find solutions to technical issues. This field maps to the \"Technical support\" field in the Google Analytics Admin UI.",
26522653
"type": "boolean"
26532654
},
26542655
"sharingWithOthersEnabled": {
2655-
"description": "Allows Google to share the data anonymously in aggregate form with others.",
2656+
"description": "Enable features like predictions, modeled data, and benchmarking that can provide you with richer business insights when you contribute aggregated measurement data. The data you share (including information about the property from which it is shared) is aggregated and de-identified before being used to generate business insights. This field maps to the \"Modeling contributions & business insights\" field in the Google Analytics Admin UI.",
26562657
"type": "boolean"
26572658
}
26582659
},

0 commit comments

Comments
 (0)
Please sign in to comment.