> ## Documentation Index
> Fetch the complete documentation index at: https://docs.segmentstream.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Display & Video 360

> Connect Google Display & Video 360 to SegmentStream and import campaign cost data.

## Getting started

<Steps>
  <Step title="Navigate to Data Sources">
    Inside the admin panel navigate to the **Data Sources** page and click **+ NEW** on the top right corner.
  </Step>

  <Step title="Select Google DV360">
    Choose **Google Display & Video 360** from the list.
  </Step>

  <Step title="Authenticate">
    Click **Click to authenticate with Google** and go through the authentication and setup flow.
  </Step>

  <Step title="Name the data source">
    Name your data source.
  </Step>

  <Step title="Select partner and advertisers">
    Select the partner and advertisers from which you would like to import cost data.
  </Step>

  <Step title="Save">
    Click **Save**.
  </Step>
</Steps>

## UTM tagging best practices

Adding a `utm_id` parameter to your tagging template will guarantee improved stitching quality of costs to sessions without altering the rest of your existing UTM tags.

We suggest using the following format for the `utm_id` parameter in Display & Video 360 ads:

```plain text theme={null}
utm_id={ID of the campaign}_{ID of the line item}
```

The tagging can be implemented using [URL macros](https://support.google.com/displayvideo/answer/2789508?hl=en).

## UTM matching for Youtube & partners ads

SegmentStream does not support automatic UTM matching for [Youtube & partners ads](https://support.google.com/displayvideo/answer/6274216?hl=en).

You can define the default `utm_source` and `utm_medium` for all these ads through the **UTM source for YouTube & partners ads** and **UTM medium for YouTube & partners ads** settings. SegmentStream will use the campaign name of those ads to match by `utm_campaign`.

The following setup will help improve cost data stitching and will allow seeing costs at campaign level for Youtube & partners ads:

```plain text theme={null}
utm_source=youtube&utm_medium=cpm&utm_campaign={campaign name in the DV360 interface}
```
