{
"network_offer_id": 12345,
"network_id": 1,
"network_advertiser_id": 789,
"network_category_id": 456,
"name": "Premium Subscription Offer",
"offer_status": "active",
"currency_id": "USD",
"destination_url": "https://brand.com/subscribe?tid={transaction_id}",
"preview_url": "https://brand.com/subscribe",
"visibility": "require_approval",
"daily_conversion_cap": 500,
"weekly_conversion_cap": 0,
"monthly_conversion_cap": 10000,
"global_conversion_cap": 0,
"time_created": 1709500000,
"time_saved": 1709500000,
"relationship": {
"labels": {
"total": 2,
"label_entry_list": ["premium", "subscription"]
},
"category": {
"network_category_id": 456,
"name": "E-Commerce"
},
"channels": {
"total": 1,
"channel_entities": [
{
"network_channel_id": 111,
"name": "Web"
}
]
},
"payout_revenue": {
"total": 1,
"payout_revenue_entities": [
{
"network_offer_payout_revenue_id": 222,
"event_type": "conversion",
"payout_type": "fixed",
"payout_value": 25.00,
"payout_currency_id": "USD",
"revenue_type": "fixed",
"revenue_value": 100.00,
"is_default": true,
"must_approve_conversion": false,
"allow_duplicate_conversion": false
}
]
},
"advertiser": {
"network_advertiser_id": 789,
"name": "Brand Corporation"
},
"targeting": {
"geo": {
"countries": ["US", "CA", "GB"]
},
"device_types": ["desktop", "mobile"],
"platforms": ["windows", "ios", "android"]
}
}
}