Advertiser’s Developer
    • Advertiser’s Developer
    • API Reference
      • Authentication
      • Get Conversion
        GET
      • Create Conversion
        POST
      • Update Status Conversion
        PUT

    Advertiser’s Developer

    Guide to Obtaining API Key from ADV System#

    This document provides detailed steps to generate an Access Token (API Key) for connecting and utilizing ADV's API services.

    🚀 Implementation Steps#

    Step 1: System Login#

    Visit the homepage: adv.com
    Log in using your authorized ADV account credentials.

    🔐 Auth Header#

    When making requests, include your key in the header as follows:
    Authorization: Bearer YOUR_API_KEY

    Step 2: Access Integration Menu#

    From the management dashboard, locate and select the Integration option from the navigation menu.

    Step 3: Initialize API Key#

    In the Integration interface, click the Create Key button.
    A configuration form will appear. Please fill in the following fields:
    Key Name: Enter a descriptive name (e.g., Project_Alpha, Test_Environment).
    IP Address: Enter the specific IP address of the server or machine that will perform the API calls.

    Step 4: Store Your Key#

    After filling in the details, click Create.
    The system will display a unique API Key.
    guidekey.png

    ⚠️ Important Security Notes#

    [!CAUTION]
    Key Protection:
    Copy and save your Key immediately in a secure location (e.g., a password manager).
    For security reasons, the system may not display the full Key again once you close the window or refresh the page.
    Never share this Key with unauthorized personnel or commit it to public code repositories.

    Configuration Details#

    ParameterMeaningNote
    Key NameIdentifierHelps you manage and distinguish between multiple keys
    Whitelist IPAuthorized IPOnly this IP address is permitted to access the API using this key
    Modified at 2026-03-25 09:26:30
    Next
    Authentication
    Built with