# Youtube: Video Metadata

## Description

* Each record represents an individual video enriched with metadata.

## 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                               |
| ------ | ----------------------- | ----------------------------------------- |
| STRING | video\_id               |                                           |
| STRING | title                   | Title of the video                        |
| STRING | description             | The video description                     |
| STRING | published\_at           | Timestamp of when the video was published |
| STRING | channel\_title          | Title of the channel                      |
| STRING | default\_thumbnail\_url | The default thumbnail url                 |
| STRING | medium\_thumbnail\_url  | The medium quality thumbnail url          |
| STRING | high\_thumbnail\_url    | The high quality thumbnail url            |


---

# 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-video-metadata.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.
