Skip to main content
GET
/
v1
/
report
/
filters
/report/filters
curl --request GET \
  --url https://api.tagdeliver.com/v1/report/filters \
  --header 'Authorization: Bearer <token>'
{
  "currency": "GBP",
  "results": {
    "unit": [
      {
        "label": "Adhesion",
        "value": "adhesion"
      },
      {
        "label": "App Banner",
        "value": "app-banner"
      },
      {
        "label": "Bridge",
        "value": "interstitial"
      },
      {
        "label": "GAM Anchor",
        "value": "anchor"
      },
      {
        "label": "GAM Side Rail",
        "value": "side-rail"
      },
      {
        "label": "IAB",
        "value": "iab"
      },
      {
        "label": "In-Article",
        "value": "in-article"
      },
      {
        "label": "In-Image",
        "value": "in-image"
      },
      {
        "label": "Pixel",
        "value": "pixel"
      },
      {
        "label": "Video",
        "value": "video"
      },
      {
        "label": "Video (3rd party)",
        "value": "video-3p"
      }
    ],
    "platform": [
      {
        "label": "Google Ad Manager",
        "value": "gam_wr"
      }
    ],
    "account_name": [
      {
        "label": "Google Ad Manager, Content Ignite",
        "value": 2
      }
    ],
    "account_owner": [
      {
        "label": "Content Ignite",
        "value": 0
      }
    ],
    "partner": [
      {
        "label": "AMX RTB",
        "value": "amx rtb"
      },
      {
        "label": "AdSense",
        "value": "adsense"
      },
      {
        "label": "AdYouLike",
        "value": "adyoulike"
      },
      {
        "label": "Adagio",
        "value": "adagio"
      }
    ],
    "channel": [
      {
        "label": "Ad server",
        "value": "Ad server"
      },
      {
        "label": "AdSense",
        "value": "AdSense"
      },
      {
        "label": "Ad Exchange",
        "value": "Ad Exchange"
      },
      {
        "label": "Open Bidding",
        "value": "Open Bidding"
      },
      {
        "label": "Mediation",
        "value": "Mediation"
      },
      {
        "label": "Header Bidding",
        "value": "Header Bidding"
      },
      {
        "label": "Fallback",
        "value": "Fallback"
      }
    ],
    "geo": [
      {
        "label": "Andorra",
        "value": "AD"
      },
      {
        "label": "United Arab Emirates",
        "value": "AE"
      },
      {
        "label": "Afghanistan",
        "value": "AF"
      },
      {
        "label": "Antigua and Barbuda",
        "value": "AG"
      },
      {
        "label": "Anguilla",
        "value": "AI"
      },
      {
        "label": "Albania",
        "value": "AL"
      }
    ],
    "revenue_source": [
      {
        "label": "SaaS",
        "value": "saas"
      },
      {
        "label": "P&P",
        "value": "pap"
      }
    ],
    "device": [
      {
        "label": "Mobile",
        "value": "mobile"
      },
      {
        "label": "Tablet",
        "value": "tablet"
      },
      {
        "label": "Desktop",
        "value": "desktop"
      }
    ],
    "creative_size": [
      {
        "label": "468x60 (Banner)",
        "value": "468x60"
      },
      {
        "label": "970x250 (Billboard)",
        "value": "970x250"
      },
      {
        "label": "120x60 (Financial)",
        "value": "120x60"
      },
      {
        "label": "fluid (Fluid)",
        "value": "fluid"
      },
      {
        "label": "300x600 (Halfpage)",
        "value": "300x600"
      }
    ],
    "environment": [
      {
        "label": "Web",
        "value": "web"
      },
      {
        "label": "App",
        "value": "app"
      }
    ],
    "uid": [
      {
        "label": "example.com - 18620",
        "value": 18620
      }
    ],
    "config_id": [
      {
        "label": "example.com - in-image - 686",
        "value": 686
      },
      {
        "label": "example.com - in-article - 730",
        "value": 730
      }
    ],
    "line_item": [
      {
        "label": "example.com campaign / Why not visit our shop? - Backfill - Network Tier",
        "value": "6727744249"
      }
    ],
    "campaign": [
      {
        "label": "Search / TEST - Developer Suite",
        "value": "2663409055"
      }
    ],
    "campaign_advertiser": [
      {
        "label": "Backfill",
        "value": "Backfill"
      },
      {
        "label": "House",
        "value": "House"
      }
    ]
  },
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
currency
string
required
results
object
required
success
boolean
required