This article lists all of the objects and fields related to subscriptions in the communities data lake.
subscription_category_and_group (dimension)
This object table contains the current list of the users (IDs) subscribed to the categories (IDs) and groups (IDs).
Field Name | Field Type | Field Description |
---|---|---|
category_id or group_id | string | refers to the unique identifier assigned to a specific category or group within the community |
user_id | string | refers to the unique identifier of the person that identifies the user platform-wide |
subscription_content_type (dimension)
This object table contains the current list of the users (IDs) subscribed to product updates.
Field Name | Field Type | Field Description |
---|---|---|
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 |
subscription_topic (dimension)
This object table contains the current list of the users (IDs) subscribed to the topics (IDs).
Field Name | Field Type | Field Description |
---|---|---|
user_id | string | refers to the unique identifier of the person that identifies the user platform-wide |
topic_public_id | string | refers to the unique identifier of the topic that identifies the opening topic platform-wide |
subscriptions_subscribed_to_category (fact)
This object table contains a list of fields related to when a user subscribes to a category.
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 |
category_id | string | refers to the unique identifier assigned to a specific category within the community |
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) |
subscriptions_subscribed_to_content_type (fact)
This object table contains a list of fields related to when a user subscribes to Product Updates.
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 |
content_type | string | Identifies the type of content, such as article, product update, question, idea, discussion |
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) |
subscriptions_subscribed_to_group (fact)
This object table contains a list of fields related to when a user subscribes to a group.
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 |
group_id | string | refers to the unique identifier assigned to a specific group within the community |
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) |
subscriptions_subscribed_to_topic (fact)
This object table contains a list of fields related to when a user subscribes to a 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_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) |
subscriptions_unsubscribed_to_category (fact)
This object table contains a list of fields related to when a user unsubscribes from a category.
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 |
category_id | string | refers to the unique identifier assigned to a specific category within the community |
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) |
subscriptions_unsubscribed_to_content_type (fact)
This object table contains a list of fields related to when a user unsubscribes from Product Updates.
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 |
content_type | string | Identifies the type of content, such as article, product update, question, idea, discussion |
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) |
subscriptions_unsubscribed_to_group (fact)
This object table contains a list of fields related to when a user unsubscribes from a group.
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 |
group_id | string | refers to the unique identifier assigned to a specific group within the community |
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) |
subscriptions_unsubscribed_to_topic (fact)
This object table contains a list of fields related to when a user unsubscribes to a topic.
community_id | string | fact | contains the community ID where the activity was executed |
correlation_id | string | fact | 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 | fact | refers to the timestamp indicating the precise moment when the activity took place |
topic_public_id | string | fact | refers to the unique identifier of the topic that identifies the opening topic platform-wide |
user_id | string | fact | refers to the unique identifier of the person that identifies the user platform-wide |
executed_by | string | fact | identifies the person who executed the activity (zero, if system event) |