Loading
Feature degradation | Gmail Email delivery failureRead More
About Salesforce Data 360
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          Find How Many Records of a Specific Type Synced Successfully

          Find How Many Records of a Specific Type Synced Successfully

          Determine how many records of a specific file type (for example, HTML, PDF, and images) were ingested.

          Use this procedure to count the number of files that were ingested based on the file type. This is helpful to use when youget reports that images are not ingesting and you want to track the number of image files that are ingested.

          1. From App Launcher, select Data Cloud.
          2. Open the Data Streams tab, open the relevant data stream, and copy the data stream Object API Name, for example: SffWeb-Crawler__dll.
          3. Open the Query Editor tab, and create a new query. Get familiar with the Query Editor to understand how to create queries.
          4. For your new query, use the following format examples.
            1. HTML Pages: SELECT COUNT(*) FROM "<your_Object_API_Name>" WHERE "ContentType__c" = 'html'
            2. PDF Files: SELECT COUNT(*) FROM "<your Object API Name>" WHERE "ContentType__c" = application/'pdf'
            3. Image Files: SELECT COUNT(*) FROM "<your Object API Name>" WHERE "ContentType__c" = 'image/png'
           
          Loading
          Salesforce Help | Article