How to find which platforms and reports are enabled in ADL
Overview
Understand which platforms and/or reports are currently enabled for your customer in ADL 2.0
Instructions
1.) Navigate to Reporting → Reports, click on New Data Report button and select the SQL - Edit Custom SQL option
2.) Run the following query by clicking the Preview button (with alli_client_slug
being the client name found in Alli Central):
select distinct platform
from {alli_client_slug}_core.ad_performance
order by platform;
If successful, the output should show the platforms currently enabled in Data Library
If error (e.g. relation "ad_performance" does not exist
), it is likely that Data Library has not been enabled for the customer.
To get started with the onboarding process, see Getting started with ADL
![](../../__attachments/2904752139/image-20230531-195619.png?inst-v=249fd26e-e615-4363-a4a3-aedf5d4fc69c)
e.g., platforms enabled in Rothy’s Data Library
You may choose to save the report for future use by clicking on the Save button
3.) To check if a specific report is enabled, replace ad_performance
with the chosen report name (see Alli Data Library (ADL) | Available-reports)
Related articles
- How to add fields to a datasource without losing historical data
- How to categorize CM360 conversions in ADL
- How to find which platforms and reports are enabled in ADL
- How to find your ADL datasources in Alli Data
- How to add custom Programmatic cost in ADL
- How to add source of truth data in ADL
- How to reclassify media channel data in ADL