選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

augment_insights.json 3.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "name": "Augment insights",
  3. "children": [
  4. {
  5. "name": "Traffic reporting",
  6. "children": [],
  7. "behaviors": [
  8. {
  9. "name": "cpCode",
  10. "options": {
  11. "value": {
  12. "id": "${env.cpcodeId}",
  13. "name": "${env.cpcodeName}"
  14. }
  15. }
  16. }
  17. ],
  18. "criteria": [],
  19. "criteriaMustSatisfy": "all",
  20. "comments": "Identify your main traffic segments so you can granularly zoom in your traffic statistics like hits, bandwidth, offload, response codes, and errors."
  21. },
  22. {
  23. "name": "mPulse RUM",
  24. "children": [],
  25. "behaviors": [
  26. {
  27. "name": "mPulse",
  28. "options": {
  29. "apiKey": "",
  30. "bufferSize": "",
  31. "configOverride": "",
  32. "enabled": true,
  33. "loaderVersion": "V12",
  34. "requirePci": false,
  35. "titleOptional": ""
  36. }
  37. }
  38. ],
  39. "criteria": [],
  40. "criteriaMustSatisfy": "all",
  41. "comments": "Collect and analyze real-user data to monitor the performance of your website."
  42. },
  43. {
  44. "name": "Geolocation",
  45. "children": [],
  46. "behaviors": [
  47. {
  48. "name": "edgeScape",
  49. "options": {
  50. "enabled": false
  51. }
  52. }
  53. ],
  54. "criteria": [
  55. {
  56. "name": "requestType",
  57. "options": {
  58. "matchOperator": "IS",
  59. "value": "CLIENT_REQ"
  60. }
  61. }
  62. ],
  63. "criteriaMustSatisfy": "all",
  64. "comments": "Receive data about a user's geolocation and connection speed in a request header. If you change cached content based on the values of the X-Akamai-Edgescape request header, contact your account representative."
  65. },
  66. {
  67. "name": "Log delivery",
  68. "children": [],
  69. "behaviors": [
  70. {
  71. "name": "report",
  72. "options": {
  73. "logAcceptLanguage": false,
  74. "logCookies": "OFF",
  75. "logCustomLogField": false,
  76. "logEdgeIP": false,
  77. "logHost": false,
  78. "logReferer": false,
  79. "logUserAgent": false,
  80. "logXForwardedFor": false
  81. }
  82. }
  83. ],
  84. "criteria": [],
  85. "criteriaMustSatisfy": "all",
  86. "comments": "Specify the level of detail you want to be logged in your Log Delivery Service reports. Log User-Agent Header to obtain detailed information in the Traffic by Browser and OS report."
  87. }
  88. ],
  89. "behaviors": [],
  90. "criteria": [],
  91. "criteriaMustSatisfy": "all",
  92. "comments": "Control the settings related to monitoring and reporting. This gives you additional visibility into your traffic and audiences."
  93. }