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

GoogleAnalyticsAdminV1betaDataRetentionSettings

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

Settings values for data retention. This is a singleton resource.

interface GoogleAnalyticsAdminV1betaDataRetentionSettings {
eventDataRetention?:
| "RETENTION_DURATION_UNSPECIFIED"
| "TWO_MONTHS"
| "FOURTEEN_MONTHS"
| "TWENTY_SIX_MONTHS"
| "THIRTY_EIGHT_MONTHS"
| "FIFTY_MONTHS";
readonly name?: string;
resetUserDataOnNewActivity?: boolean;
}

§Properties

§
eventDataRetention?: "RETENTION_DURATION_UNSPECIFIED" | "TWO_MONTHS" | "FOURTEEN_MONTHS" | "TWENTY_SIX_MONTHS" | "THIRTY_EIGHT_MONTHS" | "FIFTY_MONTHS"
[src]

The length of time that event-level data is retained.

§
readonly name?: string
[src]

Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings

§
resetUserDataOnNewActivity?: boolean
[src]

If true, reset the retention period for the user identifier with every event from that user.