sample script: eyeota-audience
  • 15 Minutes to read
  • Dark
    Light
  • PDF

sample script: eyeota-audience

  • Dark
    Light
  • PDF

Article summary

sample load and process script for eyeota-audience project

(Note: paths have been removed from this sample script)

[
  {
    "method": "DropProject",
    "deleteFiles": true,
    "project": "eyeota-audience",
    "name": "eyeota-audience"
  },
  {
    "method": "CreateProject",
    "description": "",
    "project": "eyeota-audience",
    "name": "eyeota-audience"
  },
  {
    "method": "OpenProject",
    "project": "eyeota-audience",
    "name": "eyeota-audience"
  },
  {
    "method": "remark",
    "text": "Process raw data files into segment data files",
    "project": "eyeota-audience"
  },
  {
    "method": "ProcessSegments",
    "sourcepath": ".../eyeota-audience",
    "segspath": ".../eyeota-audience/segs",
    "childfolder": "HEMSHA2",
    "reportFile": "%OUTPUT%SegmentProcessReport.json",
    "latestFolders": 15,
    "-note": "latestFolders 1 just loads most recent daily source folder",
    "maxLines": 1500000000,
    "numericFoldersOnly": true,
    "ignoreCompressedFolders": true,
    "finalConvert": true,
    "cleanOnStart": true,
    "sample": false,
    "writekeys": true,
    "description": "Process Eyeota Segments",
    "project": "eyeota-audience"
  },
  {
    "method": "remark",
    "text": "Export Audience Summary Data to File",
    "project": "eyeota-audience"
  },
  {
    "method": ";GetCampaignHistory",
    "filename": "AudienceReport.xlsx",
    "project": "eyeota-audience"
  },
  {
    "method": "remark",
    "text": "Export Audience Summary data to Temp Audience History Table",
    "description": "",
    "project": "eyeota-audience"
  },
  {
    "method": "GetCampaignHistory",
    "targetTable": "DailyLoad",
    "description": "Daily Load Statistics table",
    "project": "eyeota-audience"
  },
  {
    "method": "remark",
    "text": "Load Hash-Key file into Primary Contact Table",
    "project": "eyeota-audience"
  },
  {
    "method": "CreateTableFromFile",
    "action": "LOAD",
    "table": "DATA_EYE_FULL",
    "filename": ".../eyeota-audience/maindatafile.txt",
    "definition": [
      "SHA256|CONTINUOUS|STRING|68",
      "key|CONTINUOUS|INTEGER|"
    ],
    "loading": [
      "SHA256",
      "key"
    ],
    "sample": false,
    "preHeaderSkip": 0,
    "dateFormat": "YYYY-MM-DD",
    "fileFormat": "ASCII8",
    "skipFirstLine": false,
    "delimiter": "TAB",
    "stripCharacter": "",
    "dateTimeFormat": "YYYY-MM-DD HH:MM:SS",
    "project": "eyeota-audience"
  },
  {
    "method": ";Stop",
    "project": "eyeota-audience"
  },
  {
    "method": "remark",
    "text": "Import Audience Definitions from saved file",
    "project": "eyeota-audience"
  },
  {
    "method": ";ImportAudienceDefinitions",
    "filename": "myaudiences.json",
    "project": "eyeota-audience"
  },
  {
    "method": "remark",
    "text": "Load All History Data Files into reporting table",
    "description": "",
    "project": "eyeota-audience"
  },
  {
    "method": "CreateTableFromFile",
    "action": "LOAD",
    "table": "LoadHistory",
    "filename": "%DATAPATH%campaignExports/EyeotaDaily/*",
    "definition": [
      "Id|DISCRETE|INTEGER|BYTE",
      "name|DISCRETE|STRING|BYTE",
      "type|DISCRETE|STRING|BYTE",
      "description|DISCRETE|STRING|BYTE",
      "records|DISCRETE|INTEGER|BYTE",
      "date|DISCRETE|DATE|SHORT",
      "datetime|CONTINUOUS|DATETIME|"
    ],
    "loading": [
      "Id",
      "name",
      "type",
      "description",
      "records",
      "date",
      "datetime"
    ],
    "sample": false,
    "preHeaderSkip": 0,
    "dateFormat": "YYYY-MM-DD",
    "fileFormat": "ASCII8",
    "skipFirstLine": true,
    "delimiter": "TAB",
    "stripCharacter": "",
    "dateTimeFormat": "YYYY-MM-DD HH:MM:SS",
    "project": "eyeota-audience"
  },
  {
    "method": "remark",
    "text": "Create simple reporting",
    "project": "eyeota-audience"
  },
  {
    "method": "AddToCollection",
    "overwrite": true,
    "name": "Segment Type",
    "description": "Profile AudienceReport.type\r\nShowing sum of AudienceReport.records\r\nSorting by Descending Value for Row and Column on Column 0",
    "type": "DJExplorer.FProfileControl",
    "tags": [
      ""
    ],
    "users": [],
    "groups": [],
    "collection": "REPORTS",
    "definition": {
      "version": 2,
      "fields": [
        {
          "type": "field",
          "name": "DailyLoad.type",
          "table": "DailyLoad",
          "valueFilter": []
        }
      ],
      "dataSet": {
        "logic": "or",
        "name": "SubSet",
        "strict": true,
        "set": []
      },
      "function": 1,
      "postFunction": "",
      "measure": "DailyLoad.records",
      "sortMode": 1,
      "sortColumn": -1,
      "sortOn": 0,
      "zscore": false,
      "percentType": 0,
      "limitRows": 0,
      "limitColumns": 0,
      "rowLimitMode": 0,
      "columnLimitMode": 0,
      "showEmptyOrNullRows": false,
      "hideTotals": false,
      "hideNullCategory": false,
      "showNullAsZero": false,
      "favorInteger": false,
      "extendedTotals": false,
      "showEmptyOrNullColumns": false,
      "alwaysShowNull": false,
      "displayPrecision": 2,
      "distinct": "",
      "controlState": {
        "relativeHeight": 0,
        "relativeWidth": 0,
        "displayMode": 2,
        "plotOption": 0,
        "preferredChart": "BarChart",
        "rotation": 0,
        "gridFlip": false,
        "chartFlip": false,
        "plotNull": false,
        "legendLeft": false,
        "heatMapState": 0,
        "useLegend": true,
        "trendColumn": -1,
        "trendColumnName": "",
        "showHeatchartLabels": true,
        "rotateCategoricalLabels": true,
        "axisOnTicks": false,
        "highTickCount": false,
        "pieLabelOnly": false,
        "pieLabelPercent": false,
        "datapointPalette": false,
        "stepLines": false,
        "multiLineAxis": false,
        "horizontalLegend": false,
        "reverseCategoricalAxis": false,
        "radarAreaChart": false,
        "forcedPercentageHeatmap": false,
        "plotRegression": false
      },
      "zoomState": false,
      "xlTemplate": "",
      "xlSheet": "Sheet1",
      "xlOffset": 0,
      "displayControl": "DataGridGraphControl",
      "serializedAPI": {
        "apiCall": {
          "method": "GenProfile",
          "project": "eyeota-incremental",
          "name": "profile",
          "showEmptyOrNullRows": false,
          "hideTotals": false,
          "hideNullCategory": false,
          "showNullAsZero": false,
          "favorInteger": false,
          "showEmptyOrNullColumns": false,
          "alwaysShowNull": false,
          "extendedTotals": false,
          "displayPrecision": 2,
          "profilePercentColumn": false,
          "distinct": "",
          "zscore": false,
          "limitRows": 0,
          "processOrder": 0,
          "modelTimeout": 180000,
          "limitColumns": 0,
          "rowLimitMode": 0,
          "columnLimitMode": 0,
          "sortOn": 0,
          "sortMode": 1,
          "sortColumn": -1,
          "percentType": 0,
          "measures": [
            {
              "name": "sum records",
              "field": {
                "type": "field",
                "name": "DailyLoad.records",
                "table": "DailyLoad",
                "valueFilter": []
              },
              "function": "sum",
              "postFunction": "",
              "countAtTable": "",
              "distinct": "",
              "axis": 0,
              "plot": true,
              "seriesType": "Default",
              "calloutMode": "Default",
              "prefix": ""
            }
          ],
          "fields": [
            {
              "type": "field",
              "name": "DailyLoad.type",
              "table": "DailyLoad",
              "valueFilter": []
            }
          ]
        },
        "apiType": "AGenProfile"
      }
    },
    "isTemp": false,
    "project": "eyeota-audience"
  },
  {
    "method": "AddToCollection",
    "overwrite": true,
    "name": "Segment Dashboard",
    "description": "",
    "type": "DJExplorer.DashBoardExControl",
    "tags": [
      ""
    ],
    "users": [],
    "groups": [],
    "collection": "REPORTS",
    "definition": {
      "version": 2,
      "entries": [
        {
          "row": 0,
          "rowSpan": 2,
          "column": 0,
          "columnSpan": 1,
          "isStatic": false,
          "report": {
            "name": "Historic Segment Type",
            "description": "Profile AudienceReport.type\r\nShowing sum of AudienceReport.records\r\nSorting by Descending Value for Row and Column on Column 0",
            "user": "tmccarthy@datajetsoftware.com",
            "type": "DJExplorer.FProfileControl",
            "def": {
              "version": 2,
              "fields": [
                {
                  "type": "field",
                  "name": "LoadHistory.type",
                  "table": "LoadHistory",
                  "valueFilter": []
                }
              ],
              "dataSet": {
                "logic": "or",
                "name": "SubSet",
                "strict": true,
                "set": []
              },
              "function": 1,
              "postFunction": "",
              "measure": "LoadHistory.records",
              "sortMode": 1,
              "sortColumn": -1,
              "sortOn": 0,
              "zscore": false,
              "percentType": 0,
              "limitRows": 0,
              "limitColumns": 0,
              "rowLimitMode": 0,
              "columnLimitMode": 0,
              "showEmptyOrNullRows": false,
              "hideTotals": false,
              "hideNullCategory": false,
              "showNullAsZero": false,
              "favorInteger": false,
              "extendedTotals": false,
              "showEmptyOrNullColumns": false,
              "alwaysShowNull": false,
              "displayPrecision": 2,
              "distinct": "",
              "controlState": {
                "relativeHeight": 1,
                "relativeWidth": 1,
                "displayMode": 1,
                "plotOption": 0,
                "preferredChart": "BarChart",
                "rotation": 1,
                "gridFlip": false,
                "chartFlip": false,
                "plotNull": false,
                "legendLeft": false,
                "heatMapState": 0,
                "useLegend": true,
                "trendColumn": -1,
                "trendColumnName": "",
                "showHeatchartLabels": true,
                "rotateCategoricalLabels": true,
                "axisOnTicks": false,
                "highTickCount": false,
                "pieLabelOnly": false,
                "pieLabelPercent": false,
                "datapointPalette": false,
                "stepLines": false,
                "multiLineAxis": false,
                "horizontalLegend": false,
                "reverseCategoricalAxis": false,
                "radarAreaChart": false,
                "forcedPercentageHeatmap": false,
                "plotRegression": false
              },
              "zoomState": false,
              "xlTemplate": "",
              "xlSheet": "Sheet1",
              "xlOffset": 0,
              "displayControl": "DataGridGraphControl",
              "serializedAPI": {
                "apiCall": {
                  "method": "GenProfile",
                  "project": "eyeota-incremental",
                  "name": "profile",
                  "showEmptyOrNullRows": false,
                  "hideTotals": false,
                  "hideNullCategory": false,
                  "showNullAsZero": false,
                  "favorInteger": false,
                  "showEmptyOrNullColumns": false,
                  "alwaysShowNull": false,
                  "extendedTotals": false,
                  "displayPrecision": 2,
                  "profilePercentColumn": false,
                  "distinct": "",
                  "zscore": false,
                  "limitRows": 0,
                  "processOrder": 0,
                  "modelTimeout": 180000,
                  "limitColumns": 0,
                  "rowLimitMode": 0,
                  "columnLimitMode": 0,
                  "sortOn": 0,
                  "sortMode": 1,
                  "sortColumn": -1,
                  "percentType": 0,
                  "measures": [
                    {
                      "name": "sum records",
                      "field": {
                        "type": "field",
                        "name": "LoadHistory.records",
                        "table": "LoadHistory",
                        "valueFilter": []
                      },
                      "function": "sum",
                      "postFunction": "",
                      "countAtTable": "",
                      "distinct": "",
                      "axis": 0,
                      "plot": true,
                      "seriesType": "Default",
                      "calloutMode": "Default",
                      "prefix": ""
                    }
                  ],
                  "fields": [
                    {
                      "type": "field",
                      "name": "LoadHistory.type",
                      "table": "LoadHistory",
                      "valueFilter": []
                    }
                  ]
                },
                "apiType": "AGenProfile"
              }
            },
            "tags": [],
            "users": [],
            "groups": []
          },
          "title": "Historic Segment Type",
          "state": {
            "relativeHeight": 1,
            "relativeWidth": 1,
            "displayMode": 1,
            "plotOption": 0,
            "preferredChart": "BarChart",
            "rotation": 1,
            "gridFlip": false,
            "chartFlip": false,
            "plotNull": false,
            "legendLeft": false,
            "heatMapState": 0,
            "useLegend": true,
            "trendColumn": -1,
            "trendColumnName": "",
            "showHeatchartLabels": true,
            "rotateCategoricalLabels": true,
            "axisOnTicks": false,
            "highTickCount": false,
            "pieLabelOnly": false,
            "pieLabelPercent": false,
            "datapointPalette": false,
            "stepLines": false,
            "multiLineAxis": false,
            "horizontalLegend": false,
            "reverseCategoricalAxis": false,
            "radarAreaChart": false,
            "forcedPercentageHeatmap": false,
            "plotRegression": false
          }
        },
        {
          "row": 0,
          "rowSpan": 2,
          "column": 1,
          "columnSpan": 1,
          "isStatic": false,
          "report": {
            "name": "Segment Type",
            "description": "Profile AudienceReport.type\r\nShowing sum of AudienceReport.records\r\nSorting by Descending Value for Row and Column on Column 0",
            "user": "tmccarthy@datajetsoftware.com",
            "type": "DJExplorer.FProfileControl",
            "def": {
              "version": 2,
              "fields": [
                {
                  "type": "field",
                  "name": "DailyLoad.type",
                  "table": "DailyLoad",
                  "valueFilter": []
                }
              ],
              "dataSet": {
                "logic": "or",
                "name": "SubSet",
                "strict": true,
                "set": []
              },
              "function": 1,
              "postFunction": "",
              "measure": "DailyLoad.records",
              "sortMode": 1,
              "sortColumn": -1,
              "sortOn": 0,
              "zscore": false,
              "percentType": 0,
              "limitRows": 0,
              "limitColumns": 0,
              "rowLimitMode": 0,
              "columnLimitMode": 0,
              "showEmptyOrNullRows": false,
              "hideTotals": false,
              "hideNullCategory": false,
              "showNullAsZero": false,
              "favorInteger": false,
              "extendedTotals": false,
              "showEmptyOrNullColumns": false,
              "alwaysShowNull": false,
              "displayPrecision": 2,
              "distinct": "",
              "controlState": {
                "relativeHeight": 1,
                "relativeWidth": 1,
                "displayMode": 1,
                "plotOption": 0,
                "preferredChart": "BarChart",
                "rotation": 0,
                "gridFlip": false,
                "chartFlip": false,
                "plotNull": false,
                "legendLeft": false,
                "heatMapState": 0,
                "useLegend": true,
                "trendColumn": -1,
                "trendColumnName": "",
                "showHeatchartLabels": true,
                "rotateCategoricalLabels": true,
                "axisOnTicks": false,
                "highTickCount": false,
                "pieLabelOnly": false,
                "pieLabelPercent": false,
                "datapointPalette": false,
                "stepLines": false,
                "multiLineAxis": false,
                "horizontalLegend": false,
                "reverseCategoricalAxis": false,
                "radarAreaChart": false,
                "forcedPercentageHeatmap": false,
                "plotRegression": false
              },
              "zoomState": false,
              "xlTemplate": "",
              "xlSheet": "Sheet1",
              "xlOffset": 0,
              "displayControl": "DataGridGraphControl",
              "serializedAPI": {
                "apiCall": {
                  "method": "GenProfile",
                  "project": "eyeota-incremental",
                  "name": "profile",
                  "showEmptyOrNullRows": false,
                  "hideTotals": false,
                  "hideNullCategory": false,
                  "showNullAsZero": false,
                  "favorInteger": false,
                  "showEmptyOrNullColumns": false,
                  "alwaysShowNull": false,
                  "extendedTotals": false,
                  "displayPrecision": 2,
                  "profilePercentColumn": false,
                  "distinct": "",
                  "zscore": false,
                  "limitRows": 0,
                  "processOrder": 0,
                  "modelTimeout": 180000,
                  "limitColumns": 0,
                  "rowLimitMode": 0,
                  "columnLimitMode": 0,
                  "sortOn": 0,
                  "sortMode": 1,
                  "sortColumn": -1,
                  "percentType": 0,
                  "measures": [
                    {
                      "name": "sum records",
                      "field": {
                        "type": "field",
                        "name": "DailyLoad.records",
                        "table": "DailyLoad",
                        "valueFilter": []
                      },
                      "function": "sum",
                      "postFunction": "",
                      "countAtTable": "",
                      "distinct": "",
                      "axis": 0,
                      "plot": true,
                      "seriesType": "Default",
                      "calloutMode": "Default",
                      "prefix": ""
                    }
                  ],
                  "fields": [
                    {
                      "type": "field",
                      "name": "DailyLoad.type",
                      "table": "DailyLoad",
                      "valueFilter": []
                    }
                  ]
                },
                "apiType": "AGenProfile"
              }
            },
            "tags": [],
            "users": [],
            "groups": []
          },
          "title": "Segment Type",
          "state": {
            "relativeHeight": 1,
            "relativeWidth": 1,
            "displayMode": 1,
            "plotOption": 0,
            "preferredChart": "BarChart",
            "rotation": 0,
            "gridFlip": false,
            "chartFlip": false,
            "plotNull": false,
            "legendLeft": false,
            "heatMapState": 0,
            "useLegend": true,
            "trendColumn": -1,
            "trendColumnName": "",
            "showHeatchartLabels": true,
            "rotateCategoricalLabels": true,
            "axisOnTicks": false,
            "highTickCount": false,
            "pieLabelOnly": false,
            "pieLabelPercent": false,
            "datapointPalette": false,
            "stepLines": false,
            "multiLineAxis": false,
            "horizontalLegend": false,
            "reverseCategoricalAxis": false,
            "radarAreaChart": false,
            "forcedPercentageHeatmap": false,
            "plotRegression": false
          }
        }
      ],
      "xlTemplate": "",
      "xlSheet": "Sheet1",
      "xlLocalTemplateFile": "",
      "xlOffset": 0
    },
    "isTemp": false,
    "project": "eyeota-audience"
  },
  {
    "method": "AddToCollection",
    "overwrite": true,
    "name": "Historic Segment Type",
    "description": "Profile AudienceReport.type\r\nShowing sum of AudienceReport.records\r\nSorting by Descending Value for Row and Column on Column 0",
    "type": "DJExplorer.FProfileControl",
    "tags": [
      ""
    ],
    "users": [],
    "groups": [],
    "collection": "REPORTS",
    "definition": {
      "version": 2,
      "fields": [
        {
          "type": "field",
          "name": "LoadHistory.type",
          "table": "LoadHistory",
          "valueFilter": []
        }
      ],
      "dataSet": {
        "logic": "or",
        "name": "SubSet",
        "strict": true,
        "set": []
      },
      "function": 1,
      "postFunction": "",
      "measure": "LoadHistory.records",
      "sortMode": 1,
      "sortColumn": -1,
      "sortOn": 0,
      "zscore": false,
      "percentType": 0,
      "limitRows": 0,
      "limitColumns": 0,
      "rowLimitMode": 0,
      "columnLimitMode": 0,
      "showEmptyOrNullRows": false,
      "hideTotals": false,
      "hideNullCategory": false,
      "showNullAsZero": false,
      "favorInteger": false,
      "extendedTotals": false,
      "showEmptyOrNullColumns": false,
      "alwaysShowNull": false,
      "displayPrecision": 2,
      "distinct": "",
      "controlState": {
        "relativeHeight": 0,
        "relativeWidth": 0,
        "displayMode": 2,
        "plotOption": 0,
        "preferredChart": "BarChart",
        "rotation": 0,
        "gridFlip": false,
        "chartFlip": false,
        "plotNull": false,
        "legendLeft": false,
        "heatMapState": 0,
        "useLegend": true,
        "trendColumn": -1,
        "trendColumnName": "",
        "showHeatchartLabels": true,
        "rotateCategoricalLabels": true,
        "axisOnTicks": false,
        "highTickCount": false,
        "pieLabelOnly": false,
        "pieLabelPercent": false,
        "datapointPalette": false,
        "stepLines": false,
        "multiLineAxis": false,
        "horizontalLegend": false,
        "reverseCategoricalAxis": false,
        "radarAreaChart": false,
        "forcedPercentageHeatmap": false,
        "plotRegression": false
      },
      "zoomState": false,
      "xlTemplate": "",
      "xlSheet": "Sheet1",
      "xlOffset": 0,
      "displayControl": "DataGridGraphControl",
      "serializedAPI": {
        "apiCall": {
          "method": "GenProfile",
          "project": "eyeota-incremental",
          "name": "profile",
          "showEmptyOrNullRows": false,
          "hideTotals": false,
          "hideNullCategory": false,
          "showNullAsZero": false,
          "favorInteger": false,
          "showEmptyOrNullColumns": false,
          "alwaysShowNull": false,
          "extendedTotals": false,
          "displayPrecision": 2,
          "profilePercentColumn": false,
          "distinct": "",
          "zscore": false,
          "limitRows": 0,
          "processOrder": 0,
          "modelTimeout": 180000,
          "limitColumns": 0,
          "rowLimitMode": 0,
          "columnLimitMode": 0,
          "sortOn": 0,
          "sortMode": 1,
          "sortColumn": -1,
          "percentType": 0,
          "measures": [
            {
              "name": "sum records",
              "field": {
                "type": "field",
                "name": "LoadHistory.records",
                "table": "LoadHistory",
                "valueFilter": []
              },
              "function": "sum",
              "postFunction": "",
              "countAtTable": "",
              "distinct": "",
              "axis": 0,
              "plot": true,
              "seriesType": "Default",
              "calloutMode": "Default",
              "prefix": ""
            }
          ],
          "fields": [
            {
              "type": "field",
              "name": "LoadHistory.type",
              "table": "LoadHistory",
              "valueFilter": []
            }
          ]
        },
        "apiType": "AGenProfile"
      }
    },
    "isTemp": false,
    "project": "eyeota-audience"
  },
  {
    "method": "AddToCollection",
    "overwrite": true,
    "name": "Segment Dashboard2",
    "description": "",
    "type": "DJExplorer.DashBoardExControl",
    "tags": [
      ""
    ],
    "users": [],
    "groups": [],
    "collection": "REPORTS",
    "definition": {
      "version": 2,
      "entries": [
        {
          "row": 0,
          "rowSpan": 1,
          "column": 0,
          "columnSpan": 1,
          "isStatic": false,
          "report": {
            "name": "Historic Segment Type",
            "description": "Profile AudienceReport.type\r\nShowing sum of AudienceReport.records\r\nSorting by Descending Value for Row and Column on Column 0",
            "user": "smccarth",
            "type": "DJExplorer.FProfileControl",
            "def": {
              "version": 2,
              "fields": [
                {
                  "type": "field",
                  "name": "LoadHistory.type",
                  "table": "LoadHistory",
                  "valueFilter": []
                }
              ],
              "dataSet": {
                "logic": "or",
                "name": "SubSet",
                "strict": true,
                "set": []
              },
              "function": 1,
              "postFunction": "",
              "measure": "LoadHistory.records",
              "sortMode": 1,
              "sortColumn": -1,
              "sortOn": 0,
              "zscore": false,
              "percentType": 0,
              "limitRows": 0,
              "limitColumns": 0,
              "rowLimitMode": 0,
              "columnLimitMode": 0,
              "showEmptyOrNullRows": false,
              "hideTotals": false,
              "hideNullCategory": false,
              "showNullAsZero": false,
              "favorInteger": false,
              "extendedTotals": false,
              "showEmptyOrNullColumns": false,
              "alwaysShowNull": false,
              "displayPrecision": 2,
              "distinct": "",
              "controlState": {
                "relativeHeight": 1,
                "relativeWidth": 1,
                "displayMode": 1,
                "plotOption": 0,
                "preferredChart": "BarChart",
                "rotation": 1,
                "gridFlip": false,
                "chartFlip": false,
                "plotNull": false,
                "legendLeft": false,
                "heatMapState": 0,
                "useLegend": true,
                "trendColumn": -1,
                "trendColumnName": "",
                "showHeatchartLabels": true,
                "rotateCategoricalLabels": true,
                "axisOnTicks": false,
                "highTickCount": false,
                "pieLabelOnly": false,
                "pieLabelPercent": false,
                "datapointPalette": false,
                "stepLines": false,
                "multiLineAxis": false,
                "horizontalLegend": false,
                "reverseCategoricalAxis": false,
                "radarAreaChart": false,
                "forcedPercentageHeatmap": false,
                "plotRegression": false
              },
              "zoomState": false,
              "xlTemplate": "",
              "xlSheet": "Sheet1",
              "xlOffset": 0,
              "displayControl": "DataGridGraphControl",
              "serializedAPI": {
                "apiCall": {
                  "method": "GenProfile",
                  "project": "eyeota-incremental",
                  "name": "profile",
                  "showEmptyOrNullRows": false,
                  "hideTotals": false,
                  "hideNullCategory": false,
                  "showNullAsZero": false,
                  "favorInteger": false,
                  "showEmptyOrNullColumns": false,
                  "alwaysShowNull": false,
                  "extendedTotals": false,
                  "displayPrecision": 2,
                  "profilePercentColumn": false,
                  "distinct": "",
                  "zscore": false,
                  "limitRows": 0,
                  "processOrder": 0,
                  "modelTimeout": 180000,
                  "limitColumns": 0,
                  "rowLimitMode": 0,
                  "columnLimitMode": 0,
                  "sortOn": 0,
                  "sortMode": 1,
                  "sortColumn": -1,
                  "percentType": 0,
                  "measures": [
                    {
                      "name": "sum records",
                      "field": {
                        "type": "field",
                        "name": "LoadHistory.records",
                        "table": "LoadHistory",
                        "valueFilter": []
                      },
                      "function": "sum",
                      "postFunction": "",
                      "countAtTable": "",
                      "distinct": "",
                      "axis": 0,
                      "plot": true,
                      "seriesType": "Default",
                      "calloutMode": "Default",
                      "prefix": ""
                    }
                  ],
                  "fields": [
                    {
                      "type": "field",
                      "name": "LoadHistory.type",
                      "table": "LoadHistory",
                      "valueFilter": []
                    }
                  ]
                },
                "apiType": "AGenProfile"
              }
            },
            "tags": [],
            "users": [],
            "groups": []
          },
          "title": "Historic Segment Type",
          "state": {
            "relativeHeight": 1,
            "relativeWidth": 1,
            "displayMode": 1,
            "plotOption": 0,
            "preferredChart": "BarChart",
            "rotation": 1,
            "gridFlip": false,
            "chartFlip": false,
            "plotNull": false,
            "legendLeft": false,
            "heatMapState": 0,
            "useLegend": true,
            "trendColumn": -1,
            "trendColumnName": "",
            "showHeatchartLabels": true,
            "rotateCategoricalLabels": true,
            "axisOnTicks": false,
            "highTickCount": false,
            "pieLabelOnly": false,
            "pieLabelPercent": false,
            "datapointPalette": false,
            "stepLines": false,
            "multiLineAxis": false,
            "horizontalLegend": false,
            "reverseCategoricalAxis": false,
            "radarAreaChart": false,
            "forcedPercentageHeatmap": false,
            "plotRegression": false
          }
        },
        {
          "row": 0,
          "rowSpan": 1,
          "column": 1,
          "columnSpan": 1,
          "isStatic": false,
          "report": {
            "name": "Segment Type - Today",
            "description": "Profile AudienceReport.type\r\nShowing sum of AudienceReport.records\r\nSorting by Descending Value for Row and Column on Column 0",
            "user": "smccarth",
            "type": "DJExplorer.FProfileControl",
            "def": {
              "version": 2,
              "fields": [
                {
                  "type": "field",
                  "name": "DailyLoad.type",
                  "table": "DailyLoad",
                  "valueFilter": []
                }
              ],
              "dataSet": {
                "logic": "or",
                "name": "SubSet",
                "strict": true,
                "set": []
              },
              "function": 1,
              "postFunction": "",
              "measure": "DailyLoad.records",
              "sortMode": 1,
              "sortColumn": -1,
              "sortOn": 0,
              "zscore": false,
              "percentType": 0,
              "limitRows": 0,
              "limitColumns": 0,
              "rowLimitMode": 0,
              "columnLimitMode": 0,
              "showEmptyOrNullRows": false,
              "hideTotals": false,
              "hideNullCategory": false,
              "showNullAsZero": false,
              "favorInteger": false,
              "extendedTotals": false,
              "showEmptyOrNullColumns": false,
              "alwaysShowNull": false,
              "displayPrecision": 2,
              "distinct": "",
              "controlState": {
                "relativeHeight": 1,
                "relativeWidth": 1,
                "displayMode": 1,
                "plotOption": 0,
                "preferredChart": "BarChart",
                "rotation": 0,
                "gridFlip": false,
                "chartFlip": false,
                "plotNull": false,
                "legendLeft": false,
                "heatMapState": 0,
                "useLegend": true,
                "trendColumn": -1,
                "trendColumnName": "",
                "showHeatchartLabels": true,
                "rotateCategoricalLabels": true,
                "axisOnTicks": false,
                "highTickCount": false,
                "pieLabelOnly": false,
                "pieLabelPercent": false,
                "datapointPalette": false,
                "stepLines": false,
                "multiLineAxis": false,
                "horizontalLegend": false,
                "reverseCategoricalAxis": false,
                "radarAreaChart": false,
                "forcedPercentageHeatmap": false,
                "plotRegression": false
              },
              "zoomState": false,
              "xlTemplate": "",
              "xlSheet": "Sheet1",
              "xlOffset": 0,
              "displayControl": "DataGridGraphControl",
              "serializedAPI": {
                "apiCall": {
                  "method": "GenProfile",
                  "project": "eyeota-incremental",
                  "name": "profile",
                  "showEmptyOrNullRows": false,
                  "hideTotals": false,
                  "hideNullCategory": false,
                  "showNullAsZero": false,
                  "favorInteger": false,
                  "showEmptyOrNullColumns": false,
                  "alwaysShowNull": false,
                  "extendedTotals": false,
                  "displayPrecision": 2,
                  "profilePercentColumn": false,
                  "distinct": "",
                  "zscore": false,
                  "limitRows": 0,
                  "processOrder": 0,
                  "modelTimeout": 180000,
                  "limitColumns": 0,
                  "rowLimitMode": 0,
                  "columnLimitMode": 0,
                  "sortOn": 0,
                  "sortMode": 1,
                  "sortColumn": -1,
                  "percentType": 0,
                  "measures": [
                    {
                      "name": "sum records",
                      "field": {
                        "type": "field",
                        "name": "DailyLoad.records",
                        "table": "DailyLoad",
                        "valueFilter": []
                      },
                      "function": "sum",
                      "postFunction": "",
                      "countAtTable": "",
                      "distinct": "",
                      "axis": 0,
                      "plot": true,
                      "seriesType": "Default",
                      "calloutMode": "Default",
                      "prefix": ""
                    }
                  ],
                  "fields": [
                    {
                      "type": "field",
                      "name": "DailyLoad.type",
                      "table": "DailyLoad",
                      "valueFilter": []
                    }
                  ]
                },
                "apiType": "AGenProfile"
              }
            },
            "tags": [],
            "users": [],
            "groups": []
          },
          "title": "Segment Type - Today",
          "state": {
            "relativeHeight": 1,
            "relativeWidth": 1,
            "displayMode": 1,
            "plotOption": 0,
            "preferredChart": "BarChart",
            "rotation": 0,
            "gridFlip": false,
            "chartFlip": false,
            "plotNull": false,
            "legendLeft": false,
            "heatMapState": 0,
            "useLegend": true,
            "trendColumn": -1,
            "trendColumnName": "",
            "showHeatchartLabels": true,
            "rotateCategoricalLabels": true,
            "axisOnTicks": false,
            "highTickCount": false,
            "pieLabelOnly": false,
            "pieLabelPercent": false,
            "datapointPalette": false,
            "stepLines": false,
            "multiLineAxis": false,
            "horizontalLegend": false,
            "reverseCategoricalAxis": false,
            "radarAreaChart": false,
            "forcedPercentageHeatmap": false,
            "plotRegression": false
          }
        },
        {
          "row": 1,
          "rowSpan": 1,
          "column": 0,
          "columnSpan": 1,
          "isStatic": false,
          "report": {
            "name": "Records by Date",
            "description": "",
            "user": "smccarth",
            "type": "DJExplorer.FProfileControl",
            "def": {
              "version": 2,
              "fields": [
                {
                  "type": "field",
                  "name": "LoadHistory.date",
                  "table": "LoadHistory",
                  "valueFilter": []
                }
              ],
              "dataSet": {
                "logic": "or",
                "name": "SubSet",
                "strict": true,
                "set": []
              },
              "function": 1,
              "postFunction": "",
              "measure": "LoadHistory.records",
              "sortMode": 0,
              "sortColumn": -1,
              "sortOn": 0,
              "zscore": false,
              "percentType": 0,
              "limitRows": 0,
              "limitColumns": 0,
              "rowLimitMode": 0,
              "columnLimitMode": 0,
              "showEmptyOrNullRows": false,
              "hideTotals": false,
              "hideNullCategory": false,
              "showNullAsZero": false,
              "favorInteger": false,
              "extendedTotals": false,
              "showEmptyOrNullColumns": false,
              "alwaysShowNull": false,
              "displayPrecision": 2,
              "distinct": "",
              "controlState": {
                "relativeHeight": 0,
                "relativeWidth": 0,
                "displayMode": 1,
                "plotOption": 0,
                "preferredChart": "BarChart2",
                "rotation": 0,
                "gridFlip": false,
                "chartFlip": false,
                "plotNull": false,
                "legendLeft": false,
                "heatMapState": 0,
                "useLegend": true,
                "trendColumn": -1,
                "trendColumnName": "",
                "showHeatchartLabels": true,
                "rotateCategoricalLabels": false,
                "axisOnTicks": false,
                "highTickCount": false,
                "pieLabelOnly": false,
                "pieLabelPercent": false,
                "datapointPalette": false,
                "stepLines": false,
                "multiLineAxis": false,
                "horizontalLegend": false,
                "reverseCategoricalAxis": false,
                "radarAreaChart": false,
                "forcedPercentageHeatmap": false,
                "plotRegression": false
              },
              "zoomState": false,
              "xlTemplate": "",
              "xlSheet": "Sheet1",
              "xlOffset": 0,
              "displayControl": "DataGridGraphControl",
              "serializedAPI": {
                "apiCall": {
                  "method": "GenProfile",
                  "project": "eyeota-incremental",
                  "name": "profile",
                  "showEmptyOrNullRows": false,
                  "hideTotals": false,
                  "hideNullCategory": false,
                  "showNullAsZero": false,
                  "favorInteger": false,
                  "showEmptyOrNullColumns": false,
                  "alwaysShowNull": false,
                  "extendedTotals": false,
                  "displayPrecision": 2,
                  "profilePercentColumn": false,
                  "distinct": "",
                  "zscore": false,
                  "limitRows": 0,
                  "processOrder": 0,
                  "modelTimeout": 180000,
                  "limitColumns": 0,
                  "rowLimitMode": 0,
                  "columnLimitMode": 0,
                  "sortOn": 0,
                  "sortMode": 0,
                  "sortColumn": -1,
                  "percentType": 0,
                  "measures": [
                    {
                      "name": "sum records",
                      "field": {
                        "type": "field",
                        "name": "LoadHistory.records",
                        "table": "LoadHistory",
                        "valueFilter": []
                      },
                      "function": "sum",
                      "postFunction": "",
                      "countAtTable": "",
                      "distinct": "",
                      "axis": 0,
                      "plot": true,
                      "seriesType": "Default",
                      "calloutMode": "Default",
                      "prefix": ""
                    }
                  ],
                  "fields": [
                    {
                      "type": "field",
                      "name": "LoadHistory.date",
                      "table": "LoadHistory",
                      "valueFilter": []
                    }
                  ]
                },
                "apiType": "AGenProfile"
              }
            },
            "tags": [],
            "users": [],
            "groups": []
          },
          "title": "Records by Date",
          "state": {
            "relativeHeight": 0,
            "relativeWidth": 0,
            "displayMode": 1,
            "plotOption": 0,
            "preferredChart": "BarChart2",
            "rotation": 0,
            "gridFlip": false,
            "chartFlip": false,
            "plotNull": false,
            "legendLeft": false,
            "heatMapState": 0,
            "useLegend": true,
            "trendColumn": -1,
            "trendColumnName": "",
            "showHeatchartLabels": true,
            "rotateCategoricalLabels": false,
            "axisOnTicks": false,
            "highTickCount": false,
            "pieLabelOnly": false,
            "pieLabelPercent": false,
            "datapointPalette": false,
            "stepLines": false,
            "multiLineAxis": false,
            "horizontalLegend": false,
            "reverseCategoricalAxis": false,
            "radarAreaChart": false,
            "forcedPercentageHeatmap": false,
            "plotRegression": false
          }
        },
        {
          "row": 1,
          "rowSpan": 1,
          "column": 1,
          "columnSpan": 1,
          "isStatic": false,
          "report": {
            "name": "Records by Segment Type",
            "description": "",
            "user": "smccarth",
            "type": "DJExplorer.FProfileControl",
            "def": {
              "version": 2,
              "fields": [
                {
                  "type": "field",
                  "name": "LoadHistory.type",
                  "table": "LoadHistory",
                  "valueFilter": []
                },
                {
                  "type": "field",
                  "name": "LoadHistory.date",
                  "table": "LoadHistory",
                  "valueFilter": []
                }
              ],
              "pivot": "LoadHistory.date",
              "dataSet": {
                "logic": "or",
                "name": "SubSet",
                "strict": true,
                "set": []
              },
              "function": 1,
              "postFunction": "",
              "measure": "LoadHistory.records",
              "sortMode": 0,
              "sortColumn": -1,
              "sortOn": 0,
              "zscore": false,
              "percentType": 0,
              "limitRows": 0,
              "limitColumns": 0,
              "rowLimitMode": 0,
              "columnLimitMode": 0,
              "showEmptyOrNullRows": false,
              "hideTotals": false,
              "hideNullCategory": false,
              "showNullAsZero": false,
              "favorInteger": false,
              "extendedTotals": false,
              "showEmptyOrNullColumns": false,
              "alwaysShowNull": false,
              "displayPrecision": 2,
              "distinct": "",
              "controlState": {
                "relativeHeight": 0,
                "relativeWidth": 0,
                "displayMode": 1,
                "plotOption": 0,
                "preferredChart": "BarChart",
                "rotation": 0,
                "gridFlip": false,
                "chartFlip": false,
                "plotNull": false,
                "legendLeft": false,
                "heatMapState": 0,
                "useLegend": true,
                "trendColumn": -1,
                "trendColumnName": "",
                "showHeatchartLabels": true,
                "rotateCategoricalLabels": true,
                "axisOnTicks": false,
                "highTickCount": false,
                "pieLabelOnly": false,
                "pieLabelPercent": false,
                "datapointPalette": false,
                "stepLines": false,
                "multiLineAxis": false,
                "horizontalLegend": false,
                "reverseCategoricalAxis": false,
                "radarAreaChart": false,
                "forcedPercentageHeatmap": false,
                "plotRegression": false
              },
              "zoomState": false,
              "xlTemplate": "",
              "xlSheet": "Sheet1",
              "xlOffset": 0,
              "displayControl": "DataGridGraphControl",
              "serializedAPI": {
                "apiCall": {
                  "method": "GenProfile",
                  "project": "eyeota-incremental",
                  "name": "profile",
                  "showEmptyOrNullRows": false,
                  "hideTotals": false,
                  "hideNullCategory": false,
                  "showNullAsZero": false,
                  "favorInteger": false,
                  "showEmptyOrNullColumns": false,
                  "alwaysShowNull": false,
                  "extendedTotals": false,
                  "displayPrecision": 2,
                  "profilePercentColumn": false,
                  "distinct": "",
                  "zscore": false,
                  "limitRows": 0,
                  "processOrder": 0,
                  "modelTimeout": 180000,
                  "limitColumns": 0,
                  "rowLimitMode": 0,
                  "columnLimitMode": 0,
                  "sortOn": 0,
                  "sortMode": 0,
                  "sortColumn": -1,
                  "percentType": 0,
                  "pivot": {
                    "type": "field",
                    "name": "LoadHistory.date",
                    "table": "LoadHistory",
                    "valueFilter": []
                  },
                  "measures": [
                    {
                      "name": "sum records",
                      "field": {
                        "type": "field",
                        "name": "LoadHistory.records",
                        "table": "LoadHistory",
                        "valueFilter": []
                      },
                      "function": "sum",
                      "postFunction": "",
                      "countAtTable": "",
                      "distinct": "",
                      "axis": 0,
                      "plot": true,
                      "seriesType": "Default",
                      "calloutMode": "Default",
                      "prefix": ""
                    }
                  ],
                  "fields": [
                    {
                      "type": "field",
                      "name": "LoadHistory.type",
                      "table": "LoadHistory",
                      "valueFilter": []
                    },
                    {
                      "type": "field",
                      "name": "LoadHistory.date",
                      "table": "LoadHistory",
                      "valueFilter": []
                    }
                  ]
                },
                "apiType": "AGenProfile"
              }
            },
            "tags": [],
            "users": [],
            "groups": []
          },
          "title": "Records by Segment Type",
          "state": {
            "relativeHeight": 0,
            "relativeWidth": 0,
            "displayMode": 1,
            "plotOption": 0,
            "preferredChart": "BarChart",
            "rotation": 0,
            "gridFlip": false,
            "chartFlip": false,
            "plotNull": false,
            "legendLeft": false,
            "heatMapState": 0,
            "useLegend": true,
            "trendColumn": -1,
            "trendColumnName": "",
            "showHeatchartLabels": true,
            "rotateCategoricalLabels": true,
            "axisOnTicks": false,
            "highTickCount": false,
            "pieLabelOnly": false,
            "pieLabelPercent": false,
            "datapointPalette": false,
            "stepLines": false,
            "multiLineAxis": false,
            "horizontalLegend": false,
            "reverseCategoricalAxis": false,
            "radarAreaChart": false,
            "forcedPercentageHeatmap": false,
            "plotRegression": false
          }
        }
      ],
      "xlTemplate": "",
      "xlSheet": "Sheet1",
      "xlLocalTemplateFile": "",
      "xlOffset": 0
    },
    "isTemp": false,
    "project": "eyeota-audience"
  }
]



Was this article helpful?