Urban Outfitters · JSON Structure

Affiliate Api Affiliate Link Structure

A generated affiliate tracking link

Type: object Properties: 3
RetailFashionApparelEcommerceAffiliateMarketplaceFortune 1000

AffiliateLink is a JSON Structure definition published by Urban Outfitters, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

affiliateUrl trackingId targetUrl

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/urban-outfitters/refs/heads/main/json-structure/affiliate-api-affiliate-link-structure.json",
  "name": "AffiliateLink",
  "description": "A generated affiliate tracking link",
  "type": "object",
  "properties": {
    "affiliateUrl": {
      "type": "string",
      "description": "The affiliate tracking URL to use in promotions",
      "example": "https://click.linksynergy.com/link?id=aff-abc123&offerid=788395"
    },
    "trackingId": {
      "type": "string",
      "description": "Unique tracking identifier for this link",
      "example": "track-xyz789"
    },
    "targetUrl": {
      "type": "string",
      "description": "The original target URL being linked",
      "example": "https://www.urbanoutfitters.com/shop/prod-12345"
    }
  }
}