You are here:
TenantBillingUsageEvent Data Lake Object
The TenantBillingUsageEvent data lake object (DLO) captures the raw consumption data sent from a service to Digital Wallet.
Billing-Related Fields
The information in these fields can assist Salesforce Customer Support or your Account Executive to interpret your Digital Wallet data or to troubleshoot issues.
To create a report based on the TenantBillingUsageEvent DLO, you must map it to a data model object (DMO). Instead, considering using the TenantEnrichedUsageEvent DLO, which we created and optimized for consumption reporting. And best of all, you can create reports directly from it, and you don’t incur any costs when building a report based on it.
| Field | Developer (API) Name | Data Type | Description |
|---|---|---|---|
| Additional Info | AdditionalInfo__c | Text | A JSON field with key-value pairs that enable you to track and attribute consumption based on product-specific attributes for usage events. If this field is populated, then a TenantUsageAttrDetail record that points to this tenant usage event ID is created. |
| Business Environment Type | businessenvtype__c | Text | The environment type of the org that triggered the usage: production or sandbox. |
| Correlation Identifier | CorrelationIdentifier__c | Text | A unique identifier that links related billing usage events. |
| Entitlement Org ID | EntitlementOrgId__c | Text | The 18-digit ID of the org that holds the entitlements from which the reported usage is drawn. |
| Event Time | EventTime__c | DateTime | Time when the event occurred. |
| Feature Developer Name | FeatureDeveloperName__c | Text | The developer name (API) for the feature associated with this usage. |
| ID | id__c | Text | The unique identifier (primary key) for the DLO. |
| Resource ID Or API Name | ResourceIdOrApiName__c | Text | The unique ID or API name used to identify the resource related to the usage event. |
| Resource Type | ResourceType__c | Text | The object associated with the resource. |
| Root Resource ID or API Name | RootResourceidOrApiName__c | Text | The ID or API name for the resource that generated the usage. |
| Root Resource Type | RootResourceType__c | Text | The object type for the root resource. |
| Usage Reporting Org ID | UsageReportingOrgId__c | Text | In most cases it’s the 18-digit ID (sandbox or production) that triggered the usage being billed. |
| Usage Value | UsageValue__c | Number | Represents the raw, unweighted amount of usage consumed. |
For Internal Use Only Fields
These fields are for Salesforce internal use only.
| Field | Developer (API) Name | Data Type |
|---|---|---|
| cdp_sys_PartitionDate | cdp_sys_PartitionDate__c | DateTime |
| cdp_sys_SourceVersion | cdp_sys_SourceVersion__c | Text |
| Data Source | DataSource__c | Text |
| Data Source Object | DataSourceObject__c | Text |
| Extract Time | ExtractTime__c | DateTime |
| Internal Organization | InternalOrganization__c | Text |
| KQ_id | KQ_id__c | Text |

