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

# Google DV360 Connector

> Deliver audience data to Google Display & Video 360

The Google DV360 Connector delivers audience data directly to your Google Display & Video 360 Partner Account for programmatic display and video advertising.

## Overview

The connector enables seamless audience data delivery to DV360, allowing you to activate your segments for targeting across Google's programmatic ecosystem.

## Requirements

### Account access

* A Google Display & Video 360 Partner Account
* Appropriate permissions to create audiences

### Supported identifiers

Your data must include at least one of these identifier types, mapped to the corresponding Rosetta Stone attribute:

| Identifier Type       | Rosetta Stone Attribute                                                                                                                                                                        |
| --------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| SHA256 hashed email   | [`sha256_hashed_email`](https://app.narrative.io/platform/rosetta-stone/attributes/sha256_hashed_email)                                                                                        |
| Hashed email          | [`hashed_email`](https://app.narrative.io/platform/rosetta-stone/attributes/hashed_email)                                                                                                      |
| Hashed name + country | [`person_name`](https://app.narrative.io/platform/rosetta-stone/attributes/person_name), [`iso_3166_1_country`](https://app.narrative.io/platform/rosetta-stone/attributes/iso_3166_1_country) |

The connector also accepts the generic [`unique_id`](https://app.narrative.io/platform/rosetta-stone/attributes/unique_id) attribute when its `type` resolves to one of the identifiers above.

For name-based matching, `person_name` and `iso_3166_1_country` are required together. This connector does not accept phone numbers.

<Note>
  Hashed identifiers must use SHA256. See [Hashing PII for Upload](/guides/ingestion/hashing-pii) for formatting requirements.
</Note>

## Installation

<Steps>
  <Step title="Navigate to the connector">
    In Narrative, go to **Installed Apps** and select **Google DV360 Connector**.
  </Step>

  <Step title="Authenticate with Google">
    Click **Connect** and authorize Narrative to access your DV360 account.
  </Step>

  <Step title="Select your Partner Account">
    Choose the Partner Account where audiences will be created.
  </Step>
</Steps>

## Creating your profile

After installation, configure your delivery profile to specify how audiences should be created in DV360.

***

## Related content

<CardGroup cols={2}>
  <Card title="Data Activation Overview" icon="bullseye-arrow" href="/concepts/data-activation/overview">
    Understand how connectors deliver data
  </Card>

  <Card title="Hashing PII" icon="hashtag" href="/guides/ingestion/hashing-pii">
    Prepare identifiers for DV360
  </Card>
</CardGroup>
