Introduction
Across ADN is a Korean display advertising network. The Adriel connector fetches daily campaign- and ad-group-level reports from the Across ADN REST API, flattens the nested campaign-to-group response into one row per date, campaign, and ad group, and stores the result so widgets can read it. Metrics and currencies are standardized so Across ADN data aggregates alongside other sources without extra configuration, and Korean campaign and group names are preserved end-to-end. To connect this data source, see How to connect Across ADN to Adriel.Data refresh strategy
Across ADN is a file-cache connector. Each scheduled run pulls the current report from the API and upserts it into a per-asset monthly cache. There is no real-time or on-demand fetch; widgets always read cached data.Architecture data
Across ADN has no separate architecture sync. Campaign and ad group names arrive inside the report response and are surfaced as breakdowns rather than as independently fetched hierarchy entities.Reports data
Report data is cached, not queried live. The cache refreshes twice per day at 22:10 UTC and 05:10 UTC (07:10 and 14:10 KST). The 10-minute offset is intentional so the connector does not request each day’s report before Across ADN has finished making it available. Rows are upserted on the composite key of campaign name, cache file, date, and ad group name, and the report date is normalized fromyyyyMMdd to yyyy-MM-dd during ingestion.
Architecture levels
Across ADN exposes group-level performance, with campaign and ad group surfaced as breakdowns: Campaign → Ad groupMetrics
How to read the columns
Data type — how the metric is formatted (Number, Currency, Percentage, Ratio, Duration, Date, Text, URL, Array, Boolean). Widgets and formulas use this to render values correctly.
API Key — code style like
impressions is the literal Across ADN API field name. Italic text describes how a value is produced when it doesn’t map cleanly to a single API field.Reach & impressions
Click performance
Conversion performance
Breakdowns
Limitations
- Only group-level rows are stored. Pre-aggregated date-level and campaign-level totals from the raw API response are discarded, so campaign and date totals are recomputed in Adriel from group-level rows using breakdowns.
- Campaigns without any ad group produce no rows. When a campaign’s group array is null or undefined, that campaign is skipped entirely.
- Data is cache-only. It refreshes twice per day at 22:10 and 05:10 UTC, so recent changes appear only after the next scheduled run rather than immediately.
- Across ADN can be combined with other connectors in a single widget only when their breakdowns match exactly. Otherwise, use blended data to bring the sources together.
- Authentication uses a single API key sent as the
API-KEYHTTP header. There is no OAuth flow or token refresh.
API references
- Across ADN report API endpoint:
https://manage.acrosspf.com/api/api_report/adriel_across_adn_api_report.php
See also
- How to connect Across ADN to Adriel
- CrossTarget data reference
- Targeting Gates data reference
