GET /v1/advertiser/updated

NOTE: This method is not accessible to users on Starter Plan API keys. Please contact us if you want premium access to our service

HTTP Method: GET

Path: /v1/advertiser/updated

Authentication: API Key required

Description: Get a list of advertiser entities that have been updated since a given point in time

Parameters:

parameter type description Required
from_date date The date from which advertiser updates are required (format is yyyy-mm-dd )  Yes
country  string The ISO country code of the territory for which updates are requested  Yes

 

Sample Responses:

 

{
    "success": true,
    "msg": "ok",
    "data": [
        "379236599742464",
        "379236602822656",
        "379236603973632",
        "379236604043264",
        "379236630413312",
        "379236639928320",
        "379236641792000",
        "379236642349056",
        "379236648165376",
        "379236653772800",
        "379236654952448",
        "380354187309056",
        "417405845164032"
    ]
}

Docs Navigation