# Youtube: Gender Demographics Pivot

## Description

* Each record represents a daily video view percentage with the gender options 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 | male\_view\_percentage          | Total number of views percent attributed to the viewers who identify as male                   |
| DECIMAL | female\_view\_percentage        | Total number of views percent attributed to the viewers who identify as female                 |
| DECIMAL | gender\_other\_view\_percentage | Total number of views percent attributed to the viewers who identify as neither male or female |


---

# 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-gender-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.
