Skip to main content

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.

0 votes
0 answers
31 views

public with sharing class AnalyticsTracker { private static final String MEASUREMENT_ID = 'G-XXXXXXXXX'; // Your GA4 Measurement ID private static final String API_SECRET = 'xxxxxxxxxxxxxxxx'; // ...
Muskan Agarwal's user avatar
0 votes
0 answers
115 views

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 ...
Arvin's user avatar
  • 5
-1 votes
1 answer
68 views

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 ...
Sarah Dunne's user avatar
0 votes
0 answers
46 views

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 ...
Shubham Takankhar's user avatar
0 votes
0 answers
150 views

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....
arnaud's user avatar
  • 116
0 votes
1 answer
56 views

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 Ö, Ä, ...
Alexander Schirmer's user avatar
1 vote
1 answer
139 views

MarketingCloud analytics for tracking push notifcations can be enabled by calling setAnalyticsEnabled(true) on the MarketingCloudConfig.builder() instance when initializing SFMCSdk, as explained here. ...
VladSabau's user avatar
0 votes
1 answer
318 views

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 ...
user1149555's user avatar
1 vote
2 answers
351 views

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 ...
TariqueH's user avatar
  • 100
1 vote
1 answer
505 views

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 ...
Krishnan Mishra's user avatar
1 vote
2 answers
3k views

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 ...
luksfarris's user avatar
-1 votes
1 answer
131 views

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 ...
user140077's user avatar
0 votes
1 answer
373 views

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 ...
SvenMajeric's user avatar
1 vote
0 answers
492 views

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 ...
Vio's user avatar
  • 41
0 votes
0 answers
68 views

I call Metadata API - AnalyticsSettings - to check the key: enable​Report​Hide​Xls​Export​Pref. For some reason, When I changed to value in the UI checkbox, it doesn't influence the API value. Can ...
Yuavl_Dayan's user avatar

15 30 50 per page
1
2 3 4 5
18