Wymagane. Czas przechowywania danych na poziomie użytkownika.
resetUserDataOnNewActivity
boolean
Jeśli to pole ma wartość prawda, okres przechowywania identyfikatora użytkownika jest resetowany przy każdym zdarzeniu pochodzącym od tego użytkownika.
RetentionDuration
Prawidłowe wartości okresu przechowywania danych.
Wartości w polu enum
RETENTION_DURATION_UNSPECIFIED
Czas przechowywania danych nie jest określony.
TWO_MONTHS
Czas przechowywania danych wynosi 2 miesiące.
FOURTEEN_MONTHS
Czas przechowywania danych wynosi 14 miesięcy.
TWENTY_SIX_MONTHS
Czas przechowywania danych wynosi 26 miesięcy. Dostępne tylko w usługach w Analytics 360. Dostępne tylko w przypadku danych zdarzeń.
THIRTY_EIGHT_MONTHS
Czas przechowywania danych wynosi 38 miesięcy. Dostępne tylko w usługach w Analytics 360. Dostępne tylko w przypadku danych zdarzeń.
FIFTY_MONTHS
Okres przechowywania danych wynosi 50 miesięcy. Dostępne tylko w usługach w Analytics 360. Dostępne tylko w przypadku danych zdarzeń.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-07-26 UTC."],[[["\u003cp\u003eData Retention Settings control how long event-level data is stored for a Google Analytics 4 property and are configured as a singleton resource.\u003c/p\u003e\n"],["\u003cp\u003eYou can set the retention duration for event data to 2, 14, 26, 38, or 50 months, with longer durations available for 360 properties.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eresetUserDataOnNewActivity\u003c/code\u003e setting determines whether the user identifier retention period resets with each new event.\u003c/p\u003e\n"],["\u003cp\u003eData Retention Settings use a JSON representation and include fields for name, event data retention duration, and user data reset behavior.\u003c/p\u003e\n"]]],["Data retention settings are managed through a singleton resource, defining the duration for retaining event-level and user-level data. Key actions include setting `eventDataRetention` and `userDataRetention` using enumerated values like `TWO_MONTHS`, `FOURTEEN_MONTHS`, `TWENTY_SIX_MONTHS`, `THIRTY_EIGHT_MONTHS`, or `FIFTY_MONTHS`. Another key action is the definition of the reset retention period for each new activity with `resetUserDataOnNewActivity`. The name of the resource is a string value with the format `properties/{property}/dataRetentionSettings`.\n"],null,["# DataRetentionSettings\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [RetentionDuration](#RetentionDuration)\n\nSettings values for data retention. This is a singleton resource.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"eventDataRetention\": enum (/analytics/devguides/config/admin/v1/rest/v1beta/DataRetentionSettings#RetentionDuration), \"userDataRetention\": enum (/analytics/devguides/config/admin/v1/rest/v1beta/DataRetentionSettings#RetentionDuration), \"resetUserDataOnNewActivity\": boolean } ``` |\n\n| Fields ||\n|------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings |\n| `eventDataRetention` | `enum (`[RetentionDuration](/analytics/devguides/config/admin/v1/rest/v1beta/DataRetentionSettings#RetentionDuration)`)` Required. The length of time that event-level data is retained. |\n| `userDataRetention` | `enum (`[RetentionDuration](/analytics/devguides/config/admin/v1/rest/v1beta/DataRetentionSettings#RetentionDuration)`)` Required. The length of time that user-level data is retained. |\n| `resetUserDataOnNewActivity` | `boolean` If true, reset the retention period for the user identifier with every event from that user. |\n\nRetentionDuration\n-----------------\n\nValid values for the data retention duration.\n\n| Enums ||\n|----------------------------------|-----------------------------------------------------------------------------------------------------------------|\n| `RETENTION_DURATION_UNSPECIFIED` | Data retention time duration is not specified. |\n| `TWO_MONTHS` | The data retention time duration is 2 months. |\n| `FOURTEEN_MONTHS` | The data retention time duration is 14 months. |\n| `TWENTY_SIX_MONTHS` | The data retention time duration is 26 months. Available to 360 properties only. Available for event data only. |\n| `THIRTY_EIGHT_MONTHS` | The data retention time duration is 38 months. Available to 360 properties only. Available for event data only. |\n| `FIFTY_MONTHS` | The data retention time duration is 50 months. Available to 360 properties only. Available for event data only. |"]]