Advanced Search
Search Results
119 total results found
ReportScheduler API
The report scheduler enables the generation of different types of reports with or without recurrence and informs a set of users of their creation and availability. Typical use cases include periodic reports (e.g., daily, weekly, monthly, etc.) and asynchronous...
Report API
This is the interface for the mixed-mode ReportService. In synchronous mode, the client provides a report type and optional parameters, and a file is returned. Unless otherwise stated, the returned file will be in .XLSX format (a zipped directory with XML file...
Notification API
User API Get notifications for the current user GET /notifications Successful response: Status: 200 OK Content-Type: application/json Body: [ { "id": 1, "title": "title", "message": "message", "creationdate": 1412952637000, "attachementURI": "testURI", "star"...
Session API
Log in / create a session A log in can be done with a username and password. Persistent is for remember me. POST /users/sessions Content-Type: application/json Body: { "userName":"name", "password":"pass", "persistent":true } Successful response: Status: 201 ...
Scheduler Admin API
Checking the supervisor state Request GET /api/supervisor/state Returns either service unavailable if no schedule is configured or one of RUNNING, HALTED or FINISHED Stopping the supervisor thread Request POST /api/supervisor/halt stops a running scheduler. ...
Localisation API
Retrieving a translation A translation can be retrieved by sending a GET request /api/translations/{lang}_{key} where {lang} is the ISO 693-1 code of the language and {key} is the key to be translated. GET /api/translations/en_REMARK_STRINGS_PROMOTIE Successf...
BookingPropertyGroup API
Creating a BookingPropertyGroup A bookingPropertyGroup is created by sending a POST request /api/bookingPropertyGroups using content-type JSON. The body must contain the following mandatory fields: name type elements (if the type is enumerated) Success is in...
BookingProperty API
Retrieving the BookingProperties for a booking A List of BookingProperties for a booking with a known unique identifier can be retrieved by sending a GET request to /api/bookingProperties/{id} where {id} is the unique identifier of the booking. Success is indi...
AdvertiserCompany API
Creating a new AdvertiserCompany An advertiserCompany is created by sending a POST request to /api/ui/advertisercompanies using content-type JSON. Mandatory fields are: invoiceType Success is indicated with status code 201. The object that contains its unique ...
Simple Metadata API
Versions: version 1: available since 2.0.41 version 1.1: available since 2.0.43 If multiple implementations are available, use the header "api-version" to specify a specific version. If no api-version header is sent, the default version 1.1 is used If the requ...
Campaign management
Once all tags have been implemented (as outlined in the Adhese setup and implementation guide) and Adhese has begun measuring (as explained in the Measure section), the inventory volume of each position is quantified. With this information, you can manage your...
Release notes June 2023
Many improvements and new tools have been developed over the last few months and we are gradually releasing these to the majority of our customers. Note that this is a work in progress. Documentation We have moved the documentation to a new domain. It is now...
Release notes Adhese 3.0.5
Fixes and improvements Adhese now supports comments in the template files. During publishing, a list of click domains from Advar templates is exported to whitelist these domains. This solves the problem for first-party domains that do not allow trus...
BigQuery Reporting & Dataset Information
Introduction Adhese Gateway (GW) logs all actions taken while receiving a request from a device and returning a response milliseconds later. This data is made available to the Gateway users through BigQuery (BQ) tables that contain results per day and are upd...
Built-in reporting: the Report tab
The Adhese interface enables users to view reports which can be used to measure the performance of their campaigns, bookings or creatives. How to view a report? To view a report about a campaign, booking or creative: Go to the Campaign overview. Click Campaig...
Datamine
Data mining is a process that transforms raw data into easily digestible information, allowing users to identify patterns and profiles. Several data mining reports are available via the Datamine tab of the Adhese interface. These reports are exported to a file...
Documents tab: client reports
You can create client reports within the interface of Adhese. These reports allow you to determine which information you wish to share, ranging from a comprehensive daily performance report to a summary report. Once you have selected a campaign, you can downlo...
Intro
Adhese can be integrated into your back-office and workflows. Below, we'll explain how Adhese can be integrated with your existing systems. Marketplaces Do you have some space left that needs filling? Adhese enables the full integration of marketplaces (or ad ...
Cross-platform delivery
It is important to reach and engage your audience on any medium or platform. However, it is essential to deliver a consistent and accurate ad experience across all your communication channels. Adhese ensures a consistent experience by delivering the right cont...
Release Notes Adhese 3.0.6
New branding Adhese has a new logo and branding. Keycloak We have replaced our legacy login system with Keycloak. This tool facilitates managed authentication and authorisation, enabling users to log in once and have access to any environment for which they...