Advanced Search
Search Results
119 total results found
Locations
A location is a (sub)section within a publication, such as a home page, the local news or lifestyle section, or the daily newsletter. Create a new location To create a new location: Click Admin in the left navigation menu. This opens the Administration scree...
Publications
A publisher maintains online publications such as a website, blog, video channel, newsletter, smartphone app, or webshop. Adhese is platform-agnostic: it can support any type of publication. You can filter the Publications screen by publisher and select a publ...
Publishers
A publisher distributes content across one or more media platforms. Within a company, multiple publishers or sub-publishers can exist. You can filter the Publishers screen by publisher status using the Filter drop-down menu. Determine the number of results to ...
Advanced Targeting
Advanced Targeting is a feature that must be enabled and requires additional setup. Please contact Support if you would like to make use of this feature. Targets that fall under advanced targeting do not contain forecast data. They are best used in combination...
The inventory's structure
A publisher distributes content through one or more media platforms. Online advertising is often the business model of choice to benefit financially from these platforms. A publisher reserves a certain amount of space for advertising purposes: the inventory*.*...
Campaign screen
The user interface of Adhese has several components that make it easy to navigate, search, perform actions, etc. It depends upon the context and the user permissions, what actions you can perform and which elements are visible in the interface. Search bar You ...
Searching
You can search for campaigns, bookings and creatives within your Adhese account by two different means: the quick search and the search bar. The quick search is at the top of each Adhese screen, to the right of the Adhese logo. Use the quick search function t...
Navigation
Access the main screens using the main navigation on the left. You can collapse the menu by clicking the left arrow at the top of the bar, leaving only the icons visible. The Adhese interface offers a breadcrumb trail to show you where you are in the navigat...
Reset your password
Passswords need to conform to the following criteria:- Minimum length: 16 characters - Maximum Length: 64 characters - Uppercase characters: >= 2 - Lowercase characters: >= 2 - Numbers: >= 2 - Special characters: >= 2 If you have forgotten (or want to change)...
Logging in to Adhese
Adhese has a login system powered by Keycloak. To access the login screen, you follow these steps: Open your web browser and enter the URL of your company's Adhese account, for example https://yourcompany.adhese.org. This opens the Adhese login screen. ...
An introduction to cookies
Adhese & cookies For user privacy concerning cookies, see User privacy GDPR. More on the privacy policy of Adhese is available on our website. What are cookies? Cookies are small text files that can be stored on your computer or other device when visiting webs...
Architecture
Adhese consists of an application server and a database. The Adhese application server manages the publisher's ad servers and ensures smooth campaign delivery. There is a constant flow of feedback between the application server and the ad servers. The applicat...
Intro
Adhese Gateway and Direct Ad Server The Gateway and Ad Server operate entirely server-side, ensuring that client implementations remain as straightforward as possible and preventing the exposure of business rules and configuration. This allows for straightfor...
Adhese support
The Adhese Support Team is dedicated to answering all your questions, resolving any issues and helping you to become familiar with the ins and outs of Adhese. Before sending a request to the Support Team, we advise you to consult the Adhese documentation. You ...
Daily Revenue
Endpoint path /api/opendirect/stats/lines/daily POST body { "start": "yyyy-mm-dd", // start date of the report "end": "yyyy-mm-dd" // end date of report (excluding) } Response codes HTTP response code Description 200 OK 400 Invalid Request (start and...
Publisher API
The Publisher API is tailored to bulk-upload publishers. Get a list of publishers Perform a GET request /api/publishers GET /api/publishers It will return a list of all the publishers, together with their ID, their parent ID, the (company) name, the active fl...
UserGroups API
Scheme Make sure you use the correct schema. Some environments will change the request type to GET if HTTP is used where HTTPS is required. Creating a UserGroup A usergroup is created by sending a POST request /api/userGroups using content-type JSON. The body ...
UI Menu API
Get all the menus GET api/ui/menus Successful response: Status: 200 OK Content-Type: application/json Body: [ { "id": 1, "url": "/ui/menus/1" }, ... ] Get A Menu Get a menu GET api/ui/menus/:id Successful response: Status: 200 OK Content-Type: application/j...
User API
Metadata Get the user info with the user id: GET /users/136 Successful response: Status: 200 OK Content-Type: application/json Body: { "id": 136, "userName": "admin", "name": "naam", "firstName": "voornaam", "email": "mail@adhese.com", "language": "en" } Res...
UI States API
Get all states To get all the states for a user, send a GET request /api/ui/states. The result is a list of name-value pairs. Request: GET ui/states Successful response: Status: 200 OK Content-Type: application/json Body: [ { "name": "initCreativeTableColumns...