# Youtube: Age Demographics Pivot

## Description

* Each record represents a daily video view percentage with the age ranges pivoted out for quicker analysis.

## Supported Data Sources

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

## Columns

| Type    | Name                          | Description                                                                  |
| ------- | ----------------------------- | ---------------------------------------------------------------------------- |
| DATE    | date\_day                     | The date the video was viewed                                                |
| STRING  | video\_id                     | Unique ID of the video                                                       |
| STRING  | video\_title                  | Title of the video                                                           |
| STRING  | video\_description            | Description of the video                                                     |
| STRING  | video\_published\_at          | Timestamp of when the video was published                                    |
| STRING  | channel\_title                | The channel title                                                            |
| STRING  | default\_thumbnail\_url       | The default thumbnail url                                                    |
| DECIMAL | age\_65\_\_view\_percentage   | Total number of views percent attributed to the age range 65 years and older |
| DECIMAL | age\_13\_17\_view\_percentage | Total number of views percent attributed to the age range 13 - 17 years old  |
| DECIMAL | age\_18\_24\_view\_percentage | Total number of views percent attributed to the age range 18 - 24 years old  |


---

# 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/youtube-age-demographics-pivot.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.
