# Facebook Ads: Url Tags

## Description

* Each record is a unique combination of creative\_id and corresponding key, value, type contained in the url\_tags field

## Supported Data Sources

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

## Columns

| Type    | Name             | Description                                                                                            |
| ------- | ---------------- | ------------------------------------------------------------------------------------------------------ |
| STRING  | source\_relation | The source of the record if the unioning functionality is being used. If not this field will be empty. |
| STRING  | \_fivetran\_id   | The unique fivetran ID for this record.                                                                |
| INTEGER | creative\_id     | The associated creative\_id for this record.                                                           |
| STRING  | key              | The url tag object name e.g. utm\_source associated with this record.                                  |
| STRING  | value            | The value assigned to the url tag object associated with this record.                                  |
| STRING  | type             | The type assigned to the url tag object e.g. 'AD\_VIDEO'.                                              |


---

# 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/facebook-ads-url-tags.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.
