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

# How to connect

> How to connect the Google DV360 Report data source to Adriel: authorize a Google account, select an Adriel-prefixed saved query, and import its CSV report.

Google DV360 Report is a data source variant for Google Display & Video 360 (DV360) that imports a pre-configured saved query as a CSV report, rather than querying campaign data through the API. This is the saved-query/CSV report variant and is distinct from the API-based Google Display & Video 360 (DV360) connector: the metrics and breakdowns come from the saved query built in DV360, so the shape of the imported data is defined in DV360, not by a fixed Adriel schema.

## Before you connect

The following are required:

* A Google account with access to the DV360 saved query being connected.
* A DV360 saved query whose title begins with **Adriel** (for example, `Adriel_2025-01-01_report_campaign`). Only queries with an Adriel-prefixed title are listed during setup.
* The saved query configured to output in **CSV** format. Queries that do not export as CSV are not listed.

## Connect Google DV360 Report

<Steps>
  <Step title="Authorize a Google account">
    On the **Data Sources** page, search for **Google DV360 Report** and select it. Sign in to Google in the pop-up using an account with access to the target DV360 queries, then grant the requested read permissions to complete authorization.
  </Step>

  <Step title="Select the query">
    Under **Query** (required), choose the DV360 saved query to import. Only queries in CSV format whose title begins with **Adriel** are displayed (for example, `Adriel_2025-01-01_report_campaign`). If the query to connect does not start with **Adriel**, duplicate it in DV360, rename the copy so its title starts with **Adriel**, and it will then appear in the list.
  </Step>

  <Step title="Name the data source (optional)">
    Set an optional **Name** for the data source. When left blank, the query title is used as the data source name.
  </Step>

  <Step title="Submit">
    Click **Submit** to complete the connection. The initial sync runs in the background, and the report's rows appear once the query has run and its CSV has been imported.
  </Step>
</Steps>

## What gets imported

The connector imports the saved DV360 report as a flat table: every column selected in the DV360 saved query becomes a metric or breakdown in Adriel, exactly as the query defines it. Because the schema is user-defined, adding or removing columns means editing the saved query in DV360 and re-syncing.

For the full field model, refresh behavior, and limits, see the [Google DV360 Report data reference](/data-sources/g-n/google-dv360-report/data-reference).

## Troubleshooting

<AccordionGroup>
  <Accordion title="The query does not appear in the list">
    Only saved queries whose title begins with **Adriel** (for example, `Adriel_2025-01-01_report_campaign`) are shown, and only when the query outputs in CSV format. If the query to connect does not start with **Adriel**, duplicate it in DV360, rename the copy so its title begins with **Adriel**, then reopen the connection setup and it will appear.
  </Accordion>

  <Accordion title="No queries are listed at all">
    The signed-in Google account must have access to the DV360 queries. Confirm the account used in the authorization pop-up can open the queries in DV360, then reconnect. At least one saved query must be Adriel-prefixed and in CSV format to appear.
  </Accordion>

  <Accordion title="The connected report is empty for the most recent day">
    Rows appear only after the saved query has been run and its CSV generated in DV360. If the report has not yet been generated for the latest period, that day stays empty until the next successful run and sync.
  </Accordion>
</AccordionGroup>

## Related

<CardGroup cols={2}>
  <Card title="Google DV360 Report data reference" href="/data-sources/g-n/google-dv360-report/data-reference">
    Metrics, breakdowns, refresh cadence, and limits for Google DV360 Report.
  </Card>

  <Card title="Google DV360 Report FAQs" href="/data-sources/g-n/google-dv360-report/faqs">
    Common questions and expected behaviors for the Google DV360 Report data source.
  </Card>

  <Card title="How to connect Google Display & Video 360 (DV360)" href="/data-sources/g-n/google-display-video-360-dv360/how-to-connect">
    Connect the API-based DV360 connector for the standard entity hierarchy.
  </Card>

  <Card title="Google Display & Video 360 (DV360) data reference" href="/data-sources/g-n/google-display-video-360-dv360/data-reference">
    Fields and limits for the API-based DV360 connector.
  </Card>
</CardGroup>
