XML and JSON can carry equivalent business information, but their schemas, parsing behavior and partner conventions differ. The platform should isolate those differences from downstream commercial logic.

01

XML feeds

XML remains common in search and affiliate advertising because it supports established schemas and broad partner compatibility. It can also introduce inconsistent nesting and field conventions.

  • Established partner contracts
  • Explicit document structure
  • Schema variation
02

JSON feeds

JSON is compact and natural for API-oriented services, but a JSON response is not automatically standardized. Field names and commercial semantics still require a contract.

03

Normalization as the boundary

Nexus exposes provider feed configuration and affiliate-to-feed mappings. Schema conversion, parser behavior and response compatibility must be confirmed for each partner integration; they should not be inferred from the presence of an XML or JSON URL.

Product accuracy

This guide describes Nexus product architecture and general AdTech operating concepts. Exact enforcement and integration behavior depends on the enabled revenue engine and agreed deployment configuration.