Skip to main content

Replies

  • November 12, 2024
  • 0 replies
  • 115 views

MayurGhiya
Forum|alt.badge.img

This article lists all of the objects and fields related to replies in the communities data lake.

content_reply_anonymized (fact)

This object table contains a list of fields related to when author of the reply was deleted.

Field Name Field Type Field Description
community_id string contains the community ID where the activity was executed
correlation_id string

refers to a unique identifier used to correlate and track related actions within the community platform, used for debugging or monitoring purposes

occurred_at string refers to the timestamp indicating the precise moment when the activity took place
executed_by string identifies the person who executed the activity (zero, if system event)
user_id string refers to the unique identifier of the person that identifies the user platform-wide
reply_private_id string refers to the unique identifier assigned to a reply that identifies the reply within the Content Type
reply_public_id string refers to the unique identifier assigned to a reply that identifies it within the platform
content_type string Identifies the type of content, such as article, product update, question, idea, discussion

 

content_reply_approved_by_moderator (fact)

This object table contains a list of fields related to when a moderator approves a reply.

Field Name Field Type Field Description
community_id string contains the community ID where the activity was executed
correlation_id string

refers to a unique identifier used to correlate and track related actions within the community platform, used for debugging or monitoring purposes

occurred_at string refers to the timestamp indicating the precise moment when the activity took place
topic_private_id string refers to the unique identifier of the topic, that identifies the opening topic within the Content Type
topic_public_id string refers to the unique identifier of the topic that identifies the opening topic platform-wide
reply_private_id string refers to the unique identifier assigned to a reply that identifies the reply within the Content Type
reply_public_id string refers to the unique identifier assigned to a reply that identifies it within the platform
executed_by string identifies the person who executed the activity (zero, if system event)
user_id string refers to the unique identifier of the person that identifies the user platform-wide
content_type string Identifies the type of content, such as article, product update, question, idea, discussion

 

content_reply_edited (fact)

This object table contains a list of fields related to when the reply was edited.

Field Name Field Type Field Description
community_id string contains the community ID where the activity was executed
correlation_id string

refers to a unique identifier used to correlate and track related actions within the community platform, used for debugging or monitoring purposes

occurred_at string refers to the timestamp indicating the precise moment when the activity took place
reply_private_id string refers to the unique identifier assigned to a reply that identifies the reply within the Content Type
reply_public_id string refers to the unique identifier assigned to a reply that identifies it within the platform
topic_private_id string refers to the unique identifier of the topic, that identifies the opening topic within the Content Type
topic_public_id string refers to the unique identifier of the topic that identifies the opening topic platform-wide
content string refers to the main body of the post. If empty the event did not affect the body of the post
is_pending string if moderator approval rules were enabled it indicates whether the topic is pending review or approval by a moderator
executed_by string identifies the person who executed the activity (zero, if system event)
user_id string refers to the unique identifier of the person that identifies the user platform-wide
content_type string Identifies the type of content, such as article, product update, question, idea, discussion

 

content_reply_highlight_changed (fact)

This object table contains a list of fields related to when a user change highlight on reply.

Field Name Field Type Field Description
community_id string contains the community ID where the activity was executed
correlation_id string

refers to a unique identifier used to correlate and track related actions within the community platform, used for debugging or monitoring purposes

occurred_at string refers to the timestamp indicating the precise moment when the activity took place
topic_private_id string refers to the unique identifier of the topic, that identifies the opening topic within the Content Type
topic_public_id string refers to the unique identifier of the topic that identifies the opening topic platform-wide
reply_private_id string refers to the unique identifier assigned to a reply that identifies the reply within the Content Type
reply_public_id string refers to the unique identifier assigned to a reply that identifies it within the platform
executed_by string identifies the person who executed the activity (zero, if system event)
user_id string refers to the unique identifier of the person that identifies the user platform-wide
is_highlighted string refers to highlighting status, which is a visual representation in the UI
content_type string Identifies the type of content, such as article, product update, question, idea, discussion

 

content_reply_liked (fact)

