# Salesforce: Daily Activity

## Description

* Each record represents a daily summary of the number of sales activities, for example tasks and opportunities closed.

## Supported Data Sources

* <img src="https://fivetran.com/integrations/salesforce/resources/salesforce.svg" alt="" data-size="line"> Salesforce

## Columns

| Type     | Name                           | Description                                                          |
| -------- | ------------------------------ | -------------------------------------------------------------------- |
| DATETIME | date\_day                      | Day of event, in UTC.                                                |
| INTEGER  | leads\_created                 | Number of leads created on that date.                                |
| INTEGER  | leads\_converted               | Number of leads converted on that date.                              |
| INTEGER  | tasks\_completed               | Number of tasks for that activity date.                              |
| INTEGER  | events\_completed              | Number of events for that activity date.                             |
| INTEGER  | opportunities\_created         | Number of opportunities created on that date.                        |
| INTEGER  | opportunities\_created\_amount | The dollar amount of all opportunities created for this day.         |
| INTEGER  | opportunities\_won             | Number of opportunities won on that close date.                      |
| INTEGER  | opportunities\_won\_amount     | The dollar amount of all opportunities won for this day.             |
| INTEGER  | opportunities\_lost            | Number of opportunities lost on that close date.                     |
| INTEGER  | opportunities\_lost\_amount    | The dollar amount of all opportunities lost for this day.            |
| INTEGER  | pipeline\_amount               | The dollar amount of all opportunities in the pipeline for this day. |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://endash-guidance-docs.gitbook.io/cigro-data-templates/data-model-templates/salesforce-daily-activity.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
