# Content Ignite ## Docs - [/integration](https://docs.contentignite.com/api-reference/[in-progress]-integration/integration.md): Fetches a list of integrations that are connected into the logged in organisation - [/integration/:id/stack-schema](https://docs.contentignite.com/api-reference/[in-progress]-integration/integration:idstack-schema.md): Fetches general itengration info and the ad stack field schema for the given integration, schema is in JSON-schema format - [/integration/:id/validate](https://docs.contentignite.com/api-reference/[in-progress]-integration/integration:idvalidate.md): Fetches general itengration info and the ad stack field schema for the given integration, schema is in JSON-schema format - [/account/branding](https://docs.contentignite.com/api-reference/[todo]-useraccount/accountbranding.md): Fetches branding for the refering domain - [/ad-stack](https://docs.contentignite.com/api-reference/ad-stack/ad-stack.md): Fetches a list of ad stacks in use by the provided publisher - [/ad-stack](https://docs.contentignite.com/api-reference/ad-stack/ad-stack-1.md): Creates a new ad stack. Call the `/v1/integration?target=ad_stack` endpoint to find available integrations, and call the `/v1/integration/{id}/stack-schema` endpoint to find the field requirements for each integration. - [/ad-stack/:id](https://docs.contentignite.com/api-reference/ad-stack/ad-stack:id.md): Gets an individual ad stack and all the integrations connected to it - [/ad-stack/:id](https://docs.contentignite.com/api-reference/ad-stack/ad-stack:id-1.md): Updates an existing ad stack. Call the `/v1/integration?target=ad_stack` endpoint to find available integrations, and call the `/v1/integration/{id}/stack-schema` endpoint to find the field requirements for each integration. - [/ad-stack/:id](https://docs.contentignite.com/api-reference/ad-stack/ad-stack:id-2.md): Deletes the given ad stack - [/ad-stack/integration](https://docs.contentignite.com/api-reference/ad-stackintegration/ad-stackintegration.md): Fetches a list of integrations that could be used to build an ad stack under the given publisher - [/ad-stack/integration/:type/:id](https://docs.contentignite.com/api-reference/ad-stackintegration/ad-stackintegration:type:id.md): Fetches an individual integration, The response includes everything needed to configure that integration within an ad stack, such as the schema for any config fields - [/ad-stack/integration/:type/:id](https://docs.contentignite.com/api-reference/ad-stackintegration/ad-stackintegration:type:id-1.md): Validate the configuration of a given integration. Each integrations requirements vary, so use this endpoint to check all requirements have been met - [/billing/invoice](https://docs.contentignite.com/api-reference/billinginvoice/billinginvoice.md): Fetches a list of invoices for the logged in organisation - [/billing/invoice/:id](https://docs.contentignite.com/api-reference/billinginvoice/billinginvoice:id.md): Fetches a specific invoice - [/organisation](https://docs.contentignite.com/api-reference/organisation/organisation.md): Returns a list containing the active organisation, and any child organisations - [/organisation](https://docs.contentignite.com/api-reference/organisation/organisation-1.md): Creates a new child organisation under the currently logged in organisation - [/organisation/:id](https://docs.contentignite.com/api-reference/organisation/organisation:id.md): Fetches a single organisation - [/organisation/:id](https://docs.contentignite.com/api-reference/organisation/organisation:id-1.md): Updates an existing organisation - [/organisation/:id](https://docs.contentignite.com/api-reference/organisation/organisation:id-2.md): Deletes a child organisation - [/organisation/:id/mapping](https://docs.contentignite.com/api-reference/organisationorganisation-meta/organisation:idmapping.md): Fetches all integrations that suport organisation mapping, the schemas and the data for each - [/organisation/:id/roles](https://docs.contentignite.com/api-reference/organisationorganisation-meta/organisation:idroles.md): Returns a list of users that have access to the given organisation - [/organisation/:id/pricing](https://docs.contentignite.com/api-reference/organisationpricing/organisation:idpricing.md): Returns a list of pricing rules; data based periods of pricing settings made up of tech/saas fees, demand revenue shares and fixed fees - [/organisation/:id/pricing](https://docs.contentignite.com/api-reference/organisationpricing/organisation:idpricing-1.md): Create a new pricing period. New period must be in the future to be valid - [/organisation/:id/pricing/:pid](https://docs.contentignite.com/api-reference/organisationpricing/organisation:idpricing:pid.md): Updates a pricing period. Period must be in the future as historic or active periods can not be modified (create a new period if needed) - [/organisation/:id/pricing/:pid](https://docs.contentignite.com/api-reference/organisationpricing/organisation:idpricing:pid-1.md): Deletes a pricing period, Period must be in the future as historic or active periods can not be modified - [/publisher](https://docs.contentignite.com/api-reference/publisher/publisher.md): List all publishers under the loggedin organisation, and some top level configuration - [/publisher](https://docs.contentignite.com/api-reference/publisher/publisher-1.md): Creates a new publisher from the given domain - [/publisher/:uid](https://docs.contentignite.com/api-reference/publisher/publisher:uid.md): Fetches all the publisher level settings for the given publisher - [/publisher/:uid](https://docs.contentignite.com/api-reference/publisher/publisher:uid-1.md): Sets the publisher level configuration for the given publisher - [/publisher/:uid](https://docs.contentignite.com/api-reference/publisher/publisher:uid-2.md): Permenantly archives the given publisher, this will stop the tag from serving ads - [/tag/:uid/placement](https://docs.contentignite.com/api-reference/publisherapp-placement/tag:uidplacement.md): Fetch a list of all app placements under the given publisher - [/tag/:uid/placement](https://docs.contentignite.com/api-reference/publisherapp-placement/tag:uidplacement-1.md): Creates a new app placement - [/tag/:uid/placement/:id](https://docs.contentignite.com/api-reference/publisherapp-placement/tag:uidplacement:id.md): Fetch the app placement from the given placement ID - [/tag/:uid/placement/:id](https://docs.contentignite.com/api-reference/publisherapp-placement/tag:uidplacement:id-1.md): Updates an existing app placement - [/tag/:uid/placement/:id](https://docs.contentignite.com/api-reference/publisherapp-placement/tag:uidplacement:id-2.md): Deletes the given app placement. - [/tag/:uid/config](https://docs.contentignite.com/api-reference/publisherconfig-ad-unit/tag:uidconfig.md): Fetches the list of configs under the given publisher - [/tag/:uid/config](https://docs.contentignite.com/api-reference/publisherconfig-ad-unit/tag:uidconfig-1.md): Creates a new config under the given publisher - [/tag/:uid/config/:id](https://docs.contentignite.com/api-reference/publisherconfig-ad-unit/tag:uidconfig:id.md): Fetches a single publisher config (ad unit) - [/tag/:uid/config/:id](https://docs.contentignite.com/api-reference/publisherconfig-ad-unit/tag:uidconfig:id-1.md): Updates and existing config - [/tag/:uid/config/:id](https://docs.contentignite.com/api-reference/publisherconfig-ad-unit/tag:uidconfig:id-2.md): Deletes a config - [/tag/:uid/experiment](https://docs.contentignite.com/api-reference/publisherexperiment/tag:uidexperiment.md): Returns a list of experiments for a given publisher - [/tag/:uid/experiment](https://docs.contentignite.com/api-reference/publisherexperiment/tag:uidexperiment-1.md): Creates an experiment, where 2 or more configs are run against one another - [/tag/:uid/experiment/:id](https://docs.contentignite.com/api-reference/publisherexperiment/tag:uidexperiment:id.md): Get the configuration for a given experiment - [/tag/:uid/experiment/:id](https://docs.contentignite.com/api-reference/publisherexperiment/tag:uidexperiment:id-1.md): Updates an existing config. Actions are restricted for live experiments, to just modifying dates and the title & description - [/tag/:uid/experiment/:id](https://docs.contentignite.com/api-reference/publisherexperiment/tag:uidexperiment:id-2.md): Terminates an experiment immediately - [/tag/:uid/experiment/:id/activate-winner](https://docs.contentignite.com/api-reference/publisherexperiment/tag:uidexperiment:idactivate-winner.md): Activates the winnning config of an experiment. This can be run upon completion, or during an experiment, where the experiment will be immmediately terminated - [/tag/:uid/experiment/compare](https://docs.contentignite.com/api-reference/publisherexperiment/tag:uidexperimentcompare.md): Takes a list of configs, and returns the differences between them. Used before creating an experiment to confirm the bahavioural subject(s) that the experiment will be testing - [/publisher/:uid/overview](https://docs.contentignite.com/api-reference/publisherpublisher-meta/publisher:uidoverview.md): Returns the top level configuration for the given publisher - [/publisher/:uid/owners](https://docs.contentignite.com/api-reference/publisherpublisher-meta/publisher:uidowners.md): Fetch a list of organisations that are in the owner hierachy of the given publisher, useful for populating the O&O (Owned & Operated) field on the publisher - [/publisher/:uid/stats](https://docs.contentignite.com/api-reference/publisherpublisher-meta/publisher:uidstats.md): Provides some top line stats for the given publisher, useful for giving a quick visual insight into common metrics - [/publisher/:uid/status](https://docs.contentignite.com/api-reference/publisherpublisher-meta/publisher:uidstatus.md): Provides the onboarding tasks for the given publisher, and their status - [/pub-stack/:uid/integration](https://docs.contentignite.com/api-reference/publisherpublisher-stack/pub-stack:uidintegration.md): Fetches a list of publisher level integrations that could be connected to the given publisher - [/pub-stack/:uid/integration](https://docs.contentignite.com/api-reference/publisherpublisher-stack/pub-stack:uidintegration-1.md): Creates an association between a publisher and a publisher level integration (adding it to the "Pub stack") - [/pub-stack/:uid/integration/:id](https://docs.contentignite.com/api-reference/publisherpublisher-stack/pub-stack:uidintegration:id.md): Fetches the field schema and data for a single connected integration - [/pub-stack/:uid/integration/:id](https://docs.contentignite.com/api-reference/publisherpublisher-stack/pub-stack:uidintegration:id-1.md): Updates an existing integration association - [/pub-stack/:uid/integration/:id](https://docs.contentignite.com/api-reference/publisherpublisher-stack/pub-stack:uidintegration:id-2.md): Deletes the assosication between the publisher and an integration - [/tag/:uid/email/preview](https://docs.contentignite.com/api-reference/publisherpublisher-tag/tag:uidemailpreview.md): Provides an email template for onboarding a publisher. It contains the tag that needs to be deployed and the ads.txt requirents - [/tag/:uid/status](https://docs.contentignite.com/api-reference/publisherpublisher-tag/tag:uidstatus.md): Fetches the status of the publisher tag and the app sdk for the given publisher - [/report/stats](https://docs.contentignite.com/api-reference/reporting/reportstats.md): Quick network wide stats, ideal for a landing dashboard usage - [/report/adstxt](https://docs.contentignite.com/api-reference/reportingadstxt/reportadstxt.md): Fetches a simple overview of every publisher in the given networks ads.txt file - [/report/adstxt/:uid](https://docs.contentignite.com/api-reference/reportingadstxt/reportadstxt:uid.md): Fetches the ads.txt requirements for the given publisher - [/report/app-adstxt/:uid](https://docs.contentignite.com/api-reference/reportingadstxt/reportapp-adstxt:uid.md): Fetches the app-ads.txt requirements for the given publisher - [/report/campaign](https://docs.contentignite.com/api-reference/reportingcampaign-reports/reportcampaign.md): Fetches a list of campaign reports, including details such as campaign ID, campaign name, start and end dates, publisher, and status. Use this endpoint to obtain an overview of all campaigns and their current states. - [/report/campaign/:id](https://docs.contentignite.com/api-reference/reportingcampaign-reports/reportcampaign:id.md) - [/report/experiment](https://docs.contentignite.com/api-reference/reportingexperiment-reporting/reportexperiment.md): Fetch a list of experiments with their status and top line configuration - [/report/experiment/:id](https://docs.contentignite.com/api-reference/reportingexperiment-reporting/reportexperiment:id.md): Fetches a full report for the given experiment - [/report/health-check](https://docs.contentignite.com/api-reference/reportinghealth-check/reporthealth-check.md): Retrieves a list of publisher health check reports - [/report/health-check/:uid/:id](https://docs.contentignite.com/api-reference/reportinghealth-check/reporthealth-check:uid:id.md): Returns a single health check report - [/report/insight/ads-txt](https://docs.contentignite.com/api-reference/reportinginsights-hubadstxt-insights/reportinsightads-txt.md): Singular endpoint returning Ads.txt insight data - [/report/insight/benchmarking/ad-delivery](https://docs.contentignite.com/api-reference/reportinginsights-hubbenchmarking/reportinsightbenchmarkingad-delivery.md): Returns Ad delivery benchmarking data for load rates, CTR, fill rate, and viewability metrics - [/report/insight/benchmarking/ad-density](https://docs.contentignite.com/api-reference/reportinginsights-hubbenchmarking/reportinsightbenchmarkingad-density.md): Returns Ad Density benchmarking data for mobile ad density and heavy ad intervention metrics - [/report/insight/benchmarking/ads-txt](https://docs.contentignite.com/api-reference/reportinginsights-hubbenchmarking/reportinsightbenchmarkingads-txt.md): Returns Ads.txt benchmarking data for relationship weighting and exchanges - [/report/insight/benchmarking/cmp](https://docs.contentignite.com/api-reference/reportinginsights-hubbenchmarking/reportinsightbenchmarkingcmp.md): Returns Consent Management Platform (CMP) benchmarking data - [/report/insight/benchmarking/cwv](https://docs.contentignite.com/api-reference/reportinginsights-hubbenchmarking/reportinsightbenchmarkingcwv.md): Returns Core Web Vital (CWV) benchmarking data - [/report/insight/benchmarking/latency](https://docs.contentignite.com/api-reference/reportinginsights-hubbenchmarking/reportinsightbenchmarkinglatency.md): Returns latency benchmarking data - [/report/insight/benchmarking/publisher-info](https://docs.contentignite.com/api-reference/reportinginsights-hubbenchmarking/reportinsightbenchmarkingpublisher-info.md): Returns information about how the given publisher has been auto-classified into IAB categories - [/report/insight/benchmarking/revenue](https://docs.contentignite.com/api-reference/reportinginsights-hubbenchmarking/reportinsightbenchmarkingrevenue.md): Returns top level revenue benchmarking data - [/report/insight/benchmarking/revenue-dimension](https://docs.contentignite.com/api-reference/reportinginsights-hubbenchmarking/reportinsightbenchmarkingrevenue-dimension.md): Return detailed revenue benchmarking data for a selected dimension; ad_unit_type, geo, region, device, channel, partner, creative_size - [/report/insight/benchmarking/ssp-overview](https://docs.contentignite.com/api-reference/reportinginsights-hubbenchmarking/reportinsightbenchmarkingssp-overview.md): Returns top level SSP benchmarking bid data - [/report/insight/benchmarking/ssps](https://docs.contentignite.com/api-reference/reportinginsights-hubbenchmarking/reportinsightbenchmarkingssps.md): Returns a detailed breakdown of each SSP bid data for benchmarking - [/report/insight/cwv](https://docs.contentignite.com/api-reference/reportinginsights-hubcore-web-vitals/reportinsightcwv.md): Singular endpoint returning Core Web Vitals (CWV) data - [/report/insight/demand-mix](https://docs.contentignite.com/api-reference/reportinginsights-hubdemand-mix/reportinsightdemand-mix.md): Returns data for all revenue source combinations, including (publisher, Content Ignite) and (direct, programmatic, fallback) - [/report/insight/demand-mix/campaign](https://docs.contentignite.com/api-reference/reportinginsights-hubdemand-mix/reportinsightdemand-mixcampaign.md): Returns a list of campaigns and their associated data for the given time frame - [/report/insight/demand-mix/dimension](https://docs.contentignite.com/api-reference/reportinginsights-hubdemand-mix/reportinsightdemand-mixdimension.md): Returns demand mix data for a specified dimension, including partner, channel, advertiser, or platform - [/report/insight/demand-mix/dimension-filter](https://docs.contentignite.com/api-reference/reportinginsights-hubdemand-mix/reportinsightdemand-mixdimension-filter.md): Returns available filter values for a specified dimension, including partner, channel, advertiser, or platform - [/report/insight/diagnostics](https://docs.contentignite.com/api-reference/reportinginsights-hubdiagnostics/reportinsightdiagnostics.md): Returns CMP data for monitoring performance and identifying drops that may impact monetisation - [/report/insight/diagnostics/:uid](https://docs.contentignite.com/api-reference/reportinginsights-hubdiagnostics/reportinsightdiagnostics:uid.md): Returns a list of live checks and up-to-date metrics, to give insight for the here and now - [/report/insight/diagnostics/traffic/:uid](https://docs.contentignite.com/api-reference/reportinginsights-hubdiagnostics/reportinsightdiagnosticstraffic:uid.md): Returns traffic data, including analytics metrics if an analytics integration has been connected - [/report/insight/live](https://docs.contentignite.com/api-reference/reportinginsights-hublive-insights/reportinsightlive.md): Singular endpoint that returns live report data for ad, bid and latency metrics - [/report/insight/metrics](https://docs.contentignite.com/api-reference/reportinginsights-hubmetrics/reportinsightmetrics.md): Returns top level metrics such as page and ad impressions for the network, or for a given publisher - [/report/insight/metrics/latency](https://docs.contentignite.com/api-reference/reportinginsights-hubmetrics/reportinsightmetricslatency.md): Returns latency data. Where every millisecond counts in advertising, spotting slowdowns can be vital to improving revenue. - [/report/insight/metrics/live-revenue](https://docs.contentignite.com/api-reference/reportinginsights-hubmetrics/reportinsightmetricslive-revenue.md): Returns live revenue data. Note that this does not include all revenue sources (due to limitations in those 3rd party platforms), also data is typically 3 hours behind real-time. Data is useful for tracking how today is trending. - [/report/insight/metrics/revenue](https://docs.contentignite.com/api-reference/reportinginsights-hubmetrics/reportinsightmetricsrevenue.md): View revenue over time, including the previous period and a 7 day offset, helping to spot trends - [/report/insight/revenue-analytics](https://docs.contentignite.com/api-reference/reportinginsights-hubrevenue-analytics/reportinsightrevenue-analytics.md): Initial check to determine whether the publisher has an analytics integration connected - [/report/insight/revenue-analytics/metric](https://docs.contentignite.com/api-reference/reportinginsights-hubrevenue-analytics/reportinsightrevenue-analyticsmetric.md): Returns in-depth revenue analytics for a single metric (page views, sessions, total users, ad requests, unit loads), including dimension data for country, device, and browser (analytics only). - [/report/insight/revenue-analytics/overview](https://docs.contentignite.com/api-reference/reportinginsights-hubrevenue-analytics/reportinsightrevenue-analyticsoverview.md): Returns revenue analytics date based series data for charts and data tables - [/report/insight/revenue-analytics/totals](https://docs.contentignite.com/api-reference/reportinginsights-hubrevenue-analytics/reportinsightrevenue-analyticstotals.md): Returns top-level grouped totals and lookback periods from real time analytics data - [/report/insight/revenue](https://docs.contentignite.com/api-reference/reportinginsights-hubrevenue-insights/reportinsightrevenue.md): Returns top level revenue totals and time series data - [/report/insight/revenue/dimension](https://docs.contentignite.com/api-reference/reportinginsights-hubrevenue-insights/reportinsightrevenuedimension.md): Returns revenue data for a specified dimension, including publisher, ad_unit_type, config, geo, region, device, channel, partner, or creative_size - [/report/insight/revenue/totals](https://docs.contentignite.com/api-reference/reportinginsights-hubrevenue-insights/reportinsightrevenuetotals.md): Returns top level revenue stats for fixed date periods - [/report/insight/ssp](https://docs.contentignite.com/api-reference/reportinginsights-hubssp-insights/reportinsightssp.md): Returns SSP insights data for the given filters - [/report/insight/ssp/ssp-filter](https://docs.contentignite.com/api-reference/reportinginsights-hubssp-insights/reportinsightsspssp-filter.md): Returns a list of active SSPs for the given filters, allowing you to filter the data returned from `/report/insights/ssp` - [/report](https://docs.contentignite.com/api-reference/reportingrevenue-reports/report.md): Fetch a list of user generated reports - [/report](https://docs.contentignite.com/api-reference/reportingrevenue-reports/report-1.md): Creates a user defined report with the given fields and filters. Call /report/filters for possible filter values - [/report/:id](https://docs.contentignite.com/api-reference/reportingrevenue-reports/report:id.md): Fetch a reports configuration details - [/report/:id](https://docs.contentignite.com/api-reference/reportingrevenue-reports/report:id-1.md): Update a reports config - [/report/:id](https://docs.contentignite.com/api-reference/reportingrevenue-reports/report:id-2.md): Delete a report - [/report/:id/data](https://docs.contentignite.com/api-reference/reportingrevenue-reports/report:iddata.md): Fetch the data for a given report ID - [/report/filters](https://docs.contentignite.com/api-reference/reportingrevenue-reports/reportfilters.md): Fetch options available for report filtering - [/report/date-range](https://docs.contentignite.com/api-reference/reportingutility/reportdate-range.md): Converts a date range preset into a start and end date. Helpful for clearly showing in the UI what a selected date range will map to when pulling a report - [Introduction](https://docs.contentignite.com/app/index.md): The power of Fusion as you know, brought to app... - [Contextual](https://docs.contentignite.com/audiences/contextual.md): Allow our tech to categorise your pages ready for building audiences - [Audiences & Segments](https://docs.contentignite.com/audiences/index.md): Build audiences right from within Fusion - [Changelog](https://docs.contentignite.com/change-log.md): Product updates and announcements - [Ad Stack Examples](https://docs.contentignite.com/getting-started/ad-stack-examples.md): Your demand sources, ad servers and tech; grouped - [Ad Units](https://docs.contentignite.com/getting-started/ad-units.md): Get to know our core ad unit types - [CMP Guide](https://docs.contentignite.com/getting-started/cmp-guide.md): Your guide to Consent Management Platforms - [General FAQ's](https://docs.contentignite.com/getting-started/faqs.md): Let's cover off some common FAQ's for publishers working with Content Ignite for the first time. - [2. Creating your first publisher](https://docs.contentignite.com/getting-started/first-publisher.md): Set up your first publisher in just a few clicks - [3. Creating your first ad unit](https://docs.contentignite.com/getting-started/first-tag-config.md): A few simple settings to get you a fully functioning ad unit - [4. Going Live](https://docs.contentignite.com/getting-started/going-live.md): Your list of pre-flight checks - [Fusion Pro vs Mapped](https://docs.contentignite.com/getting-started/pro-vs-mapped.md): The same platform, different approaches to Ad Server mapping - [SaaS vs P&P vs Fully Managed](https://docs.contentignite.com/getting-started/saas-vs-pap.md): To bring your own relationships, or to use ours? - [1. Signing Up](https://docs.contentignite.com/getting-started/signing-up.md): Lets get you into the Fusion platform in just a few minutes! - [Fusion Pro Tips](https://docs.contentignite.com/getting-started/top-tips.md): Now you are familiar with Fusion, how can you become a pro user? - [Glossary](https://docs.contentignite.com/guide/glossary.md): Find descriptions to common industry terms and acronyms - [Google FAQ's](https://docs.contentignite.com/guide/google-faqs.md): Frequently asked questions on Google Ad Manager - [Operational FAQ's](https://docs.contentignite.com/guide/ops-faqs.md): Frequently asked questions on ad operations - [Introduction](https://docs.contentignite.com/index.md): Welcome to the world of Content Ignite! - [Ad Demand Integrations](https://docs.contentignite.com/integrations/ad-demand.md): Plug in demand beyond your ad server - [Integrating Ad Servers](https://docs.contentignite.com/integrations/ad-servers.md): The all important ad server, the minimum needed for a complete ad stack - [Ad Tech Integrations](https://docs.contentignite.com/integrations/ad-tech.md): Beyond demand; think ID's, think ad block recovery - [Analytics Integrations](https://docs.contentignite.com/integrations/analytics.md): Empower Fusion with data from your analytics platform - [Communication Integrations](https://docs.contentignite.com/integrations/comms.md): Stay informed via the communication platforms you already use - [Fallback Creatives](https://docs.contentignite.com/integrations/fallbacks.md): When all demand sources have been exhausted, choose how you want to handle blanks - [Integrations](https://docs.contentignite.com/integrations/index.md): Integrations unlock various features and monetisation options throughout the Fusion platform. - [Policy Centre](https://docs.contentignite.com/integrations/policy-centre.md): Control and transparency where it matters most - [Integrations Settings](https://docs.contentignite.com/integrations/settings.md): Dive into an integrations and set your preferences - [Organisation Branding](https://docs.contentignite.com/organisations/branding.md): Control unit branding to match your identity - [Organisation Management](https://docs.contentignite.com/organisations/index.md): Control various aspects of your organisation and its children - [Organisation Tag](https://docs.contentignite.com/organisations/tag.md): For large networks, and org tag can streamline rollout - [Experiments](https://docs.contentignite.com/publishers/experiments.md): Manage users and their roles - [Publisher Management](https://docs.contentignite.com/publishers/index.md): Each publisher dashboard is your window into a world of insights and control - [JS API](https://docs.contentignite.com/publishers/js-api.md): Our tag has a number of public methods for setting data and triggering actions - [Publisher Settings](https://docs.contentignite.com/publishers/settings.md): Powerful high-level settings for your publisher, enable contextual, integration and so much more - [Publisher Tag](https://docs.contentignite.com/publishers/tag.md): Our single Publisher Tag is at the core everything we do - [Ad Stacks](https://docs.contentignite.com/publishers/tag-ad-stacks.md): Group ad servers, demand and more into reusable ad stacks - [Publisher Tag Configs](https://docs.contentignite.com/publishers/tag-configs.md): These configs wrap up unit types, behaviours, targeting and more - [Core Web Vitals](https://docs.contentignite.com/publishers/tag-core-web-vitals.md): CWV's represent industry defined performance metrics - [Publisher Tag Deployment](https://docs.contentignite.com/publishers/tag-deployment.md): Get your Publisher Tag to page once, and manage the rest inside Fusion - [Publisher Tag Targeting](https://docs.contentignite.com/publishers/tag-targeting.md): On web we target units with CSS selectors and use filters to refine it - [Publisher Tag - Video Unit](https://docs.contentignite.com/publishers/tag-video.md): A video unit designed to server your supplementary content - [Video Config](https://docs.contentignite.com/publishers/video-config.md): Describe the content and content behaviour of your video unit - [Releases](https://docs.contentignite.com/releases.md): Platform release notes - [Notifications & Alerts](https://docs.contentignite.com/reporting/alerts.md): Fusion can keep in the loop at all times, via your preferred comms method - [API Reporting](https://docs.contentignite.com/reporting/api.md): Use your own BI systems? Pull in your Fusion data easily with our API - [Billing](https://docs.contentignite.com/reporting/billing.md): Simple auto-generated invoices and billing processes - [Campaign Reporting](https://docs.contentignite.com/reporting/campaigns.md): Fusion conveniently surfaces your campaign reports - [Dashboard](https://docs.contentignite.com/reporting/dashboard.md): Your landing page in Fusion, for quick network insights - [Experiment Reporting](https://docs.contentignite.com/reporting/experiments.md): What insight will you gain from Fusions powerful experiments? - [Ads.txt Insights](https://docs.contentignite.com/reporting/insights/ads-txt.md): Refine your Ads.txt file for optimal performance - [Benchmarking](https://docs.contentignite.com/reporting/insights/benchmarking.md): See how you compare with your cohort and the wider network - [Core Web Vitals](https://docs.contentignite.com/reporting/insights/cwv.md): How do your CWV's stack up? - [Demand Mix](https://docs.contentignite.com/reporting/insights/demand-mix.md): Analyse your mix of programmatic and direct demand - [Diagnostics](https://docs.contentignite.com/reporting/insights/diagnostics.md): A central place to identify common pitfalls in your setup - [Health Check Report & Score](https://docs.contentignite.com/reporting/insights/health-score.md): See how the industry sees you! - [Insights Hub](https://docs.contentignite.com/reporting/insights/index.md): Welcome to a world of publisher insights like you've never seen before - [Live](https://docs.contentignite.com/reporting/insights/live.md): Minute by minute data for the time critical transient moments - [Metrics](https://docs.contentignite.com/reporting/insights/metrics.md): Dive into the industry standard metrics and even live revenue - [Revenue Insights](https://docs.contentignite.com/reporting/insights/revenue.md): Learn where revenue is flowing in from and how it is performing - [Revenue Analytics](https://docs.contentignite.com/reporting/insights/revenue-analytics.md): Spot trends easily by plotting your analytical data against revenue - [SSP Insights](https://docs.contentignite.com/reporting/insights/ssp.md): How hard are your SSP demand connections working for you? - [Revenue Report](https://docs.contentignite.com/reporting/revenue.md): Build completely custom report, and even visualise the data in chart form! - [User Management](https://docs.contentignite.com/users/index.md): Manage users and their roles ## OpenAPI Specs - [openapi](https://docs.contentignite.com/openapi.json) ## Optional - [Website](https://www.contentignite.com/) - [Blog](https://www.contentignite.com/blog) - [Website](https://www.contentignite.com/) - [Blog](https://www.contentignite.com/blog)