Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleAnalyticsAdminV1betaDataSharingSettings

import type { GoogleAnalyticsAdminV1betaDataSharingSettings } from "https://googleapis.deno.dev/v1/analyticsadmin:v1beta.ts";

A resource message representing data sharing settings of a Google Analytics account.

interface GoogleAnalyticsAdminV1betaDataSharingSettings {
readonly name?: string;
sharingWithGoogleAnySalesEnabled?: boolean;
sharingWithGoogleAssignedSalesEnabled?: boolean;
sharingWithGoogleProductsEnabled?: boolean;
sharingWithGoogleSupportEnabled?: boolean;
sharingWithOthersEnabled?: boolean;
}

§Properties

§
readonly name?: string
[src]

Output only. Resource name. Format: accounts/{account}/dataSharingSettings Example: "accounts/1000/dataSharingSettings"

§
sharingWithGoogleAnySalesEnabled?: boolean
[src]

Deprecated. This field is no longer used and always returns false.

§
sharingWithGoogleAssignedSalesEnabled?: boolean
[src]

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.

§
sharingWithGoogleProductsEnabled?: boolean
[src]

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.

§
sharingWithGoogleSupportEnabled?: boolean
[src]

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.

§
sharingWithOthersEnabled?: boolean
[src]

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.