Reference for Marketplace Publisher
This guide lists the predefined objects in OCI Resource Analytics for the Marketplace Publisher service. You can find information about views, entity relationships, subject areas and sample queries.
Views
This section provides information about views within OCI Resource Analytics Marketplace Publisher and their columns, data types, keys, and the referred view and column names. The following views are available:
| Name | Description |
|---|---|
| MARKETPLACE_PUBLISHER_ARTIFACT_DIM_V | This view stores information about base model objects for the artifacts. |
| MARKETPLACE_PUBLISHER_LEAD_DIM_V | This view stores information about the details of a lead. |
| MARKETPLACE_PUBLISHER_LISTING_DIM_V | This view stores information about the model for the Marketplace Publisher listing. |
| MARKETPLACE_PUBLISHER_LISTING_REVISION_DIM_V | This view stores information about the model for an Oracle Cloud Infrastructure Marketplace Publisher listing revision. |
| MARKETPLACE_PUBLISHER_LISTING_REVISION_ATTACHMENT_DIM_V | This view stores information about an attachment for the listing revision. |
| MARKETPLACE_PUBLISHER_LISTING_REVISION_NOTE_DIM_V | This view stores information about the model for the listing revision notes. |
| MARKETPLACE_PUBLISHER_DIM_V | This view stores information about the model for a publisher details. |
| MARKETPLACE_PUBLISHER_LEAD_FACT_V | Fact table for Marketplace Publisher leads. |
| MARKETPLACE_PUBLISHER_LISTING_FACT_V | Fact table for Marketplace Publisher listings. |
| MARKETPLACE_PUBLISHER_LISTING_REVISION_FACT_V | Fact table for Marketplace Publisher listing revisions. |
| MARKETPLACE_PUBLISHER_PUBLISHER_FACT_V | Fact table for Marketplace Publisher publishers. |
The suffixes in the view names designate the view type:
- FACT_V: Fact
- DIM_V: Dimension
The contents of each view and their relationships are listed in the following file: Marketplace Publisher views.
Each tab in the Excel spreadsheet contains the details of a view.
Relationship Diagram
This section provides diagrams that define the logical relationship of a fact table with different dimension tables.
These diagrams show the relationship of the Marketplace Publisher fact view with different dimension views.




Relationships exist among dimensions. Dimensions can be joined directly to each other. This diagram shows the relationship between dimension views.



Sample Queries
Sample queries for Marketplace Publisher.
List the number of leads associated with each listing ID.
SELECT
LISTING_ID,
COUNT(LEAD_ID) AS LEAD_COUNT
FROM OCIRA.MARKETPLACE_PUBLISHER_LEAD_FACT_V F
GROUP BY LISTING_ID;List the number of listings associated with each publisher ID.
SELECT
PUBLISHER_ID,
COUNT(LISTING_ID) AS LISTING_COUNT
FROM OCIRA.MARKETPLACE_PUBLISHER_LISTING_FACT_V F
GROUP BY PUBLISHER_ID;List the number of listing revisions associated with each listing ID.
SELECT
LISTING_ID,
COUNT(LISTING_REVISION_ID) AS LISTING_REVISION_COUNT
FROM OCIRA.MARKETPLACE_PUBLISHER_LISTING_REVISION_FACT_V F
GROUP BY LISTING_ID;List the number of publishers associated with each legacy ID.
SELECT
LEGACY_ID,
COUNT(PUBLISHER_ID) AS PUBLISHER_COUNT
FROM OCIRA.MARKETPLACE_PUBLISHER_PUBLISHER_FACT_V F
GROUP BY LEGACY_ID;Data Lineage
The Customer Experience Semantic Model Lineage spreadsheet and Metric Calculation Logic spreadsheet for Marketplace Publisher provide an end-to-end data lineage summary report for physical and logical relationships in your data.
For more information, see Data Lineage.
Subject Areas
This section provides information on the subject areas with data you maintain in Marketplace Publisher. These subject areas, with their corresponding data, are available for you to use when creating and editing analyses and reports. The information for each subject area includes:
Description of the subject area.
Business questions that can be answered by data in the subject area, with a link to more detailed information about each business question.
Job-specific groups and duty roles that can be used to secure access to the subject area, with a link to more detailed information about each job role and duty role.
Primary navigation to the work area that's represented by the subject area.
Time reporting considerations in using the subject area, such as whether the subject area reports historical data or only the current data. Historical reporting refers to reporting on historical transactional data in a subject area. With a few exceptions, all dimensional data are current as of the primary transaction dates or system date.
The lowest grain of transactional data in a subject area. The lowest transactional data grain decides how data are joined in a report.
Special considerations, tips, and things to look out for in using the subject area to create analyses and reports.
Useful Resources
Oracle Cloud Infrastructure Documentation / API Reference