This object table contains a list of fields related to when a user likes a reply.

Field Name Field Type Field Description
community_id string contains the community ID where the activity was executed
correlation_id string

refers to a unique identifier used to correlate and track related actions within the community platform, used for debugging or monitoring purposes

occurred_at string refers to the timestamp indicating the precise moment when the activity took place
executed_by string identifies the person who executed the activity (zero, if system event)
user_id string refers to the unique identifier of the person that identifies the user platform-wide
topic_private_id string refers to the unique identifier of the topic, that identifies the opening topic within the Content Type
reply_private_id string refers to the unique identifier assigned to a reply that identifies the reply within the Content Type
topic_public_id string refers to the unique identifier of the topic that identifies the opening topic platform-wide
reply_public_id string refers to the unique identifier assigned to a reply that identifies it within the platform
like_set string

collection of user unique identifiers (user_ids) representing users who liked a content ( refers to qeustions, artces, product updates and conversations as well as all replies)

content_type string Identifies the type of content, such as article, product update, question, idea, discussion

 

content_reply_moved_to_another_topic_type (fact)

This object table contains a list of fields related to when a reply is moved to another existing topic of different content type.

Field Name Field Type Field Description
community_id string contains the community ID where the activity was executed
correlation_id string

refers to a unique identifier used to correlate and track related actions within the community platform, used for debugging or monitoring purposes

occurred_at string refers to the timestamp indicating the precise moment when the activity took place
reply_private_id string refers to the unique identifier assigned to a reply that identifies the reply within the Content Type
reply_public_id string refers to the unique identifier assigned to a reply that identifies it within the platform
executed_by string identifies the person who executed the activity (zero, if system event)
user_id string refers to the unique identifier of the person that identifies the user platform-wide
old_topic_private_id string refers to the unique identifier of the topic, that identifies the opening topic within the Content Type
old_topic_type string refers to the previous type of content, such as article, product update, question, idea, discussion
old_topic_public_id string refers to the unique identifier of the topic that identifies the opening topic platform-wide
new_topic_private_id string refers to the unique identifier of the topic, that identifies the opening topic within the Content Type
new_topic_type string refers to the new type of content, such as article, product update, question, idea, discussion
new_topic_public_id string refers to the unique identifier of the topic that identifies the opening topic platform-wide
content_type string Identifies the type of content, such as article, product update, question, idea, discussion

 

content_reply_moved_to_existing_topic (fact)

This object table contains a list of fields related to when a reply is moved to another existing topic.

Field Name Field Type Field Description
community_id string contains the community ID where the activity was executed
correlation_id string

refers to a unique identifier used to correlate and track related actions within the community platform, used for debugging or monitoring purposes

occurred_at string refers to the timestamp indicating the precise moment when the activity took place
topic_private_id string refers to the unique identifier of the topic, that identifies the opening topic within the Content Type
topic_public_id string refers to the unique identifier of the topic that identifies the opening topic platform-wide
previous_topic_private_id string refers to the unique identifier of the topic, that identifies the opening topic within the Content Type
previous_topic_public_id string refers to the unique identifier of the topic that identifies the opening topic platform-wide
executed_by string identifies the person who executed the activity (zero, if system event)
user_id string refers to the unique identifier of the person that identifies the user platform-wide
reply_private_id string refers to the unique identifier assigned to a reply that identifies the reply within the Content Type
reply_public_id string refers to the unique identifier assigned to a reply that identifies it within the platform
content_type string Identifies the type of content, such as article, product update, question, idea, discussion

 

content_reply_permanently_deleted (fact)

This object table contains a list of fields related to when the reply was permanently deleted.

Field Name Field Type Field Description
community_id string contains the community ID where the activity was executed
correlation_id string

refers to a unique identifier used to correlate and track related actions within the community platform, used for debugging or monitoring purposes

