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]

Allows any of Google sales to access the data in order to suggest configuration changes to improve results.

§
sharingWithGoogleAssignedSalesEnabled?: boolean
[src]

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.

§
sharingWithGoogleProductsEnabled?: boolean
[src]

Allows Google to use the data to improve other Google products or services.

§
sharingWithGoogleSupportEnabled?: boolean
[src]

Allows Google support to access the data in order to help troubleshoot issues.

§
sharingWithOthersEnabled?: boolean
[src]

Allows Google to share the data anonymously in aggregate form with others.