Skip to content

Instantly share code, notes, and snippets.

@venkatd
Created February 19, 2016 21:17
Show Gist options
  • Save venkatd/581d5dff67ee415fb0d3 to your computer and use it in GitHub Desktop.
Save venkatd/581d5dff67ee415fb0d3 to your computer and use it in GitHub Desktop.
configByRole =
dsp:
sections: ['dashboard', 'exchange', 'xpublisher', 'campaign', 'ad']
reports:
dashboard:
type: "dashboard"
title: "Dashboard"
dimension: "account_name"
drill_down: "exchange"
exchange:
type: "dashboard"
title: "Exchange"
dimension: "exchange"
drill_down: "seller"
xpublisher:
type: "dashboard"
title: "Domain (Reported)"
dimension: "xpublisher"
drill_down: "publisher"
publisher:
type: "dashboard"
title: "Domain (Actual)"
dimension:"publisher"
app:
type:"dashboard"
title: "App"
dimension:"xapp_nm"
campaign:
type:"dashboard"
title: "Campaign"
dimension:"xcmp_id"
drill_down: "ad"
ad:
type:"dashboard"
title: "Ad"
dimension:"xad_id"
seller:
type:"dashboard"
title: "Seller"
dimension:"supplier"
drill_down: "xpublisher"
ssp:
sections: ['dashboard', 'publisher', 'domain_reported', 'domain_actual', 'app_reported', 'app_actual']
reports:
dashboard:
type: "dashboard"
title: "Dashboard"
dimension: "account_name"
drill_down: "publisher"
publisher:
type: "dashboard"
title: "Publisher"
dimension: "xapp_id"
drill_down: "slot"
domain_reported:
type: "dashboard"
title: "Domain (Reported)"
dimension: "xpublisher"
drill_down: "domain_actual"
domain_actual:
type: "dashboard"
title: "Domain (Actual)"
dimension:"publisher"
app_reported:
type: "dashboard"
title: "App (Reported)"
dimension: "app_reported"
drill_down: "app_actual"
app_actual:
type: "dashboard"
title: "App (Actual)"
dimension: "app_actual"
slot:
type: "dashboard"
title: "Slot ID"
dimension: "xslot_id"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment