July 17 2025 Changelog

API Change Log

Sandbox

ADDED Enhanced Advertiser Attributes Reporting

The Advertiser Attributes insight report has been enhanced to provide comprehensive visibility into advertiser-level data, organization details, advertiser access and approved brand details

  • Use the POST /api/v1/snapshot/insight endpoint and set the insightType
    Pass "advertiserAttributesV2" in the insightType request parameter.
    Object
    request parameter to "advertiserAttributesV2". See documentation for more details.
  • Use GET/api/v1/snapshot with the generated snapshot ID to retrieve the Advertiser Attributes V2 report.
    The response includes:
    • Advertiser details including advertiserID, advertiserName, advertiserType and accountSpendLimitReached
    • Seller information including sellerId and sellerName
    • Approved brand names via the approvedBrandNames New! object
    • Granular access of the advertiser via the advertiserAccessNew! object
    • Organization identifiers including organizationIdNew! and organizationNameNew!
    See documentation for more details.