Last Updated On: September 15, 2025
This article lists all of the objects and fields related to custom pages and widgets in the communities data lake.
custom_page (dimension)
This object table contains a catalog of custom pages, their ids and titles.
| Field Name | Field Type | Field Description |
|---|---|---|
| slug | string | Refers to a URL-friendly version of a string, typically used to create readable and SEO-friendly URLs for custom pages |
| title | string | Contains custom page title |
| community_id | string | Contains a unique identifier assigned to a specific community |
| seo_fields | string | Refers to the collection of fields used for search engine optimization, including title, description, and keywords, to enhance the visibility of content within search engine results |
| custompage_id | string | Contains unique identifier of the custom page |
custompages_custompage_created (fact)
This object table contains a list of fields related to when a custom page was created.
| 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 |
| custompage_id | string | Contains unique identifier of the custom page |
| seo_fields_description | string | Refers to the descriptions associated with the SEO fields, explaining their purpose and how they contribute to the overall search engine optimization strategy |
| seo_fields_name | string | Refers to the name associated with the SEO fields, summarizing their purpose |
| slug | string | Refers to a URL-friendly version of a string, typically used to create readable and SEO-friendly URLs for custom pages |
| title | string | Contains custom page title |
custompages_custompage_deleted (fact)
This object table contains a list of fields related to when a custom page 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 |
| custompage_id | string | Contains unique identifier of the custom page |
page_widget (dimension)
This object table contains a catalog of community page widgets, their details such as: ids, titles, status or type.
| Field Name | Field Type | Field Description |
|---|---|---|
| title | string | Represents the name or label of the widget, providing a concise description |
| active | boolean | Indicates whether the widget is currently enabled and visible on the page |
| page | string | Specifies the identifier or name of the page where the widget is located |
| type | string | Denotes the category or kind of widget |
| config | string | Contains configuration settings or parameters that define the specific functionality and behavior of the widget |
| widget_id | string | Contains a unique identifier assigned to each widget |
| position | int | Indicates the specific placement or order of the widget within the page layout |
quick_link (dimension)
This object table contains a catalog of widgets, their ids, titles, descriptions and other details.
| Field Name | Field Type | Field Description |
|---|---|---|
| widget_id | string | Refers to unique identifier assigned to each widget |
| title | string | Represents the display name of the quick link |
| url | string | Contains the web address that the quick link points to |
| description | string | Provides additional information about the quick link |
| open_new_tab | boolean | Indicates whether the quick link should open in a new browser tab when clicked |
| icon_src | string | Contains the source URL or path for the icon that represents the quick link |
| image_src | string | Specifies the source URL or path for an image that may be associated with the quick link |
personalization_widget_personalization_config_updated (fact)
This object table contains a list of fields related to when authors are notified about changes made to their posts by a moderator.
| 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 |
| 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) |
| page | String | Specifies the webpage where the widget personalization has been configured or modified |
| widget_id | String | Refers to unique identifier assigned to each widget |
| personalization_field_name | String | Indicates the specific personalization aspect or setting of the widget that has been updated |
| personalization_field_value | String | Contains the value corresponding to the personalization_field_name, representing the specific data or options applied for personalization |
| type | String | Specifies the type of widget being personalized, such as a banner or featured topics |
| title | String | Contains the name or label of the widget being personalized |
| language | String | Contains the language code associated with the content of the widget |