# Snapchat Ads: Url Report

## Description

* Each record represents the daily performance of Snapchat ads that leverage urls.

## Supported Data Sources

* <img src="https://fivetran.com/integrations/snapchat_ads/resources/snapchat.png" alt="" data-size="line"> Snapchat 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. |
| DATE    | date\_day         | The date of the report.                                                                                |
| STRING  | ad\_account\_id   | The ID of the account in Snapchat.                                                                     |
| STRING  | ad\_account\_name | The name of the account in Snapchat.                                                                   |
| STRING  | ad\_id            | The ID of the ad in Snapchat.                                                                          |
| STRING  | ad\_name          | The name of the ad in Snapchat.                                                                        |
| STRING  | ad\_squad\_id     | The ID of the ad squad in Snapchat.                                                                    |
| STRING  | ad\_squad\_name   | The name of the ad squad in Snapchat.                                                                  |
| STRING  | campaign\_id      | The ID of the campaign in Snapchat.                                                                    |
| STRING  | campaign\_name    | The name of the campaign in Snapchat.                                                                  |
| STRING  | currency          | The current used by the account in Snapchat.                                                           |
| STRING  | base\_url         | The base URL of the ad, extracted from the web\_view\_url.                                             |
| STRING  | url\_host         | The URL host of the ad, extracted from the web\_view\_url.                                             |
| STRING  | url\_path         | The URL path of the ad, extracted from the web\_view\_url.                                             |
| STRING  | utm\_source       | The utm\_source parameter of the ad, extracted from the web\_view\_url.                                |
| STRING  | utm\_medium       | The utm\_medium parameter of the ad, extracted from the web\_view\_url.                                |
| STRING  | utm\_campaign     | The utm\_campaign parameter of the ad, extracted from the web\_view\_url.                              |
| STRING  | utm\_content      | The utm\_content parameter of the ad, extracted from the web\_view\_url.                               |
| STRING  | utm\_term         | The utm\_term parameter of the ad, extracted from the web\_view\_url.                                  |
| INTEGER | swipes            | The number of swipes the ad had on the given day.                                                      |
| INTEGER | impressions       | The number of impressions the ad had on the given day.                                                 |
| INTEGER | spend             | The spend on the ad in the given day.                                                                  |


---

# 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/snapchat-ads-url-report.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.
