Tableau Connector for WordPress

Build 25.0.9434

RecentNotificationSeenTimestamp

Set the timestamp of the most recently seen notification.

Stored Procedure Specific Information

Execute

Call this procedure to set the timestamp of the most recently seen notification. To set the timestamp of the most recently seen notification, you must specify the following column: Time. A successful authentication is also required. For example:

EXEC RecentNotificationSeenTimestamp Time='1746934534';

Input

Name Type Description
Time String The UNIX timestamp representing the most recent notification seen by the user on their WordPress client.

Result Set Columns

Name Type Description
Success String Indicates whether the request to update or retrieve the notification timestamp completed successfully.
LastSeenTime Datetime The UNIX timestamp showing when the user last viewed their notifications in WordPress.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434