https://www.advisible.com/

Submitted URL:
https://advisible.comRedirected
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 10 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head><meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width"><meta charset="utf-8"><title>Advisible - A modern online advertising platform</title><link rel="alternate" hreflang="da" href="https://www.advisible.com/da"><link rel="alternate" hreflang="en" href="https://www.advisible.com"><link rel="alternate" hreflang="nb" href="https://www.advisible.com/nb"><link rel="alternate" hreflang="sv" href="https://www.advisible.com/sv"><link rel="canonical" href="https://www.advisible.com/public/"><meta property="og:site_name" content="Advisible"><meta property="og:title" content="Advisible - A modern online advertising platform"><meta property="og:url" content="https://www.advisible.com/public/"><meta property="og:type" content="website"><meta property="og:description" content="Cloud-based digital advertising and marketing technology for publishers, advertisers and agencies."><meta property="og:image" content="https://cdn.advisible.com/img/social-og-v3.png"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="1200"><meta name="twitter:title" content="Advisible - A modern online advertising platform"><meta name="twitter:image" content="https://cdn.advisible.com/img/social-og-v3.png"><meta name="twitter:url" content="https://www.advisible.com/public/"><meta name="twitter:card" content="summary"><meta name="twitter:description" content="Cloud-based digital advertising and marketing technology for publishers, advertisers and agencies."><meta name="description" content="Cloud-based digital advertising and marketing technology for publishers, advertisers and agencies."><link rel="icon" href="/favicon.ico"><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin=""><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600&amp;display=swap" media="all" onload="this.media='all'"><style>:root {
    --background-default: #fff;
    --background-header: #164068;
    --background-hero: var(--color-advisible-blue);
    --border: 1px solid var(--color-border);
    --color-advisible-blue: #1f4e79;
    --color-border: rgb(229, 232, 236);
    --color-button-background-disabled: #ccc;
    --color-button-text-disabled: #888;
    --color-button-text: #fff;
    --color-default: #202124;
    --color-gray: #888;
    --color-header-button: var(--color-default);
    --color-hero-text: #000;
    --color-input-background: #fff;
    --color-input-border: #aaa;
    --color-input-text: var(--color-default);
    --color-light: #fff;
    --color-link: #1377d6;
    --color-logo-menu: var(--color-advisible-blue);
    --color-logo: #fff;
    --color-menu-button: var(--color-light);
    --input-outline: 1px solid var(--color-default);
    --main-width: 1800px;
    --menu-width: 300px;
    --spacing: 1rem;
    --icon-size: 18px;
}

@media (prefers-color-scheme: dark) {
    :root {
        --background-default: #1d1f21;
        --background-header: #151515;
        --background-hero: #2a292c;
        --color-border: rgba(255, 255, 255, 0.12);
        --color-button-background-disabled: #424242;
        --color-button-text-disabled: #888;
        --color-button-text: #fff;
        --color-default: rgba(255, 255, 255, 0.87);
        --color-hero-text: var(--color-default);
        --color-input-background: #3d3e44;
        --color-input-border: #888;
        --color-link: #1890ff;
        --color-logo-menu: #fff;
        --color-logo: var(--color-default);
        --color-menu-button: var(--color-default);
    }
}

* {
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    color: var(--color-default);
    font-size: 1rem;
    font-family: "Poppins", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    background: var(--background-default);
}

body.menu-open {
    overflow: hidden;
}

.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    flex: 1;
}

p {
    line-height: 1.8;
    margin-block-start: 0;
    margin-block-end: 1em;
}

