Last Updated:
June 17, 2021
by
Jesse Langstaff
| Version: 31
| 7,201 views
| 0 followers
members are following updates on this item.
Data Feeds provide analytics data on Igloo Objects within a digital workplace. Igloo Objects are things such as Pages, Spaces, Channels, Content, and Users. Data on these objects exist in separate tables. Combining these tables is a large part of creating your own custom reports.
Create custom reports from Data Feeds using analytics tools that support Open Data Protocol (OData v4). OData v4 is a RESTful data protocol that returns JavaScript Object Notation (JSON) formatted data.
The following Users can access Data Feeds:
This connection requires the use of your Igloo Authentication credentials.
Data Feeds update once per day Monday to Friday. These updates occur early in the morning, typically between 2-7 AM (EST).
You can also view Data Feeds using a web browser (see the Data Feed's URL section below).
Data Feeds table names contain prefixes which describe the type of data they contain. These prefixes are:
The root OData URL will take the following form:
https://{your community domain}/odata
Append a table’s name to this URL to access it. Table names can be found in the Tables Wiki. For example, use dContentBlog to return a table that includes all Blog articles in a digital workplace.
https://{your community domain}/odata/dContentBlog
Whether you connect to the base URL, or a URL of a specific table, depends on your analytics application. Tools such as Excel and Power BI connect to the root URL and provide the ability to browse tables. Other tools such as DOMO use the URL of specific tables.