marketing_events.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "marketing_event": [{
  3. "id": 1,
  4. "started_at": "2011-12-31T19:00:00-05:00",
  5. "ended_at": null,
  6. "event_target": "facebook",
  7. "event_type": "post",
  8. "scheduled_to_end_at": null,
  9. "budget": "10.11",
  10. "budget_type": "daily",
  11. "currency": "GBP",
  12. "utm_campaign": "1234567890",
  13. "utm_source": "facebook",
  14. "utm_medium": "facebook-post",
  15. "utm_content": null,
  16. "utm_term": null,
  17. "manage_url": null,
  18. "preview_url": null,
  19. "description": null,
  20. "marketing_channel": "social",
  21. "paid": false,
  22. "referring_domain": "facebook.com",
  23. "breadcrumb_id": null,
  24. "marketed_resources": [
  25. { "type": "product", "id": 1 }
  26. ]
  27. },
  28. {
  29. "id": 2,
  30. "started_at": "2011-12-31T19:00:00-05:00",
  31. "ended_at": null,
  32. "event_target": "facebook",
  33. "event_type": "post",
  34. "scheduled_to_end_at": null,
  35. "budget": "10.11",
  36. "budget_type": "daily",
  37. "currency": "USD",
  38. "utm_campaign": "1234567891",
  39. "utm_source": "facebook",
  40. "utm_medium": "facebook-post",
  41. "utm_content": null,
  42. "utm_term": null,
  43. "manage_url": null,
  44. "preview_url": null,
  45. "description": null,
  46. "marketing_channel": "social",
  47. "paid": false,
  48. "referring_domain": "facebook.com",
  49. "breadcrumb_id": null,
  50. "marketed_resources": [
  51. { "type": "product", "id": 2 }
  52. ]
  53. }]
  54. }