# Track performance of TV ads

Need to track if someone calls your number during a TV ad? You can do this in two ways, by spinning up a new number or adding a [Date-time](/flows/conditions/date-time-is.md) is condition to your flow. For example:

![](/files/-LFtEORdLJkuzfl0a_mi)

Note how the [Send Analytics Event](/flows/actions/send-analytics-event.md) action will run if the call is made during the period the ad is running. This allows you to send the data to your analytics provider for analysis.


---

# 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://help.thinkpickle.com.au/flows/examples/track-performance-of-tv-ads.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.
