Questions tagged [analytics]
Analytics refers to anything that can be done with reports and dashboards. There is a REST-based Analytics API and an Apex Analytics API.
260 questions
0 votes
0 answers
31 views
Google Analytics 4 User Id tracking along with page_view event
public with sharing class AnalyticsTracker { private static final String MEASUREMENT_ID = 'G-XXXXXXXXX'; // Your GA4 Measurement ID private static final String API_SECRET = 'xxxxxxxxxxxxxxxx'; // ...
0 votes
0 answers
115 views
CRM Analytics Dashboard Content Query via API
I'm trying to check how I can pull data from one of our CRM Analytics Dashboard via API. What I've found so far are documentations related to the APIs. (Links below.) But the queries I was able to ...
-1 votes
1 answer
68 views
Checkboxes as Survey Answers - Analytical reporting on multi-select questions (not multiselect picklist)
Our nonprofit org recently sent out a survey and some questions allowed participants to select more than one answer. We initially assigned all survey answers as individual checkboxes, but now we are ...
0 votes
0 answers
46 views
Metadata API : AnalyticsSettings some field enableReportHideXlsExportPref is missing
I am querying SELECT Id, Metadata FROM AnalyticsSettings however enableReportHideXlsExportPref is missing in the Metadata response what permission is required for this metadata. Along the permissions ...
0 votes
0 answers
150 views
Sending a dashboard by email to users external
I would like to send a dashboard periodically with filter choices depending on the recipient Currently, I know how to send reports in Excel files Messaging.SingleEmailMessage message = new Messaging....
0 votes
1 answer
56 views
sfdx-mohanc-plugins export special characters not exported propperly in file
I have installed and set up mohanc as described in this blog: https://www.salesforceblogger.com/2020/08/19/export-your-einstein-analytics-datasets/ Sadly, I have german letters in the data like Ö, Ä, ...
1 vote
1 answer
139 views
Enable/disable analytics for tracking push notifications after MarketingCloud SDK initialization? (Android)
MarketingCloud analytics for tracking push notifcations can be enabled by calling setAnalyticsEnabled(true) on the MarketingCloudConfig.builder() instance when initializing SFMCSdk, as explained here. ...
0 votes
1 answer
318 views
how can we change color of specific column values in salesforce analytics lens
In Salesforce Analytics, I have configured an action for the 'Case Number' column in a lens. I want to change the color of this column, similar to the blue color used for hyperlinks, so that users can ...
1 vote
2 answers
351 views
Comprehensive documentation on creating embedded app template for CRM Analytics
We are trying to build a salesforce crm analytics "embeddedapp" template type which can be auto installed in any subscribers org and added to a lightning record or home page. Where we are ...
1 vote
1 answer
505 views
How to get search strings from global search?
Is there any way in Salesforce to get what the users are searching in Salesforce? I want to extract search terms from standard global search as well. PS: External tools such as SPLUNK, and Google ...
1 vote
2 answers
3k views
Export data from large reports programmatically
we have several reports that are over 100K rows. We would like to export them to a data warehouse to combine their data and run large analysis on that data. The reports need to be extracted daily to ...
-1 votes
1 answer
131 views
Export Complete Wave Dashboard as PDF with Visualforce/Lightning
Is it possible to get the Wave dashboard as a PDF document or in the mail as an attachment programmatically with either a VF page or Lightning? I have tried the VF page code to get it as a pdf option ...
0 votes
1 answer
373 views
Enable/disable analytics for tracking push notifications after MarketingCloud SDK initialization? (iOS)
MarketingCloud analytics for tracking push notifcations can be enabled by calling setAnalyticsEnabled(true) on the PushConfigBuilder instance when initializing SFMCSdk, as explained here. We would ...
1 vote
0 answers
492 views
Getting insufficient access rights on cross-reference id when deploying Analytics Dataset components
Just created a scratch org and now attempting to deploy an entire wave folder, with one app, multiple datasets, and one dashboard. None of the Analytics Dataset metadata components want to deploy and ...
0 votes
0 answers
68 views
Metadata API - AnalyticsSettings - enableReportHideXlsExportPref
I call Metadata API - AnalyticsSettings - to check the key: enableReportHideXlsExportPref. For some reason, When I changed to value in the UI checkbox, it doesn't influence the API value. Can ...