Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. /* <![CDATA[*/
  2. SIMAD_CONFIG = {
  3. "adFree": false,
  4. "adServers": ['SOI'],
  5. "brand": "Prosieben",
  6. "domain": "prosieben.de",
  7. "channel": "home",
  8. "subchannel1": "",
  9. "subchannel2": "",
  10. "subchannel3": "",
  11. "subchannel4": "",
  12. "subchannel5": "",
  13. "breadcrumb": "",
  14. "staticIFrameLocation": "/secure-static/sim.ad/staticiframe.html",
  15. "ads": [{
  16. "id": "popup",
  17. "format": SIMAD.Format.POPUP,
  18. "loading": SIMAD.Loading.INSTREAM,
  19. "active": !PSD.mobileUA() && true
  20. }, {
  21. "id": "fullbanner",
  22. "format": SIMAD.Format.FULLBANNER,
  23. "loading": SIMAD.Loading.INSTREAM,
  24. "active": !PSD.mobileUA() && true
  25. }, {
  26. "id": "rectangle",
  27. "format": SIMAD.Format.RECTANGLE,
  28. "loading": PSD.mobileUA() ? SIMAD.Loading.POSTSTREAM : SIMAD.Loading.INSTREAM,
  29. "active": true,
  30. "placeholder": PSD.mobileUA() ? "mobile_rectangle" : undefined
  31. }, {
  32. "id": "skyscraper",
  33. "format": SIMAD.Format.SKYSCRAPER,
  34. "loading": SIMAD.Loading.INSTREAM,
  35. "active": !PSD.mobileUA() && true
  36. }, {
  37. "id": "performance",
  38. "format": SIMAD.Format.PERFORMANCE1,
  39. "loading": SIMAD.Loading.INSTREAM,
  40. "active": !PSD.mobileUA() && true
  41. }, {
  42. "id": "promo1",
  43. "format": SIMAD.Format.PROMO1,
  44. "loading": SIMAD.Loading.INSTREAM,
  45. "active": !PSD.mobileUA()
  46. }],
  47. "cmsSpecific": {
  48. "marketingCluster": "",
  49. "contentCluster": ""
  50. },
  51. "contentType": SIMAD.ContentType.PAGE,
  52. "dynamicAds": {
  53. "include": "all",
  54. "exceptOf": [SIMAD.Format.HALFPAGE]
  55. },
  56. "adServerSpecific": {
  57. "SOI": {
  58. "domainId": "pro7de",
  59. "siteSpecificJS": "http://ad.71i.de/global_js/Sites/pro7.js"
  60. },
  61. "OAS": {
  62. "domainId": "pro7at"
  63. }
  64. }
  65. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement