用户删除 API: userDeletionRequests:upsert :: deletionRequestTime 字段
User Deletion API: userDeletionRequests:upsert :: deletionRequestTime field
有人可以稍微说明一下如何解释以下参数:
deletionRequestTime: datetime`:
This marks the point in time up to which all user data for the specified end user and Google Analytics property or Firebase project should be deleted.`
如果我将它设置为 2018 年 1 月 1 日(GTM),它会删除所有用户数据吗:
- 从那天到今天(这是我的解释)..意味着所有 2018 年的数据都将消失?
- 或者,(从纪元时间)到那个日期......意味着所有 2016/2017 等数据都消失了,剩下的就是 2018 年的数据?
尝试 API > 在 GA 界面中刷新用户资源管理器报告 > 我注意到所有时间的数据似乎都消失了(给我的印象是这个文件没有得到尊重?)。但是让我等 72 小时,因为 API 要求得出任何结论..
感谢您的澄清。
干杯!
首先,我认为您没有误解它,我认为文档不够清楚。
deletionRequestTime datetime
This marks the point in time up to which all user data for the specified end user and Google Analytics property or Firebase project should be deleted.
现在对我来说,这意味着应该删除数据的时间点。在一天?一分钟时间戳?这是否意味着您将需要在一天中的每个小时分钟循环一次以删除所有内容。
我目前的回答是这令人困惑。我将联系团队以澄清他们在美国西海岸,我们将在几个小时内得到答复。当我知道更多时,我会更新这个。
来自Google
的澄清
As per documentation, deletionRequestTime represents a timestamp up to
which all use data will be deleted. In other words, all data from the
beginning of time until the point returned in deletionRequestTime will
be deleted.
我不相信你可以设置 deletionRequestTime 字段。它设置为您拨打电话的时间。
我相信这就是您看到这种行为的原因。
有人可以稍微说明一下如何解释以下参数:
deletionRequestTime: datetime`:
This marks the point in time up to which all user data for the specified end user and Google Analytics property or Firebase project should be deleted.`
如果我将它设置为 2018 年 1 月 1 日(GTM),它会删除所有用户数据吗:
- 从那天到今天(这是我的解释)..意味着所有 2018 年的数据都将消失?
- 或者,(从纪元时间)到那个日期......意味着所有 2016/2017 等数据都消失了,剩下的就是 2018 年的数据?
尝试 API > 在 GA 界面中刷新用户资源管理器报告 > 我注意到所有时间的数据似乎都消失了(给我的印象是这个文件没有得到尊重?)。但是让我等 72 小时,因为 API 要求得出任何结论..
感谢您的澄清。
干杯!
首先,我认为您没有误解它,我认为文档不够清楚。
deletionRequestTime datetime
This marks the point in time up to which all user data for the specified end user and Google Analytics property or Firebase project should be deleted.
现在对我来说,这意味着应该删除数据的时间点。在一天?一分钟时间戳?这是否意味着您将需要在一天中的每个小时分钟循环一次以删除所有内容。
我目前的回答是这令人困惑。我将联系团队以澄清他们在美国西海岸,我们将在几个小时内得到答复。当我知道更多时,我会更新这个。
来自Google
的澄清As per documentation, deletionRequestTime represents a timestamp up to which all use data will be deleted. In other words, all data from the beginning of time until the point returned in deletionRequestTime will be deleted.
我不相信你可以设置 deletionRequestTime 字段。它设置为您拨打电话的时间。 我相信这就是您看到这种行为的原因。