Newer Version Available
CRM Analytics Asset Interactions
Each record in your package usage log that has a custom_entity_type of AnalyticsDashboard, AnalyticsLens, or AnalyticsRecipe describes an interaction with your packaged CRM Analytics
assets.
| Available in: both Salesforce Classic and Lightning Experience |
| Available in: Enterprise, Performance, Unlimited, and Developer Editions |
Analytics Asset Runs
To analyze a run of your CRM Analytics asset, look for a log_record_type of AnalyticsAssetRun.
| Standard Data | Supplemental Data |
|---|---|
| none | none |
Analytics Asset Views
To analyze a view of your CRM Analytics asset, look for a log_record_type of AnalyticsAssetView.
| Standard Data | Supplemental Data |
|---|---|
| none | none |
Example
Let’s look at an example package usage log record and analyze the CRM Analytics asset interaction.
1{
2 "timestamp_derived": "2022-11-22T06:19:49.820Z",
3 "log_record_type": "AnalyticsAssetView",
4 "request_id":"4mbhvyfahFf83tlq2Z5aAk",
5 "organization_id": "00Dxx0000006H2l",
6 "organization_name": "MyCustomer Inc.",
7 "organization_status": "Demo",
8 "organization_edition": "Enterprise Edition",
9 "organization_country_code": "IN",
10 "organization_language_locale": "en_US",
11 "organization_time_zone": "Australia/Sydney",
12 "organization_instance": "GS0",
13 "organization_type": "Production",
14 "user_id_token": "005-9BwnBWYO5FMn4cZ1sLw7F3LmTpoe8M77GrZOZHL6xQk=",
15 "user_type": "Standard",
16 "package_id": "033xx0000004FqD",
17 "package_version_id": "04txx0000004Idi",
18 "managed_package_namespace": "Acme",
19 "custom_entity": "ClaimsDashboard",
20 "custom_entity_type": "AnalyticsDashboard",
21 "session_key": "2l4YtFB/RmsRKVsS",
22 "login_key": "fGV6RgVOH3ZCgl2v",
23 "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/IP_ADDRESS_REMOVED Safari/537.36",
24 "user_country_code": "US",
25 "user_time_zone": "America/Los_Angeles"
26}The packaged Analytics dashboard, ClaimsDashboard, was interacted with by a standard user from the subscriber org MyCustom Inc. Specifically, the user performed a view of ClaimsDashboard on 2022-11-22 at 6:19am UTC.
The key data in this analysis are:
| Question | Field | Value |
|---|---|---|
| What |
|
|
| Who |
|
|
| How | log_record_type | AnalyticsAssetView |
| When | timestamp_derived | 2022-11-22T06:19:49.820Z |