occurred_at string refers to the timestamp indicating the precise moment when the activity took place
reply_public_id string refers to the unique identifier assigned to a reply that identifies it within the platform
executed_by string identifies the person who executed the activity (zero, if system event)
user_id string refers to the unique identifier of the person that identifies the user platform-wide
reply_private_id string refers to the unique identifier assigned to a reply that identifies the reply within the Content Type
topic_public_id string refers to the unique identifier of the topic that identifies the opening topic platform-wide
topic_private_id string refers to the unique identifier of the topic, that identifies the opening topic within the Content Type
content_type string Identifies the type of content, such as article, product update, question, idea, discussion

 

content_reply_pinned (fact)

This object table contains a list of fields related to when a reply is pinned.

Field Name Field Type Field Description
community_id string contains the community ID where the activity was executed
correlation_id string

refers to a unique identifier used to correlate and track related actions within the community platform, used for debugging or monitoring purposes

occurred_at string refers to the timestamp indicating the precise moment when the activity took place
topic_private_id string refers to the unique identifier of the topic, that identifies the opening topic within the Content Type
topic_public_id string refers to the unique identifier of the topic that identifies the opening topic platform-wide
reply_private_id string refers to the unique identifier assigned to a reply that identifies the reply within the Content Type
reply_public_id string refers to the unique identifier assigned to a reply that identifies it within the platform
previous_reply_private_id string refers to the unique identifier assigned to a reply that identifies the reply within the Content Type
previous_reply_public_id string refers to the unique identifier assigned to a reply that identifies it within the platform
executed_by string identifies the person who executed the activity (zero, if system event)
user_id string refers to the unique identifier of the person that identifies the user platform-wide
content_type string Identifies the type of content, such as article, product update, question, idea, discussion

 

content_reply_promoted_to_new_topic (fact)

This object table contains a list of fields related to when existing reply is converted to a new topic.

Field Name Field Type Field Description
community_id string contains the community ID where the activity was executed
correlation_id string

refers to a unique identifier used to correlate and track related actions within the community platform, used for debugging or monitoring purposes

occurred_at string refers to the timestamp indicating the precise moment when the activity took place
topic_private_id string refers to the unique identifier of the topic, that identifies the opening topic within the Content Type
topic_public_id string refers to the unique identifier of the topic that identifies the opening topic platform-wide
user_id string refers to the unique identifier of the person that identifies the user platform-wide
executed_by string identifies the person who executed the activity (zero, if system event)
reply_private_id string refers to the unique identifier assigned to a reply that identifies the reply within the Content Type
reply_public_id string refers to the unique identifier assigned to a reply that identifies it within the platform
content_type string Identifies the type of content, such as article, product update, question, idea, discussion

 

content_reply_restored (fact)

This object table contains a list of fields related to when a trashed reply is restored.

Field Name Field Type Field Description
community_id string contains the community ID where the activity was executed
correlation_id string

refers to a unique identifier used to correlate and track related actions within the community platform, used for debugging or monitoring purposes

occurred_at string refers to the timestamp indicating the precise moment when the activity took place
reply_private_id string refers to the unique identifier assigned to a reply that identifies the reply within the Content Type
reply_public_id string refers to the unique identifier assigned to a reply that identifies it within the platform
topic_private_id string refers to the unique identifier of the topic, that identifies the opening topic within the Content Type
topic_public_id string refers to the unique identifier of the topic that identifies the opening topic platform-wide
executed_by string identifies the person who executed the activity (zero, if system event)
user_id string refers to the unique identifier of the person that identifies the user platform-wide
content_type string Identifies the type of content, such as article, product update, question, idea, discussion

 

content_reply_trashed (fact)

This object table contains a list of fields related to when a reply is trashed.

Field Name Field Type Field Description
community_id string contains the community ID where the activity was executed
correlation_id string

refers to a unique identifier used to correlate and track related actions within the community platform, used for debugging or monitoring purposes

occurred_at string refers to the timestamp indicating the precise moment when the activity took place
topic_private_id string refers to the unique identifier of the topic, that identifies the opening topic within the Content Type
topic_public_id string refers to the unique identifier of the topic that identifies the opening topic platform-wide
reply_private_id string refers to the unique identifier assigned to a reply that identifies the reply within the Content Type
reply_public_id string refers to the unique identifier assigned to a reply that identifies it within the platform
user_id string refers to the unique identifier of the person that identifies the user platform-wide
executed_by string identifies the person who executed the activity (zero, if system event)
content_type string Identifies the type of content, such as article, product update, question, idea, discussion

 