p:last-child {
    margin-bottom: 0;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.ul-bullets {
    padding-inline-start: 40px;
    margin-block-end: 1em;
}

ul.ul-bullets li {
    list-style: disc;
    margin-bottom: 0.5rem;
    line-height: 1.8;
}

ul.ul-bullets li:last-child {
    margin-bottom: 0;
}

table, th, td {
    border-collapse: collapse;
}

th {
    font-weight: bold;
}

th, td {
    text-align: left;
    vertical-align: top;
    padding-bottom: 0.5rem;
}

h1, h2, h3, h4 {
    margin: 0;
    font-weight: 600;
    margin-block-start: 0;
    margin-block-end: 0.5em;
}

h1.padded, h2.padded, h3.padded, h4.padded {
    margin-block: 0.75em;
}

h1, .h1 {
    font-size: 2rem;
    line-height: 125%;
    text-align: center;
}

h1.left {
    text-align: left;
}

h2 {
    font-size: 2.2rem;
}

h3 {
    font-size: 1.625rem;
}

.h3 {
    text-align: center;
}

h4 {
    font-size: 1.2rem;
}

a {
    text-decoration: none;
    color: var(--color-link);
}

a.underline {
    text-decoration: underline;
    text-underline-offset: .3em;
    text-decoration-style: dotted;
}

.cta-button {
    display: block;
    font-weight: 400;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    border: none;
    border-radius: 30px;
    padding: 1.2rem 1.6rem;
    text-align: center;
    letter-spacing: 0.5px;
    background: #1377d6;
    box-shadow: 0 1px 6px 3px #20212447;
}

.footer {
    display: flex;
    flex-direction: column;
    border-top: var(--border);
    align-items: center;
    justify-content: space-between;
    padding: 2rem 0;
    margin-top: 4rem;
    width: 100%;
}

.container {
    max-width: var(--main-width);
    width: 100%;
    display: flex;
    justify-content: center;
}

.container.container--column {
    flex-direction: column;
    align-items: center;
}

.container--padded {
    padding: 2rem 10px;
}

.container--double-padded {
    padding: 4rem 10px;
}

.container-inner {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.container-inner--center {
    align-items: center;
}

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.menu {
    position: fixed;
    z-index: 3;
    top: 0;
    bottom: 0;
    min-width: var(--menu-width);
    width: var(--menu-width);
    left: calc(-1 * var(--menu-width));
    transition: left 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    background: var(--background-default);
    overflow-y: auto;
    overscroll-behavior-y: none;
    box-shadow: 0px 3px 3px -2px rgb(0 0 0 / 20%), 0px 3px 4px 0px rgb(0 0 0 / 14%), 0px 1px 8px 0px rgb(0 0 0 / 12%);
    display: flex;
    flex-direction: column;
    padding: 0.5rem;
}

.menu > * {
    margin: 10px;
}

.menu-open .menu {
    left: 0;
}

.menu-btn {
    position: absolute;
    left: 8px;
    width: 30px;
    fill: var(--color-menu-button);
}

.header {
    position: relative;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background: var(--background-header);
    color: var(--color-light);
    width: 100%;
}

.grow {
    flex: 1;
}

.header-lg {
    display: none;
    flex: 1;
    align-items: center;
    margin-left: 3vw;
}

.menu-link {
    font-weight: 300;
    font-size: 1rem;
    text-decoration: none;
}

.header-button {
    display: block;
    font-weight: 400;
    color: var(--color-header-button);
    font-size: 0.875rem;
    text-decoration: none;
    border: 1px solid var(--color-header-button);
    border-radius: 4px;
    padding: .8rem 1.6rem;
    text-align: center;
}

.footer-link:not(:first-child):before {
    content: "|";
    margin: 0 8px;
}

.footer-links {
    display: flex;
    flex-direction: row;
    margin-bottom: 1rem;
}

.footer-link {
    font-size: 0.8125rem;
    font-weight: 300;
    color: var(--color-default);
    white-space: nowrap;
}

.footer-contact {
    display: flex;
    align-items: center;
}

.social-icon {
    height: 18px;
    margin: 0 8px;
    display: block;
    fill: var(--color-default);
}

.footer-link-button {
    color: var(--color-default);
    background: var(--background-default);
    border: 1px solid var(--color-default);
    border-radius: 3px;
    font-weight: 600;
    font-size: 0.625rem;
    padding: 0 .4rem;
    margin-right: .4rem;
    vertical-align: middle;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.translation-disclaimer {
    font-size: 0.75rem;
    font-weight: 300;
    color: var(--color-gray);
    background: var(--color-border);
    text-align: center;
    width: 100%;
    padding: 5px 2vw;
}

.translation-disclaimer > a {
    color: inherit;
}

.not-found {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.not-found-img {
    display: block;
    width: 70px;
    height: 70px;
}

.logo {
    display: block;
    height: 30px;
    fill: var(--color-logo);
}

.logo--menu {
    fill: var(--color-logo-menu);
}

.cookie-consent {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: -200px;
    height: 200px;
    max-width: 500px;
    color: #fff;
    background: #222;
    border-radius: 4px;
    padding: 10px;
    font-size: 0.875rem;
    transition: bottom 400ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    box-shadow: 0px 0px 16px -4px #111;
}

.cookie-consent-text a {
    color: #fff;
    font-weight: 500;
}

.cookie-consent.show {
    bottom: 20px;
}

.cookie-consent-actions {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.cookie-consent-actions > * {
    color: #fff;
    background: none;
    border: 1px solid #fff;
    padding: 8px 8px;
    font-size: 1rem;
    cursor: pointer;
    margin-left: 10px;
    border-radius: 5px;
    min-width: 80px;
    height: 40px;
}

.cookie-consent-hide {
    border: none;
}

.lang-component {
    position: absolute;
    width: calc(var(--icon-size) * 2);
    height: calc(var(--icon-size) * 2);
    right: 8px;
    overflow: hidden;
}

.lang-icon {
    position: absolute;
    pointer-events: none;
    top: calc(var(--icon-size) / 2);
    left: calc(var(--icon-size) / 2);
}

.lang-icon>svg {
    display: block;
    height: var(--icon-size);
    fill: var(--color-light);
}

.lang-select {
    position: absolute;
    outline: none;
    border: none;
    background: none;
    appearance: none;
    cursor: pointer;
    padding-left: calc(var(--icon-size) * 2);
    height: calc(var(--icon-size) * 2);
    width: 0;
}

@media (min-width: 601px) {
    .header-button {
        margin-left: 1rem;
    }

    .footer {
        padding: 2rem 2vw;
        flex-direction: row;
        margin-top: 6rem;
    }

    .footer-links {
        margin-bottom: 0;
    }

    .form {
        max-width: 500px;
    }
}

@media (min-width: 768px) {
    :root {
        --spacing: 2rem;
        --color-header-button: #fff;
    }

    .header-lg {
        display: flex;
    }

    .lang-component {
        position: relative;
        margin-left: 10px;
        right: auto;
    }

    .menu {
        display: none;
    }

    .menu-btn {
        display: none;
    }

    h1, .h1 {
        font-size: 2.6rem;
        line-height: 125%;
    }

    .h3 {
        text-align: initial;
    }

    .header {
        padding: 2vw calc(2vw - var(--icon-size) / 2) 2vw 2vw;
    }

    .menu-link {
        display: none;
    }

    .container-inner--sm {
        max-width: 60%;
    }

    .container-inner--md {
        max-width: 80%;
    }

    .container-grid {
        grid-template-columns: 1fr 1fr;
    }

    .cookie-consent {
        left: 20px;
        bottom: -200px;
        max-width: 500px;
    }
}

@media (min-width: 1080px) {
    .container-inner--sm {
        max-width: calc(var(--main-width) * 0.4);
    }
    .container-inner--md {
        max-width: calc(var(--main-width) * 0.5);
    }
    h1 {
        font-size: 3rem;
    }
}
.container-grid {
    display: grid;
    grid-gap: 2rem;
}

.feature-grid {
    max-width: 1200px;
    margin-bottom: 2rem;
}

.section-hero {
    align-items: center;
    height: 450px;
    background: var(--background-hero);
    color: #fff;
    padding: 1rem;
    text-align: center;
    max-width: none;
}

.section-hero__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cta-button.cta-button--hero {
    margin-top: 20px;
    color: #000;
    background: #ffc74f;
}

.media-wrapper {
    max-width: 583px;
}

.media {
    width: 100%;
}

.center-sm {
    text-align: center;
}

@media (min-width: 375px) {
    .section-hero {
        height: 550px;
    }
}

@media (min-width: 768px) {
    .section-hero {
        height: 600px;
    }

    .section-hero__inner {
        width: 60%;
    }

    .feature-grid {
        margin-bottom: 4rem;
    }
    .center-sm {
        text-align: left;
    }
}

@media (min-width: 1080px) {
    h1.hero {
        font-size: 3.6rem;
    }
}

@media (min-width: 1200px) {
    h1.hero {
        font-size: 4rem;
    }
}</style><script>window.langmap = {"/": {da: "/da",en: "/",nb: "/nb",sv: "/sv",},"/about": {da: "/da/om-advisible",en: "/about",nb: "/nb/om-advisible",sv: "/sv/om-advisible",},"/contact": {da: "/da/kontakt",en: "/contact",nb: "/nb/kontakt",sv: "/sv/kontakt",},"/legal/terms-of-service": {en: "/legal/terms-of-service",},"/legal/privacy-policy": {en: "/legal/privacy-policy",},"/legal/cookie-policy": {en: "/legal/cookie-policy",},"/legal/data-processing-agreement": {en: "/legal/data-processing-agreement",},"/newsletter": {da: "/da/nyhedsbrev",en: "/newsletter",nb: "/nb/nyhetsbrev",sv: "/sv/nyhetsbrev",},"/articles": {da: "/da/artikler",en: "/articles",nb: "/nb/artikler",sv: "/sv/artiklar",},"/articles/what-is-native-advertising": {da: "/da/artikler/hvad-er-native-advertising",en: "/articles/what-is-native-advertising",nb: "/nb/artikler/hva-er-native-advertising",sv: "/sv/artiklar/vad-ar-native-annonsering",},}</script><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-7Q2BCCXRW1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());
  gtag('config', 'G-7Q2BCCXRW1');
</script><script type="application/ld+json">{
    "@context": "https://schema.org",
    "@id": "https://schema.advisible.com/WebSite/en",
    "@type": "WebSite",
    "inLanguage": "en",
    "name": "Advisible",
    "url": "https://www.advisible.com/public/"
}
</script><script type="application/ld+json">{
    "@context": "https://schema.org",
    "@type": "WebPage",
    "inLanguage": "en",
    "name": "Advisible - A modern online advertising platform",
    "url": "https://www.advisible.com/public/",
    "description": "Cloud-based digital advertising and marketing technology for publishers, advertisers and agencies.",
    "image": "https://cdn.advisible.com/img/social-og-v3.png"
}</script></head><body><nav class="menu"><a href="/" title="Go to start page" aria-label="Go to start page"><svg class="logo logo--menu" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1666 438" role="img" aria-hidden="true"><path transform="translate(0,-30) scale(5)" d="M 0 93.3 L 23.06 53.36 L 37.5 53.36 L 14.917 93.233 z M 26.94 46.64 L 50 6.7 L 89.89 74.11 L 75.44 74.11 L 50 33.43 L 41.38 46.64 z M 22.2 93.3 L 50 46.87 L 67.69 74.11 L 53.25 74.11 L 50 68.88 L 43.51 80.83 L 93.77 80.83 L 100 93.3 z"></path>
<g transform="translate(550,320) scale(0.04,-0.04)" stroke="none">
        <path d="M14685 4063 c-523 -18 -905 -157 -1156 -419 -200 -210 -287 -471
-277 -833 5 -142 9 -179 32 -254 48 -161 113 -266 243 -395 193 -190 418 -300
998 -487 472 -153 611 -217 677 -316 37 -56 50 -122 37 -200 -20 -123 -93
-213 -224 -275 -104 -49 -196 -64 -392 -64 -436 0 -925 85 -1261 219 -56 23
-105 41 -107 41 -3 0 -4 -179 -3 -398 l3 -397 139 -46 c242 -81 516 -140 824
-176 186 -21 651 -24 792 -5 398 56 687 180 891 382 208 206 302 459 303 815
1 319 -75 508 -288 717 -196 193 -395 292 -983 487 -164 54 -333 113 -376 130
-274 110 -357 192 -345 344 7 82 35 145 91 201 128 128 350 173 717 147 338
-25 592 -85 813 -194 l127 -63 0 398 0 399 -75 34 c-319 146 -768 224 -1200
208z"></path>
        <path d="M740 2148 c-370 -1025 -688 -1905 -706 -1955 l-34 -93 484 0 484 0
134 400 133 400 655 0 656 0 130 -398 130 -397 482 -3 c265 -1 482 1 482 5 0
5 -317 883 -704 1953 l-703 1945 -475 3 -474 2 -674 -1862z m1366 122 c119
-355 219 -651 221 -657 4 -10 -87 -13 -436 -13 -243 0 -441 3 -441 6 0 15 432
1316 435 1312 2 -2 102 -294 221 -648z"></path>
        <path d="M4160 2055 l0 -1956 863 4 c833 3 866 4 982 25 249 45 433 109 615
213 443 253 722 647 816 1154 17 88 19 154 19 560 0 498 -4 545 -61 744 -163
560 -611 988 -1196 1141 -244 64 -221 63 -1170 67 l-868 4 0 -1956z m1720
1151 c337 -92 563 -365 626 -756 17 -104 19 -650 3 -765 -24 -176 -91 -350
-183 -480 -54 -75 -153 -168 -230 -214 -68 -40 -198 -86 -286 -100 -36 -6
-220 -11 -412 -11 l-348 0 0 1176 0 1175 383 -4 c327 -3 391 -6 447 -21z"></path>
        <path d="M7570 3928 c17 -46 338 -924 713 -1953 l684 -1870 503 0 503 0 709
1945 c389 1070 708 1948 708 1953 0 4 -225 7 -499 7 l-499 0 -19 -62 c-209
-679 -899 -2878 -903 -2878 -3 0 -200 624 -438 1387 -238 764 -444 1425 -459
1471 l-25 82 -504 0 -504 0 30 -82z"></path>
        <path d="M11780 2055 l0 -1955 445 0 445 0 0 1955 0 1955 -445 0 -445 0 0
-1955z"></path>
        <path d="M16780 2055 l0 -1955 445 0 445 0 0 1955 0 1955 -445 0 -445 0 0
-1955z"></path>
        <path d="M18430 2055 l0 -1956 1013 4 c983 3 1015 4 1123 25 547 105 901 423
998 895 49 238 19 543 -71 720 -74 146 -189 272 -326 353 l-85 51 60 44 c151
109 247 268 290 479 27 130 21 383 -12 509 -53 202 -128 332 -275 476 -179
177 -379 273 -689 333 -69 13 -227 16 -1053 19 l-973 4 0 -1956z m1907 1141
c76 -35 153 -113 191 -193 24 -52 27 -69 27 -173 0 -104 -3 -121 -27 -172 -53
-114 -114 -170 -226 -207 -59 -20 -83 -21 -522 -21 l-460 0 0 400 0 401 478
-3 477 -3 62 -29z m8 -1411 c190 -41 318 -175 346 -366 36 -244 -102 -465
-326 -524 -49 -12 -142 -15 -552 -15 l-493 0 0 460 0 460 478 0 c382 0 491 -3
547 -15z"></path>
        <path d="M22160 2055 l0 -1955 1320 0 1320 0 0 390 0 390 -875 0 -875 0 0
1565 0 1565 -445 0 -445 0 0 -1955z"></path>
        <path d="M25180 2055 l0 -1955 1360 0 1360 0 0 390 0 390 -915 0 -915 0 0 440
0 440 855 0 855 0 0 350 0 350 -855 0 -855 0 0 385 0 385 915 0 915 0 0 390 0
390 -1360 0 -1360 0 0 -1955z"></path>
</g></svg></a><span>Phone: +46 8 777 10 01</span><a class="menu-link" href="https://www.advisible.com/contact">Kontakta oss</a><div class="grow"></div><a class="header-button" href="https://docs.advisible.com">Docs</a><a class="header-button" href="https://console.advisible.com">Console</a></nav><header class="header"><svg class="menu-btn" focusable="false" viewBox="0 0 24 24" role="img" aria-hidden="true"><path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"></path></svg><a href="/" title="Go to start page" aria-label="Go to start page"><svg class="logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1666 438" role="img" aria-hidden="true"><path transform="translate(0,-30) scale(5)" d="M 0 93.3 L 23.06 53.36 L 37.5 53.36 L 14.917 93.233 z M 26.94 46.64 L 50 6.7 L 89.89 74.11 L 75.44 74.11 L 50 33.43 L 41.38 46.64 z M 22.2 93.3 L 50 46.87 L 67.69 74.11 L 53.25 74.11 L 50 68.88 L 43.51 80.83 L 93.77 80.83 L 100 93.3 z"></path>
<g transform="translate(550,320) scale(0.04,-0.04)" stroke="none">
        <path d="M14685 4063 c-523 -18 -905 -157 -1156 -419 -200 -210 -287 -471
-277 -833 5 -142 9 -179 32 -254 48 -161 113 -266 243 -395 193 -190 418 -300
998 -487 472 -153 611 -217 677 -316 37 -56 50 -122 37 -200 -20 -123 -93
-213 -224 -275 -104 -49 -196 -64 -392 -64 -436 0 -925 85 -1261 219 -56 23
-105 41 -107 41 -3 0 -4 -179 -3 -398 l3 -397 139 -46 c242 -81 516 -140 824
-176 186 -21 651 -24 792 -5 398 56 687 180 891 382 208 206 302 459 303 815
1 319 -75 508 -288 717 -196 193 -395 292 -983 487 -164 54 -333 113 -376 130
-274 110 -357 192 -345 344 7 82 35 145 91 201 128 128 350 173 717 147 338
-25 592 -85 813 -194 l127 -63 0 398 0 399 -75 34 c-319 146 -768 224 -1200
208z"></path>
        <path d="M740 2148 c-370 -1025 -688 -1905 -706 -1955 l-34 -93 484 0 484 0
134 400 133 400 655 0 656 0 130 -398 130 -397 482 -3 c265 -1 482 1 482 5 0
5 -317 883 -704 1953 l-703 1945 -475 3 -474 2 -674 -1862z m1366 122 c119
-355 219 -651 221 -657 4 -10 -87 -13 -436 -13 -243 0 -441 3 -441 6 0 15 432
1316 435 1312 2 -2 102 -294 221 -648z"></path>
        <path d="M4160 2055 l0 -1956 863 4 c833 3 866 4 982 25 249 45 433 109 615
213 443 253 722 647 816 1154 17 88 19 154 19 560 0 498 -4 545 -61 744 -163
560 -611 988 -1196 1141 -244 64 -221 63 -1170 67 l-868 4 0 -1956z m1720
1151 c337 -92 563 -365 626 -756 17 -104 19 -650 3 -765 -24 -176 -91 -350
-183 -480 -54 -75 -153 -168 -230 -214 -68 -40 -198 -86 -286 -100 -36 -6
-220 -11 -412 -11 l-348 0 0 1176 0 1175 383 -4 c327 -3 391 -6 447 -21z"></path>
        <path d="M7570 3928 c17 -46 338 -924 713 -1953 l684 -1870 503 0 503 0 709
1945 c389 1070 708 1948 708 1953 0 4 -225 7 -499 7 l-499 0 -19 -62 c-209
-679 -899 -2878 -903 -2878 -3 0 -200 624 -438 1387 -238 764 -444 1425 -459
1471 l-25 82 -504 0 -504 0 30 -82z"></path>
        <path d="M11780 2055 l0 -1955 445 0 445 0 0 1955 0 1955 -445 0 -445 0 0
-1955z"></path>
        <path d="M16780 2055 l0 -1955 445 0 445 0 0 1955 0 1955 -445 0 -445 0 0
-1955z"></path>
        <path d="M18430 2055 l0 -1956 1013 4 c983 3 1015 4 1123 25 547 105 901 423
998 895 49 238 19 543 -71 720 -74 146 -189 272 -326 353 l-85 51 60 44 c151
109 247 268 290 479 27 130 21 383 -12 509 -53 202 -128 332 -275 476 -179
177 -379 273 -689 333 -69 13 -227 16 -1053 19 l-973 4 0 -1956z m1907 1141
c76 -35 153 -113 191 -193 24 -52 27 -69 27 -173 0 -104 -3 -121 -27 -172 -53
-114 -114 -170 -226 -207 -59 -20 -83 -21 -522 -21 l-460 0 0 400 0 401 478
-3 477 -3 62 -29z m8 -1411 c190 -41 318 -175 346 -366 36 -244 -102 -465
-326 -524 -49 -12 -142 -15 -552 -15 l-493 0 0 460 0 460 478 0 c382 0 491 -3
547 -15z"></path>
        <path d="M22160 2055 l0 -1955 1320 0 1320 0 0 390 0 390 -875 0 -875 0 0
1565 0 1565 -445 0 -445 0 0 -1955z"></path>
        <path d="M25180 2055 l0 -1955 1360 0 1360 0 0 390 0 390 -915 0 -915 0 0 440
0 440 855 0 855 0 0 350 0 350 -855 0 -855 0 0 385 0 385 915 0 915 0 0 390 0
390 -1360 0 -1360 0 0 -1955z"></path>
</g></svg></a><nav class="header-lg"><span>Phone: +46 8 777 10 01</span><a class="menu-link" href="https://www.advisible.com/contact">Kontakta oss</a><div class="grow"></div><a class="header-button" href="https://docs.advisible.com">Docs</a><a class="header-button" href="https://console.advisible.com">Console</a></nav><div class="lang-component"><div class="lang-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" role="img" aria-hidden="true">
    <path d="M12 0c6.623 0 12 5.377 12 12s-5.377 12-12 12-12-5.377-12-12 5.377-12 12-12m2.557 16h-5.115c.546 2.46 1.441 4.114 2.558 5.744 1.194-1.741 2.041-3.41 2.557-5.744m-7.157 0h-4.567c1.236 2.825 3.704 4.972 6.755 5.716-1.048-1.733-1.783-3.658-2.188-5.716m13.767 0h-4.567c-.391 1.988-1.095 3.887-2.175 5.694 3.012-.763 5.517-2.895 6.742-5.694m-14.005-6h-4.962c-.267 1.313-.267 2.685 0 4h4.915c-.119-1.329-.101-2.672.047-4m7.661 0h-5.647c-.165 1.326-.185 2.672-.053 4h5.753c.133-1.328.111-2.673-.053-4m6.977 0h-4.963c.148 1.328.166 2.671.048 4h4.915c.26-1.285.273-2.648 0-4m-12.156-7.729c-3.077.732-5.567 2.886-6.811 5.729h4.653c.435-2.042 1.178-3.985 2.158-5.729m2.355-.048c-1.089 1.77-1.91 3.453-2.463 5.777h4.927c-.534-2.246-1.337-3.948-2.464-5.777m2.368.069c1.013 1.812 1.733 3.76 2.146 5.708h4.654c-1.232-2.816-3.762-4.958-6.8-5.708"></path>
</svg></div><select class="lang-select" id="lang-select" title="Select language" aria-label="Select language"><option value="da">Dansk</option><option selected="" value="en">English</option><option value="nb">Bokmål</option><option value="sv">Svenska</option><option disabled="">──────────</option><option value="default">Browser language</option></select></div></header><main class="main"><div class="section-hero container"><div class="section-hero__inner"><h4>For publishers, advertisers and agencies</h4><h1 class="hero">A modern online advertising platform</h1><a class="cta-button cta-button--hero" href="/contact">Book a demo</a></div></div><section class="container--padded container-inner--md"><h2 class="h1 padded">Introduction</h2><div class="center-sm"><p>Our platform offers software services and tools for publishers, advertisers and agencies to publish and track native ad campaigns. It strives to be developer-friendly, fast and highly scalable with an intuitive user interface for ad ops and content creators.</p><p>Advisible use a pay-as-you-go pricing model, where you only pay for what you use. The cost is calculated as described in the <a href="https://docs.advisible.com/pricing">documentation</a> and charged monthly. There are no up-front or termination fees.</p></div></section><section class="container--padded"><h2 class="h1 padded">Tools and features</h2><ul class="container-grid feature-grid"><li><h3 class="h3">Development Kit</h3><p>Advisible Development Kit is a Javascript frontend library for quickly creating professional ad integrations for the web. It’s a toolbox that can significantly simplify and improve a website’s ad setup.</p><a class="underline" href="https://docs.advisible.com/adk/tutorials">Visit ADK integration guide</a></li><li><h3 class="h3">Native Ads</h3><p>Advisible Native Ads is our True Native ad solution, featuring powerful content editing, real-time analytics and advanced ad server algorithms. It is the first platform to offer true native served as infinite scroll.</p><a class="underline" href="/articles/what-is-native-advertising">Learn more about native advertising</a></li><li><h3 class="h3">Content Display</h3><p>Advisible Content Display is a subset of our Native Ad service, offering the same integrated experience for teasers but linking to external pages instead of a landing page on the publisher website.</p><a class="underline" href="/articles/what-is-native-advertising">Learn more about native advertising</a></li><li><h3 class="h3">Source Hosting</h3><p>Advisible Source is a lightweight hosting solution for ad integration code. It simplifies collaboration, updates and debugging of a website’s ad environment, but can also be used to serve resources for rich content ads.</p></li></ul></section><a class="cta-button" href="https://docs.advisible.com/getting-started">How to get started</a></main><footer class="footer"><div><nav class="footer-links"><a class="footer-link" href="/about">About Advisible</a><a class="footer-link" href="/legal/privacy-policy">Privacy</a><a class="footer-link" href="/legal/terms-of-service">Platform terms</a></nav></div><div class="footer-contact"><a class="footer-link-button" href="/newsletter">Newsletter</a><a href="https://www.facebook.com/advisiblecom" title="Facebook" aria-label="Facebook"><svg class="social-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 310 310" role="img" aria-hidden="true">
    <path d="M81.703,165.106h33.981V305c0,2.762,2.238,5,5,5h57.616c2.762,0,5-2.238,5-5V165.765h39.064
        c2.54,0,4.677-1.906,4.967-4.429l5.933-51.502c0.163-1.417-0.286-2.836-1.234-3.899c-0.949-1.064-2.307-1.673-3.732-1.673h-44.996
        V71.978c0-9.732,5.24-14.667,15.576-14.667c1.473,0,29.42,0,29.42,0c2.762,0,5-2.239,5-5V5.037c0-2.762-2.238-5-5-5h-40.545
        C187.467,0.023,186.832,0,185.896,0c-7.035,0-31.488,1.381-50.804,19.151c-21.402,19.692-18.427,43.27-17.716,47.358v37.752H81.703
        c-2.762,0-5,2.238-5,5v50.844C76.703,162.867,78.941,165.106,81.703,165.106z"></path>
</svg></a><a href="https://www.linkedin.com/company/advisiblecom" title="LinkedIn" aria-label="LinkedIn"><svg class="social-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 310 310" role="img" aria-hidden="true">
    <path d="M72.16,99.73H9.927c-2.762,0-5,2.239-5,5v199.928c0,2.762,2.238,5,5,5H72.16c2.762,0,5-2.238,5-5V104.73
        C77.16,101.969,74.922,99.73,72.16,99.73z"></path>
    <path d="M41.066,0.341C18.422,0.341,0,18.743,0,41.362C0,63.991,18.422,82.4,41.066,82.4
        c22.626,0,41.033-18.41,41.033-41.038C82.1,18.743,63.692,0.341,41.066,0.341z"></path>
    <path d="M230.454,94.761c-24.995,0-43.472,10.745-54.679,22.954V104.73c0-2.761-2.238-5-5-5h-59.599
        c-2.762,0-5,2.239-5,5v199.928c0,2.762,2.238,5,5,5h62.097c2.762,0,5-2.238,5-5v-98.918c0-33.333,9.054-46.319,32.29-46.319
        c25.306,0,27.317,20.818,27.317,48.034v97.204c0,2.762,2.238,5,5,5H305c2.762,0,5-2.238,5-5V194.995
        C310,145.43,300.549,94.761,230.454,94.761z"></path>
</svg>
</a><a href="https://twitter.com/advisiblecom" title="Twitter" aria-label="Twitter"><svg class="social-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 310 310" role="img" aria-hidden="true">
    <path d="M302.973,57.388c-4.87,2.16-9.877,3.983-14.993,5.463c6.057-6.85,10.675-14.91,13.494-23.73
        c0.632-1.977-0.023-4.141-1.648-5.434c-1.623-1.294-3.878-1.449-5.665-0.39c-10.865,6.444-22.587,11.075-34.878,13.783
        c-12.381-12.098-29.197-18.983-46.581-18.983c-36.695,0-66.549,29.853-66.549,66.547c0,2.89,0.183,5.764,0.545,8.598
        C101.163,99.244,58.83,76.863,29.76,41.204c-1.036-1.271-2.632-1.956-4.266-1.825c-1.635,0.128-3.104,1.05-3.93,2.467
        c-5.896,10.117-9.013,21.688-9.013,33.461c0,16.035,5.725,31.249,15.838,43.137c-3.075-1.065-6.059-2.396-8.907-3.977
        c-1.529-0.851-3.395-0.838-4.914,0.033c-1.52,0.871-2.473,2.473-2.513,4.224c-0.007,0.295-0.007,0.59-0.007,0.889
        c0,23.935,12.882,45.484,32.577,57.229c-1.692-0.169-3.383-0.414-5.063-0.735c-1.732-0.331-3.513,0.276-4.681,1.597
        c-1.17,1.32-1.557,3.16-1.018,4.84c7.29,22.76,26.059,39.501,48.749,44.605c-18.819,11.787-40.34,17.961-62.932,17.961
        c-4.714,0-9.455-0.277-14.095-0.826c-2.305-0.274-4.509,1.087-5.294,3.279c-0.785,2.193,0.047,4.638,2.008,5.895
        c29.023,18.609,62.582,28.445,97.047,28.445c67.754,0,110.139-31.95,133.764-58.753c29.46-33.421,46.356-77.658,46.356-121.367
        c0-1.826-0.028-3.67-0.084-5.508c11.623-8.757,21.63-19.355,29.773-31.536c1.237-1.85,1.103-4.295-0.33-5.998
        C307.394,57.037,305.009,56.486,302.973,57.388z"></path>
</svg>
</a><a href="https://www.instagram.com/advisiblecom" title="Instagram" aria-label="Instagram"><svg class="social-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" role="img" aria-hidden="true">
    <path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z"></path>
</svg></a><a href="https://github.com/advisible" title="GitHub" aria-label="GitHub"><svg class="social-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" role="img" aria-hidden="true">
    <path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577
        0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633
        17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809
        1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38
        1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405
        1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84
        1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015
        2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"></path>
</svg></a></div></footer><div class="cookie-consent show" id="cookie-consent" style="display: block;"><h4>Your privacy</h4><div class="cookie-consent-text">Advisible use cookies to provide you with services and analyze traffic in accordance with our <a href="/legal/cookie-policy">Cookie Policy</a>.</div><div class="cookie-consent-actions"><button id="cookie-consent-accept">Accept</button></div></div><script>const COOKIE_CONSENT = 'consent'

const _getCookie = (name) => {
    const key = name + '='
    const decodedCookie = decodeURIComponent(document.cookie)
    const ca = decodedCookie.split(';')
    for (let i = 0; i < ca.length; i++) {
        let c = ca[i]
        while (c.charAt(0) == ' ') {
            c = c.substring(1)
        }
        if (c.indexOf(key) == 0) {
            return c.substring(key.length, c.length)
        }
    }
    return null
}

const _setCookie = (name, value, seconds) => {
    const expiresAt = new Date()
    expiresAt.setTime(expiresAt.getTime() + (seconds * 1000))
    document.cookie = `${name}=${value};expires=${expiresAt.toUTCString()};path=/`
}

const closeBox = (elem) => {
    elem.classList.remove('show')
    setTimeout(() => {
        elem.remove()
    }, 500)
}

if (_getCookie(COOKIE_CONSENT) !== 'true') {
    const elem = document.getElementById('cookie-consent')
    elem.style.display = 'block'
    setTimeout(() => {
        elem.classList.add('show')
        const acceptButton = document.getElementById('cookie-consent-accept')
        acceptButton.onclick = () => {
            _setCookie(COOKIE_CONSENT, 'true', 31536000)
            closeBox(elem)
        }
        const closeButton = document.getElementById('cookie-consent-hide')
        if (closeButton) {
            closeButton.onclick = closeBox
        }
    }, 500)
}

const backdrop = document.createElement('div')
backdrop.addEventListener('touchmove', (event) => {
    event.preventDefault()
    event.stopPropagation()
})
backdrop.style.opacity = '0'
backdrop.classList.add('backdrop')
backdrop.onclick = () => {
    document.body.classList.remove('menu-open')
    backdrop.style.opacity = '0'
    setTimeout(() => {
        backdrop.remove()
    }, 500)
}

document.querySelector('.menu-btn').onclick = () => {
    document.body.appendChild(backdrop)
    document.body.classList.add('menu-open')
    setTimeout(() => {
        backdrop.style.opacity = '1'
    })
}

const getPathByLanguage = (newLang) => {
    const langStr = window.location.pathname.split('/')[1]
    const lang = window.langmap['/'][langStr] ? langStr : 'en'
    for (const tr of Object.values(window.langmap)) {
        if (tr[lang] === window.location.pathname) {
            return tr[newLang]
        }
    }
    return newLang === 'en' ? '/' : '/' + newLang
}

document.getElementById('lang-select').addEventListener('change', (event) => {
    let lang = event.target.value
    if (lang === 'default') {
        _setCookie('lang', '', 0)
        lang = 'en'
    } else {
        _setCookie('lang', lang, 31536000)
    }
    window.location.href = getPathByLanguage(lang)
})
</script></body></html>