content_reply_unliked (fact)

This object table contains a list of fields related to when a user unlikes a reply.

Field Name Field Type Field Description
community_id string contains the community ID where the activity was executed
correlation_id string

refers to a unique identifier used to correlate and track related actions within the community platform, used for debugging or monitoring purposes

occurred_at string refers to the timestamp indicating the precise moment when the activity took place
reply_private_id string refers to the unique identifier assigned to a reply that identifies the reply within the Content Type
reply_public_id string refers to the unique identifier assigned to a reply that identifies it within the platform
topic_private_id string refers to the unique identifier of the topic, that identifies the opening topic within the Content Type
topic_public_id string refers to the unique identifier of the topic that identifies the opening topic platform-wide
author_id string

refers to unique identifier of the user who created a piece of content, topic, reply, or event, identifying the original creator within the community

executed_by string identifies the person who executed the activity (zero, if system event)
user_id string refers to the unique identifier of the person that identifies the user platform-wide
like_set string

collection of user unique identifiers (user_ids) representing users who liked a content ( refers to qeustions, artces, product updates and conversations as well as all replies)

content_type string Identifies the type of content, such as article, product update, question, idea, discussion

 

content_reply_unpinned (fact)

This object table contains a list of fields related to when a reply is unpinned.

Field Name Field Type Field Description
community_id string contains the community ID where the activity was executed
correlation_id string

refers to a unique identifier used to correlate and track related actions within the community platform, used for debugging or monitoring purposes

occurred_at string refers to the timestamp indicating the precise moment when the activity took place
topic_private_id string refers to the unique identifier of the topic, that identifies the opening topic within the Content Type
topic_public_id string refers to the unique identifier of the topic that identifies the opening topic platform-wide
reply_private_id string refers to the unique identifier assigned to a reply that identifies the reply within the Content Type
reply_public_id string refers to the unique identifier assigned to a reply that identifies it within the platform
executed_by string identifies the person who executed the activity (zero, if system event)
user_id string refers to the unique identifier of the person that identifies the user platform-wide
content_type string Identifies the type of content, such as article, product update, question, idea, discussion

 

topic_reply (dimension)

This object table contains the current list of community replies to existing topics, with their details such as: public_id, topic_id, content, status or creation date (deleted replies are removed from the list).

Field Name Field Type Field Description
author_id string

refers to unique identifier of the user who created a piece of content, topic, reply, or event, identifying the original creator within the community

reply_private_id string refers to the unique identifier assigned to a reply that identifies the reply within the Content Type
is_highlighted boolean refers to highlighting status, which is a visual representation in the UI
ip_address string

refers to the unique numerical label assigned to a user's device by an Internet Service Provider (ISP) to identify and locate it on a network

topic_private_id string refers to the unique identifier of the topic, that identifies the opening topic within the Content Type
last_modified_at timestamp refers to the date and time when the most recent edit or modification was made to a reply
trashed_at timestamp

refers to the date and time when the reply was moved to the trash, indicating it is no longer visible to regular users within the community

content string refers to the main body of the post
replied_at timestamp refers to the date and time when a reply was posted within a topic
reply_public_id string refers to the unique identifier assigned to a reply that identifies it within the platform
content_type string Identifies the type of content, such as article, product update, question, idea, discussion
topic_public_id string refers to the unique identifier of the topic that identifies the opening topic platform-wide
last_reported_reply_id string

refers to the unique identifier of the most recently reported reply within the topic, enabling quick reference to the specific reply that has been flagged by users for moderation or review

marked_spam_at string indicates when the reply was marked as spam
marked_spam_by string refers to the unique identifier of the user who marked the reply as spam
pending_since timestamp indicates when the reply was submitted for approval

 

This topic has been closed for replies.