{
  "baserow_template_version": 1,
  "name": "Growth Experiments",
  "icon": "iconoir-user-scan",
  "keywords": [
    "growth experiment",
    "growth metrics",
    "growth markers",
    "startup",
    "experiment tracker",
    "promotions",
    "customer acquisition",
    "market experiments",
    "product marketing",
    "marketing"
  ],
  "categories": [
    "Content Marketing",
    "Professional",
    "Startup",
    "Finance"
  ],
  "export": [
    {
      "id": 31300,
      "name": "Growth Experiments",
      "order": 1,
      "type": "database",
      "tables": [
        {
          "id": 73040,
          "name": "Experiments",
          "order": 1,
          "fields": [
            {
              "id": 437600,
              "type": "text",
              "name": "Title",
              "order": 0,
              "primary": true,
              "text_default": ""
            },
            {
              "id": 437601,
              "type": "link_row",
              "name": "Partnered with",
              "order": 1,
              "primary": false,
              "link_row_table_id": 73043,
              "link_row_related_field_id": 437624
            },
            {
              "id": 437602,
              "type": "text",
              "name": "Description",
              "order": 2,
              "primary": false,
              "text_default": ""
            },
            {
              "id": 437625,
              "type": "date",
              "name": "Start date",
              "order": 3,
              "primary": false,
              "date_format": "ISO",
              "date_include_time": true,
              "date_time_format": "24"
            },
            {
              "id": 437626,
              "type": "date",
              "name": "End date",
              "order": 4,
              "primary": false,
              "date_format": "ISO",
              "date_include_time": true,
              "date_time_format": "24"
            },
            {
              "id": 437627,
              "type": "formula",
              "name": "Duration",
              "order": 5,
              "primary": false,
              "error": null,
              "date_format": null,
              "date_include_time": null,
              "date_time_format": null,
              "number_decimal_places": null,
              "array_formula_type": null,
              "formula": "totext(field('End date')-field('Start date'))",
              "formula_type": "text"
            },
            {
              "id": 438871,
              "type": "link_row",
              "name": "Participating customers",
              "order": 6,
              "primary": false,
              "link_row_table_id": 73039,
              "link_row_related_field_id": 438872
            },
            {
              "id": 438873,
              "type": "text",
              "name": "Promotion code",
              "order": 7,
              "primary": false,
              "text_default": ""
            },
            {
              "id": 438887,
              "type": "number",
              "name": "Discount amount per user",
              "order": 8,
              "primary": false,
              "number_decimal_places": 2,
              "number_negative": false
            },
            {
              "id": 439055,
              "type": "single_select",
              "name": "Type",
              "order": 9,
              "primary": false,
              "select_options": [
                {
                  "id": 137690,
                  "value": "Referral",
                  "color": "light-gray",
                  "order": 0
                },
                {
                  "id": 137691,
                  "value": "Promotion",
                  "color": "blue",
                  "order": 1
                },
                {
                  "id": 137692,
                  "value": "Content delivery",
                  "color": "green",
                  "order": 2
                },
                {
                  "id": 137693,
                  "value": "Event",
                  "color": "light-red",
                  "order": 3
                },
                {
                  "id": 137694,
                  "value": "New content",
                  "color": "orange",
                  "order": 4
                }
              ]
            },
            {
              "id": 439202,
              "type": "formula",
              "name": "Number of new customers",
              "order": 10,
              "primary": false,
              "error": null,
              "date_format": null,
              "date_include_time": null,
              "date_time_format": null,
              "number_decimal_places": 0,
              "array_formula_type": null,
              "formula": "sum(if((lookup('Participating customers','Is an active customer'))= true,1,0))",
              "formula_type": "number"
            },
            {
              "id": 439203,
              "type": "formula",
              "name": "Total customer engagement",
              "order": 11,
              "primary": false,
              "error": null,
              "date_format": null,
              "date_include_time": null,
              "date_time_format": null,
              "number_decimal_places": 0,
              "array_formula_type": null,
              "formula": "count(field('Participating customers'))",
              "formula_type": "number"
            },
            {
              "id": 439204,
              "type": "link_row",
              "name": "Quarter",
              "order": 12,
              "primary": false,
              "link_row_table_id": 73041,
              "link_row_related_field_id": 437604
            },
            {
              "id": 439205,
              "type": "formula",
              "name": "Total amount spent",
              "order": 13,
              "primary": false,
              "error": null,
              "date_format": null,
              "date_include_time": null,
              "date_time_format": null,
              "number_decimal_places": 2,
              "array_formula_type": null,
              "formula": "if(field('Discount amount per user')>0,(field('Discount amount per user')*count(field('Participating customers'))),0)",
              "formula_type": "number"
            },
            {
              "id": 439413,
              "type": "formula",
              "name": "Subscription revenue",
              "order": 14,
              "primary": false,
              "error": null,
              "date_format": null,
              "date_include_time": null,
              "date_time_format": null,
              "number_decimal_places": 2,
              "array_formula_type": null,
              "formula": "sum(lookup('Participating customers','Monthly recurring charges')*3)",
              "formula_type": "number"
            }
          ],
          "views": [
            {
              "id": 94319,
              "type": "grid",
              "name": "All experiments",
              "order": 1,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [],
              "sortings": [
                {
                  "id": 20695,
                  "field_id": 437625,
                  "order": "ASC"
                }
              ],
              "decorations": [],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 552016,
                  "field_id": 437600,
                  "width": 232,
                  "hidden": false,
                  "order": 14,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 552014,
                  "field_id": 437601,
                  "width": 217,
                  "hidden": false,
                  "order": 2,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 552015,
                  "field_id": 437602,
                  "width": 169,
                  "hidden": false,
                  "order": 3,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 552038,
                  "field_id": 437625,
                  "width": 183,
                  "hidden": false,
                  "order": 4,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 552039,
                  "field_id": 437626,
                  "width": 169,
                  "hidden": false,
                  "order": 5,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 552040,
                  "field_id": 437627,
                  "width": 130,
                  "hidden": false,
                  "order": 6,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 553568,
                  "field_id": 438871,
                  "width": 212,
                  "hidden": false,
                  "order": 7,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 553569,
                  "field_id": 438873,
                  "width": 161,
                  "hidden": false,
                  "order": 1,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 553851,
                  "field_id": 438887,
                  "width": 222,
                  "hidden": false,
                  "order": 8,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 553922,
                  "field_id": 439055,
                  "width": 160,
                  "hidden": false,
                  "order": 0,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 554214,
                  "field_id": 439202,
                  "width": 224,
                  "hidden": false,
                  "order": 10,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 554215,
                  "field_id": 439203,
                  "width": 240,
                  "hidden": false,
                  "order": 11,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 554219,
                  "field_id": 439204,
                  "width": 140,
                  "hidden": false,
                  "order": 13,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 554220,
                  "field_id": 439205,
                  "width": 186,
                  "hidden": false,
                  "order": 9,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 554464,
                  "field_id": 439413,
                  "width": 195,
                  "hidden": true,
                  "order": 12,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            },
            {
              "id": 98636,
              "type": "grid",
              "name": "Ongoing",
              "order": 2,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [
                {
                  "id": 33470,
                  "field_id": 437626,
                  "type": "empty",
                  "value": ""
                }
              ],
              "sortings": [
                {
                  "id": 22151,
                  "field_id": 437625,
                  "order": "ASC"
                }
              ],
              "decorations": [],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 584199,
                  "field_id": 437600,
                  "width": 200,
                  "hidden": false,
                  "order": 12,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 584200,
                  "field_id": 437601,
                  "width": 281,
                  "hidden": false,
                  "order": 2,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 584201,
                  "field_id": 437602,
                  "width": 226,
                  "hidden": false,
                  "order": 3,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 584202,
                  "field_id": 437625,
                  "width": 162,
                  "hidden": false,
                  "order": 4,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 584203,
                  "field_id": 437626,
                  "width": 200,
                  "hidden": true,
                  "order": 13,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 584204,
                  "field_id": 437627,
                  "width": 200,
                  "hidden": true,
                  "order": 14,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 584205,
                  "field_id": 438871,
                  "width": 282,
                  "hidden": false,
                  "order": 5,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 584206,
                  "field_id": 438873,
                  "width": 161,
                  "hidden": false,
                  "order": 1,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 584207,
                  "field_id": 438887,
                  "width": 222,
                  "hidden": false,
                  "order": 6,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 584208,
                  "field_id": 439055,
                  "width": 143,
                  "hidden": false,
                  "order": 0,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 584209,
                  "field_id": 439202,
                  "width": 226,
                  "hidden": false,
                  "order": 8,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 584210,
                  "field_id": 439203,
                  "width": 246,
                  "hidden": false,
                  "order": 9,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 584211,
                  "field_id": 439204,
                  "width": 200,
                  "hidden": false,
                  "order": 11,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 584212,
                  "field_id": 439205,
                  "width": 182,
                  "hidden": false,
                  "order": 7,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 584213,
                  "field_id": 439413,
                  "width": 192,
                  "hidden": false,
                  "order": 10,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            },
            {
              "id": 98637,
              "type": "grid",
              "name": "High engagement",
              "order": 3,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [
                {
                  "id": 33471,
                  "field_id": 439203,
                  "type": "higher_than",
                  "value": "4"
                }
              ],
              "sortings": [
                {
                  "id": 22152,
                  "field_id": 439203,
                  "order": "DESC"
                }
              ],
              "decorations": [],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 584214,
                  "field_id": 437600,
                  "width": 243,
                  "hidden": false,
                  "order": 14,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 584215,
                  "field_id": 437601,
                  "width": 200,
                  "hidden": false,
                  "order": 2,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 584216,
                  "field_id": 437602,
                  "width": 200,
                  "hidden": false,
                  "order": 3,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 584217,
                  "field_id": 437625,
                  "width": 206,
                  "hidden": false,
                  "order": 4,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 584218,
                  "field_id": 437626,
                  "width": 167,
                  "hidden": false,
                  "order": 5,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 584219,
                  "field_id": 437627,
                  "width": 124,
                  "hidden": false,
                  "order": 6,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 584220,
                  "field_id": 438871,
                  "width": 375,
                  "hidden": false,
                  "order": 7,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 584221,
                  "field_id": 438873,
                  "width": 166,
                  "hidden": false,
                  "order": 1,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 584222,
                  "field_id": 438887,
                  "width": 227,
                  "hidden": false,
                  "order": 8,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 584223,
                  "field_id": 439055,
                  "width": 141,
                  "hidden": false,
                  "order": 0,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 584224,
                  "field_id": 439202,
                  "width": 227,
                  "hidden": false,
                  "order": 10,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 584225,
                  "field_id": 439203,
                  "width": 238,
                  "hidden": false,
                  "order": 11,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 584226,
                  "field_id": 439204,
                  "width": 117,
                  "hidden": false,
                  "order": 12,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 584227,
                  "field_id": 439205,
                  "width": 187,
                  "hidden": false,
                  "order": 9,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 584228,
                  "field_id": 439413,
                  "width": 200,
                  "hidden": true,
                  "order": 13,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            },
            {
              "id": 98650,
              "type": "kanban",
              "name": "By type",
              "order": 4,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [],
              "sortings": [],
              "decorations": [],
              "single_select_field_id": 439055,
              "field_options": [
                {
                  "id": 7375,
                  "field_id": 437600,
                  "hidden": false,
                  "order": 32767
                },
                {
                  "id": 7376,
                  "field_id": 437601,
                  "hidden": true,
                  "order": 32767
                },
                {
                  "id": 7377,
                  "field_id": 437602,
                  "hidden": false,
                  "order": 32767
                },
                {
                  "id": 7378,
                  "field_id": 437625,
                  "hidden": false,
                  "order": 32767
                },
                {
                  "id": 7379,
                  "field_id": 437626,
                  "hidden": true,
                  "order": 32767
                },
                {
                  "id": 7380,
                  "field_id": 437627,
                  "hidden": false,
                  "order": 32767
                },
                {
                  "id": 7381,
                  "field_id": 438871,
                  "hidden": true,
                  "order": 32767
                },
                {
                  "id": 7382,
                  "field_id": 438873,
                  "hidden": false,
                  "order": 32767
                },
                {
                  "id": 7383,
                  "field_id": 438887,
                  "hidden": false,
                  "order": 32767
                },
                {
                  "id": 7384,
                  "field_id": 439055,
                  "hidden": true,
                  "order": 32767
                },
                {
                  "id": 7385,
                  "field_id": 439202,
                  "hidden": false,
                  "order": 32767
                },
                {
                  "id": 7386,
                  "field_id": 439203,
                  "hidden": false,
                  "order": 32767
                },
                {
                  "id": 7387,
                  "field_id": 439204,
                  "hidden": false,
                  "order": 32767
                },
                {
                  "id": 7388,
                  "field_id": 439205,
                  "hidden": false,
                  "order": 32767
                },
                {
                  "id": 7389,
                  "field_id": 439413,
                  "hidden": true,
                  "order": 32767
                }
              ]
            },
            {
              "id": 95236,
              "type": "form",
              "name": "New experiment",
              "order": 5,
              "public": false,
              "title": "New growth experiment",
              "description": "",
              "cover_image": null,
              "logo_image": {
                "name": "EBbbcwm0VYlLMxmYLa0G9ug0UlweN698_b855150219a318b922ca1946482ffdfdeb47a8edb2be99dccc11f2acc3dae524.jpg",
                "original_name": "beakers-for-science-with-water.jpg"
              },
              "submit_text": "Submit",
              "submit_action": "MESSAGE",
              "submit_action_message": "The growth experiment has been added to the list.",
              "submit_action_redirect_url": "",
              "field_options": [
                {
                  "id": 29106,
                  "field_id": 437600,
                  "name": "Experiment title",
                  "description": "",
                  "enabled": true,
                  "required": true,
                  "order": 0
                },
                {
                  "id": 29115,
                  "field_id": 439055,
                  "name": "Type of experiment",
                  "description": "",
                  "enabled": true,
                  "required": true,
                  "order": 1
                },
                {
                  "id": 29108,
                  "field_id": 437602,
                  "name": "",
                  "description": "",
                  "enabled": true,
                  "required": true,
                  "order": 2
                },
                {
                  "id": 29109,
                  "field_id": 437625,
                  "name": "",
                  "description": "",
                  "enabled": true,
                  "required": true,
                  "order": 3
                },
                {
                  "id": 29110,
                  "field_id": 437626,
                  "name": "",
                  "description": "",
                  "enabled": true,
                  "required": true,
                  "order": 4
                },
                {
                  "id": 29107,
                  "field_id": 437601,
                  "name": "",
                  "description": "",
                  "enabled": true,
                  "required": false,
                  "order": 5
                },
                {
                  "id": 29112,
                  "field_id": 438871,
                  "name": "",
                  "description": "",
                  "enabled": false,
                  "required": true,
                  "order": 6
                },
                {
                  "id": 29113,
                  "field_id": 438873,
                  "name": "Suggested promotion code",
                  "description": "",
                  "enabled": true,
                  "required": false,
                  "order": 7
                },
                {
                  "id": 29114,
                  "field_id": 438887,
                  "name": "",
                  "description": "",
                  "enabled": true,
                  "required": true,
                  "order": 8
                },
                {
                  "id": 29118,
                  "field_id": 439204,
                  "name": "",
                  "description": "",
                  "enabled": true,
                  "required": true,
                  "order": 9
                },
                {
                  "id": 29111,
                  "field_id": 437627,
                  "name": "",
                  "description": "",
                  "enabled": false,
                  "required": true,
                  "order": 10
                },
                {
                  "id": 29116,
                  "field_id": 439202,
                  "name": "",
                  "description": "",
                  "enabled": false,
                  "required": true,
                  "order": 11
                },
                {
                  "id": 29117,
                  "field_id": 439203,
                  "name": "",
                  "description": "",
                  "enabled": false,
                  "required": true,
                  "order": 12
                },
                {
                  "id": 29119,
                  "field_id": 439205,
                  "name": "",
                  "description": "",
                  "enabled": false,
                  "required": true,
                  "order": 13
                },
                {
                  "id": 29120,
                  "field_id": 439413,
                  "name": "",
                  "description": "",
                  "enabled": false,
                  "required": true,
                  "order": 14
                }
              ]
            }
          ],
          "rows": [
            {
              "id": 1,
              "order": "1.00000000000000000000",
              "created_on": "2022-06-13T20:24:08.887364+00:00",
              "updated_on": "2022-06-14T19:19:19.915442+00:00",
              "field_437600": "THT Referral",
              "field_437601": [
                1
              ],
              "field_437602": "Using the referral code, users get a month free.",
              "field_437625": "2021-12-10T00:00:00+00:00",
              "field_437626": "2023-05-19T00:00:00+00:00",
              "field_437627": null,
              "field_438871": [
                1
              ],
              "field_438873": "THT20",
              "field_438887": "45.50",
              "field_439055": 137690,
              "field_439202": null,
              "field_439203": null,
              "field_439204": [
                5
              ],
              "field_439205": null,
              "field_439413": null
            },
            {
              "id": 2,
              "order": "2.00000000000000000000",
              "created_on": "2022-06-13T20:24:08.890002+00:00",
              "updated_on": "2022-06-14T19:16:04.989810+00:00",
              "field_437600": "Free 30 Day Trial",
              "field_437601": [],
              "field_437602": "Allows users to sign up and use services for 30 days without paying.",
              "field_437625": "2021-06-30T00:00:00+00:00",
              "field_437626": "2021-08-01T00:00:00+00:00",
              "field_437627": null,
              "field_438871": [
                2,
                5
              ],
              "field_438873": "30DAYALLTHEWAY",
              "field_438887": "250.00",
              "field_439055": 137691,
              "field_439202": null,
              "field_439203": null,
              "field_439204": [
                3
              ],
              "field_439205": null,
              "field_439413": null
            },
            {
              "id": 3,
              "order": "3.00000000000000000000",
              "created_on": "2022-06-13T20:36:47.082417+00:00",
              "updated_on": "2022-06-14T19:16:02.674824+00:00",
              "field_437600": "PRNJ referral",
              "field_437601": [
                2
              ],
              "field_437602": "Using the referral code, users get a month free.",
              "field_437625": "2021-05-01T00:00:00+00:00",
              "field_437626": "2021-08-01T00:00:00+00:00",
              "field_437627": null,
              "field_438871": [
                10
              ],
              "field_438873": "PRNJ20",
              "field_438887": "45.50",
              "field_439055": 137690,
              "field_439202": null,
              "field_439203": null,
              "field_439204": [
                3
              ],
              "field_439205": null,
              "field_439413": null
            },
            {
              "id": 4,
              "order": "4.00000000000000000000",
              "created_on": "2022-06-13T20:37:25.396027+00:00",
              "updated_on": "2022-06-14T19:14:57.946762+00:00",
              "field_437600": "Free Pack",
              "field_437601": [],
              "field_437602": "If you join as a new customer during the promotion window, you get free swag shipped to you.",
              "field_437625": "2021-01-01T00:00:00+00:00",
              "field_437626": "2021-12-31T00:00:00+00:00",
              "field_437627": null,
              "field_438871": [
                9,
                5,
                10
              ],
              "field_438873": "LEARN4FREE",
              "field_438887": "3.50",
              "field_439055": 137691,
              "field_439202": null,
              "field_439203": null,
              "field_439204": [
                2
              ],
              "field_439205": null,
              "field_439413": null
            },
            {
              "id": 5,
              "order": "5.00000000000000000000",
              "created_on": "2022-06-14T13:22:49.099767+00:00",
              "updated_on": "2022-06-14T19:14:54.192895+00:00",
              "field_437600": "10% Off Credential Exam",
              "field_437601": [],
              "field_437602": "If you've used the platform 25 out of 30 days in a row, we will reimburse you 10% for the certification exam your courses are preparing you for.",
              "field_437625": "2020-05-29T00:00:00+00:00",
              "field_437626": "2021-03-28T00:00:00+00:00",
              "field_437627": null,
              "field_438871": [
                6,
                8
              ],
              "field_438873": "10OFFCRED",
              "field_438887": "50.00",
              "field_439055": 137691,
              "field_439202": null,
              "field_439203": null,
              "field_439204": [
                2
              ],
              "field_439205": null,
              "field_439413": null
            },
            {
              "id": 6,
              "order": "6.00000000000000000000",
              "created_on": "2022-06-14T13:45:18.058072+00:00",
              "updated_on": "2022-06-23T13:29:23.105007+00:00",
              "field_437600": "LIVE Collaboration: THT and PRNJ",
              "field_437601": [
                1,
                2
              ],
              "field_437602": "A collaboration run with two guest organizations to talk about different jobs the subscription content will prepare you for.",
              "field_437625": "2021-04-01T12:00:00+00:00",
              "field_437626": "2021-04-01T15:00:00+00:00",
              "field_437627": null,
              "field_438871": [
                4,
                7,
                9,
                10,
                1,
                2,
                6
              ],
              "field_438873": "",
              "field_438887": "0.00",
              "field_439055": 137693,
              "field_439202": null,
              "field_439203": null,
              "field_439204": [
                3
              ],
              "field_439205": null,
              "field_439413": null
            },
            {
              "id": 7,
              "order": "7.00000000000000000000",
              "created_on": "2022-06-14T13:48:20.609620+00:00",
              "updated_on": "2022-06-14T19:19:46.478557+00:00",
              "field_437600": "New Content- Science Application",
              "field_437601": [],
              "field_437602": "Three new courses added to teach about the integration of technology and applied sciences.",
              "field_437625": "2022-03-10T00:00:00+00:00",
              "field_437626": null,
              "field_437627": null,
              "field_438871": [
                9,
                7,
                13,
                12
              ],
              "field_438873": "",
              "field_438887": "0.00",
              "field_439055": 137694,
              "field_439202": null,
              "field_439203": null,
              "field_439204": [
                6
              ],
              "field_439205": null,
              "field_439413": null
            },
            {
              "id": 8,
              "order": "8.00000000000000000000",
              "created_on": "2022-06-14T14:20:22.359530+00:00",
              "updated_on": "2022-06-14T19:19:04.388983+00:00",
              "field_437600": "Repurposing Blog Content",
              "field_437601": [],
              "field_437602": "A focus on reinvigorating older blog posts and taking pieces of the blog posts to use on social media or in other domains.",
              "field_437625": "2021-11-09T00:00:00+00:00",
              "field_437626": null,
              "field_437627": null,
              "field_438871": [],
              "field_438873": "",
              "field_438887": "0.00",
              "field_439055": 137692,
              "field_439202": null,
              "field_439203": null,
              "field_439204": [
                5
              ],
              "field_439205": null,
              "field_439413": null
            },
            {
              "id": 9,
              "order": "9.00000000000000000000",
              "created_on": "2022-06-14T14:23:43.244649+00:00",
              "updated_on": "2022-06-14T19:19:23.385013+00:00",
              "field_437600": "Social Sharing Links",
              "field_437601": [],
              "field_437602": "Begin incorporating social sharing links within content already being delivered.",
              "field_437625": "2022-01-08T00:00:00+00:00",
              "field_437626": null,
              "field_437627": null,
              "field_438871": [],
              "field_438873": "",
              "field_438887": "0.00",
              "field_439055": 137692,
              "field_439202": null,
              "field_439203": null,
              "field_439204": [
                6
              ],
              "field_439205": null,
              "field_439413": null
            },
            {
              "id": 10,
              "order": "10.00000000000000000000",
              "created_on": "2022-06-14T14:25:32.278123+00:00",
              "updated_on": "2022-06-23T14:06:29.597486+00:00",
              "field_437600": "Connect Industry Experts - MJW",
              "field_437601": [
                3
              ],
              "field_437602": "Connect with Mary June Walker to brainstorm ideas or ask advice, and turn the main points of the discussion into a bog post.",
              "field_437625": "2021-09-13T08:00:00+00:00",
              "field_437626": "2021-09-13T11:00:00+00:00",
              "field_437627": null,
              "field_438871": [
                6,
                2,
                1,
                8,
                10
              ],
              "field_438873": "",
              "field_438887": "0.00",
              "field_439055": 137694,
              "field_439202": null,
              "field_439203": null,
              "field_439204": [
                5
              ],
              "field_439205": null,
              "field_439413": null
            },
            {
              "id": 12,
              "order": "12.00000000000000000000",
              "created_on": "2022-06-14T14:33:59.791420+00:00",
              "updated_on": "2022-06-14T19:19:02.066671+00:00",
              "field_437600": "Illustrate Progress - Courses",
              "field_437601": [],
              "field_437602": "Adding a visual to indicate how far the customer is in the specific course they are going through.",
              "field_437625": "2021-10-02T00:00:00+00:00",
              "field_437626": null,
              "field_437627": null,
              "field_438871": [
                6,
                9,
                15,
                5
              ],
              "field_438873": "",
              "field_438887": "0.00",
              "field_439055": 137692,
              "field_439202": null,
              "field_439203": null,
              "field_439204": [
                5
              ],
              "field_439205": null,
              "field_439413": null
            },
            {
              "id": 13,
              "order": "13.00000000000000000000",
              "created_on": "2022-06-14T14:34:41.432772+00:00",
              "updated_on": "2022-06-14T19:16:20.591058+00:00",
              "field_437600": "KMG Referral",
              "field_437601": [
                4
              ],
              "field_437602": "Using the referral code, users get a month free.",
              "field_437625": "2021-08-29T00:00:00+00:00",
              "field_437626": null,
              "field_437627": null,
              "field_438871": [
                16
              ],
              "field_438873": "KMG20",
              "field_438887": "45.50",
              "field_439055": 137690,
              "field_439202": null,
              "field_439203": null,
              "field_439204": [
                4
              ],
              "field_439205": null,
              "field_439413": null
            },
            {
              "id": 14,
              "order": "14.00000000000000000000",
              "created_on": "2022-06-14T14:36:42.438213+00:00",
              "updated_on": "2022-06-14T19:17:52.497973+00:00",
              "field_437600": "Ask Me Anything - KMG",
              "field_437601": [
                4
              ],
              "field_437602": "Live \"AMA\" event where users get to ask the guest specific questions about their area of expertise.",
              "field_437625": "2020-05-22T00:00:00+00:00",
              "field_437626": null,
              "field_437627": null,
              "field_438871": [
                1,
                7,
                9,
                3
              ],
              "field_438873": "",
              "field_438887": "0.00",
              "field_439055": 137693,
              "field_439202": null,
              "field_439203": null,
              "field_439204": [
                1
              ],
              "field_439205": null,
              "field_439413": null
            },
            {
              "id": 15,
              "order": "15.00000000000000000000",
              "created_on": "2022-06-14T14:39:21.705054+00:00",
              "updated_on": "2022-06-14T19:15:11.213792+00:00",
              "field_437600": "Ask Me Anything - JM",
              "field_437601": [
                5
              ],
              "field_437602": "Live \"AMA\" event where users get to ask the guest specific questions about their area of expertise.",
              "field_437625": "2021-01-23T00:00:00+00:00",
              "field_437626": null,
              "field_437627": null,
              "field_438871": [
                6,
                8,
                1,
                10
              ],
              "field_438873": "",
              "field_438887": "0.00",
              "field_439055": 137693,
              "field_439202": null,
              "field_439203": null,
              "field_439204": [
                2
              ],
              "field_439205": null,
              "field_439413": null
            },
            {
              "id": 16,
              "order": "16.00000000000000000000",
              "created_on": "2022-06-14T16:30:27.982648+00:00",
              "updated_on": "2022-06-23T13:29:58.609093+00:00",
              "field_437600": "Ask Me Anything - FL",
              "field_437601": [
                6
              ],
              "field_437602": "Live \"AMA\" event where users get to ask the guest specific questions about their area of expertise.",
              "field_437625": "2022-02-10T09:00:00+00:00",
              "field_437626": "2022-02-10T12:00:00+00:00",
              "field_437627": null,
              "field_438871": [
                4,
                1,
                8,
                10,
                12,
                15,
                13
              ],
              "field_438873": "",
              "field_438887": "0.00",
              "field_439055": 137693,
              "field_439202": null,
              "field_439203": null,
              "field_439204": [
                6
              ],
              "field_439205": null,
              "field_439413": null
            },
            {
              "id": 17,
              "order": "17.00000000000000000000",
              "created_on": "2022-06-14T16:32:53.312654+00:00",
              "updated_on": "2022-06-23T13:30:24.683221+00:00",
              "field_437600": "Live Collaboration: OMM and JP",
              "field_437601": [
                8,
                9
              ],
              "field_437602": "A collaboration run with two guest organizations to talk about different jobs the subscription content will prepare you for.",
              "field_437625": "2021-06-30T11:00:00+00:00",
              "field_437626": "2021-06-30T14:00:00+00:00",
              "field_437627": null,
              "field_438871": [
                8,
                11,
                12,
                13,
                14
              ],
              "field_438873": "",
              "field_438887": "0.00",
              "field_439055": 137693,
              "field_439202": null,
              "field_439203": null,
              "field_439204": [
                3
              ],
              "field_439205": null,
              "field_439413": null
            },
            {
              "id": 19,
              "order": "18.00000000000000000000",
              "created_on": "2022-06-14T16:37:33.477785+00:00",
              "updated_on": "2022-06-14T19:19:25.805326+00:00",
              "field_437600": "Free Sandboxes Created",
              "field_437601": [],
              "field_437602": "Sandoxes to test out some of the skills learned are offered free of charge for subscription customers.",
              "field_437625": "2022-02-10T00:00:00+00:00",
              "field_437626": null,
              "field_437627": null,
              "field_438871": [
                1,
                3,
                7,
                10,
                5,
                6,
                13,
                15,
                12
              ],
              "field_438873": "",
              "field_438887": "3.00",
              "field_439055": 137692,
              "field_439202": null,
              "field_439203": null,
              "field_439204": [
                6
              ],
              "field_439205": null,
              "field_439413": null
            }
          ]
        },
        {
          "id": 73039,
          "name": "Customers",
          "order": 2,
          "fields": [
            {
              "id": 437597,
              "type": "text",
              "name": "Name",
              "order": 0,
              "primary": true,
              "text_default": ""
            },
            {
              "id": 437598,
              "type": "email",
              "name": "Email",
              "order": 1,
              "primary": false
            },
            {
              "id": 437618,
              "type": "phone_number",
              "name": "Phone number",
              "order": 3,
              "primary": false
            },
            {
              "id": 438858,
              "type": "boolean",
              "name": "Is an active customer",
              "order": 4,
              "primary": false
            },
            {
              "id": 438861,
              "type": "number",
              "name": "Monthly recurring charges",
              "order": 5,
              "primary": false,
              "number_decimal_places": 2,
              "number_negative": false
            },
            {
              "id": 438872,
              "type": "link_row",
              "name": "Experiment participation",
              "order": 7,
              "primary": false,
              "link_row_table_id": 73040,
              "link_row_related_field_id": 438871
            },
            {
              "id": 441548,
              "type": "created_on",
              "name": "Member since",
              "order": 8,
              "primary": false,
              "date_format": "ISO",
              "date_include_time": false,
              "date_time_format": "24",
              "timezone": "America/Chicago"
            },
            {
              "id": 455378,
              "type": "formula",
              "name": "Number of experiments involved with",
              "order": 9,
              "primary": false,
              "error": null,
              "date_format": null,
              "date_include_time": null,
              "date_time_format": null,
              "number_decimal_places": 0,
              "array_formula_type": null,
              "formula": "count(field('Experiment participation'))",
              "formula_type": "number"
            }
          ],
          "views": [
            {
              "id": 94318,
              "type": "grid",
              "name": "All customers",
              "order": 1,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [],
              "sortings": [
                {
                  "id": 20867,
                  "field_id": 437597,
                  "order": "ASC"
                }
              ],
              "decorations": [],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 552013,
                  "field_id": 437597,
                  "width": 145,
                  "hidden": false,
                  "order": 6,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 552011,
                  "field_id": 437598,
                  "width": 171,
                  "hidden": false,
                  "order": 0,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 552023,
                  "field_id": 437618,
                  "width": 152,
                  "hidden": false,
                  "order": 1,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 553553,
                  "field_id": 438858,
                  "width": 191,
                  "hidden": false,
                  "order": 2,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 553555,
                  "field_id": 438861,
                  "width": 221,
                  "hidden": false,
                  "order": 3,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 553567,
                  "field_id": 438872,
                  "width": 366,
                  "hidden": false,
                  "order": 5,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 560648,
                  "field_id": 441548,
                  "width": 153,
                  "hidden": false,
                  "order": 4,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 577432,
                  "field_id": 455378,
                  "width": 290,
                  "hidden": false,
                  "order": 32767,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            },
            {
              "id": 95237,
              "type": "grid",
              "name": "New customers",
              "order": 2,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [
                {
                  "id": 31328,
                  "field_id": 438858,
                  "type": "boolean",
                  "value": ""
                }
              ],
              "sortings": [
                {
                  "id": 20889,
                  "field_id": 437597,
                  "order": "ASC"
                }
              ],
              "decorations": [],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 560776,
                  "field_id": 437597,
                  "width": 147,
                  "hidden": false,
                  "order": 4,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 560777,
                  "field_id": 437598,
                  "width": 200,
                  "hidden": false,
                  "order": 0,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 560778,
                  "field_id": 437618,
                  "width": 168,
                  "hidden": false,
                  "order": 1,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 560779,
                  "field_id": 438858,
                  "width": 200,
                  "hidden": true,
                  "order": 5,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 560780,
                  "field_id": 438861,
                  "width": 227,
                  "hidden": true,
                  "order": 6,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 560781,
                  "field_id": 438872,
                  "width": 239,
                  "hidden": false,
                  "order": 3,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 560782,
                  "field_id": 441548,
                  "width": 155,
                  "hidden": false,
                  "order": 2,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 584344,
                  "field_id": 455378,
                  "width": 200,
                  "hidden": false,
                  "order": 32767,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            },
            {
              "id": 98599,
              "type": "grid",
              "name": "Active subscribers",
              "order": 3,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [
                {
                  "id": 33468,
                  "field_id": 438858,
                  "type": "boolean",
                  "value": "1"
                },
                {
                  "id": 33469,
                  "field_id": 438861,
                  "type": "not_empty",
                  "value": ""
                }
              ],
              "sortings": [
                {
                  "id": 22150,
                  "field_id": 437597,
                  "order": "ASC"
                }
              ],
              "decorations": [],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 583942,
                  "field_id": 437597,
                  "width": 158,
                  "hidden": false,
                  "order": 7,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 583943,
                  "field_id": 437598,
                  "width": 181,
                  "hidden": false,
                  "order": 0,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 583944,
                  "field_id": 437618,
                  "width": 161,
                  "hidden": false,
                  "order": 1,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 583945,
                  "field_id": 438858,
                  "width": 191,
                  "hidden": false,
                  "order": 2,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 583946,
                  "field_id": 438861,
                  "width": 226,
                  "hidden": false,
                  "order": 3,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 583947,
                  "field_id": 438872,
                  "width": 253,
                  "hidden": false,
                  "order": 5,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 583948,
                  "field_id": 441548,
                  "width": 158,
                  "hidden": false,
                  "order": 4,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 583949,
                  "field_id": 455378,
                  "width": 292,
                  "hidden": false,
                  "order": 6,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            },
            {
              "id": 95232,
              "type": "form",
              "name": "New customer form",
              "order": 4,
              "public": false,
              "title": "New customer form",
              "description": "",
              "cover_image": null,
              "logo_image": {
                "name": "LEmyQFLszJtLkJWdKZtgJaOeQ5TBzLyb_a1382497defe53509aeab0c24fe8420b980f2f59e4303680b3b550b907001c21.jpg",
                "original_name": "working-at-night.jpg"
              },
              "submit_text": "Submit",
              "submit_action": "MESSAGE",
              "submit_action_message": "New customer has been added to the list!",
              "submit_action_redirect_url": "",
              "field_options": [
                {
                  "id": 29069,
                  "field_id": 437597,
                  "name": "",
                  "description": "",
                  "enabled": true,
                  "required": true,
                  "order": 32767
                },
                {
                  "id": 29070,
                  "field_id": 437598,
                  "name": "",
                  "description": "",
                  "enabled": true,
                  "required": true,
                  "order": 32767
                },
                {
                  "id": 29071,
                  "field_id": 437618,
                  "name": "",
                  "description": "",
                  "enabled": true,
                  "required": true,
                  "order": 32767
                },
                {
                  "id": 29072,
                  "field_id": 438858,
                  "name": "",
                  "description": "(Signs on at least once every month)",
                  "enabled": true,
                  "required": true,
                  "order": 32767
                },
                {
                  "id": 29073,
                  "field_id": 438861,
                  "name": "",
                  "description": "",
                  "enabled": true,
                  "required": true,
                  "order": 32767
                },
                {
                  "id": 29074,
                  "field_id": 438872,
                  "name": "Expressed interest in growth experiments",
                  "description": "",
                  "enabled": true,
                  "required": true,
                  "order": 32767
                },
                {
                  "id": 29075,
                  "field_id": 441548,
                  "name": "",
                  "description": "",
                  "enabled": false,
                  "required": true,
                  "order": 32767
                },
                {
                  "id": 31673,
                  "field_id": 455378,
                  "name": "",
                  "description": "",
                  "enabled": false,
                  "required": true,
                  "order": 32767
                }
              ]
            }
          ],
          "rows": [
            {
              "id": 1,
              "order": "1.00000000000000000000",
              "created_on": "2022-06-13T20:23:57.262962+00:00",
              "updated_on": "2022-06-14T16:59:07.057625+00:00",
              "field_437597": "Eryn Burn",
              "field_437598": "eburn@gmail.com",
              "field_437618": "(469) 520-5035",
              "field_438858": "true",
              "field_438861": "250.00",
              "field_438872": [
                1,
                14,
                15,
                6,
                10,
                19,
                16
              ],
              "field_441548": null,
              "field_455378": null
            },
            {
              "id": 2,
              "order": "2.00000000000000000000",
              "created_on": "2022-06-13T20:23:57.265239+00:00",
              "updated_on": "2022-06-14T16:59:11.542915+00:00",
              "field_437597": "Neve Vaughan",
              "field_437598": "nvaughan@yahoo.com",
              "field_437618": "(270) 782-2102",
              "field_438858": "true",
              "field_438861": "130.99",
              "field_438872": [
                2,
                6,
                10
              ],
              "field_441548": null,
              "field_455378": null
            },
            {
              "id": 3,
              "order": "3.00000000000000000000",
              "created_on": "2022-06-14T14:43:02.029320+00:00",
              "updated_on": "2022-06-14T16:39:10.819024+00:00",
              "field_437597": "Glenda Gibson",
              "field_437598": "ggibson@sbcglobal.net",
              "field_437618": "(352) 522-0383",
              "field_438858": "false",
              "field_438861": null,
              "field_438872": [
                14,
                19
              ],
              "field_441548": null,
              "field_455378": null
            },
            {
              "id": 4,
              "order": "4.00000000000000000000",
              "created_on": "2022-06-14T14:43:08.251169+00:00",
              "updated_on": "2022-06-14T16:59:19.881420+00:00",
              "field_437597": "Eadie Colon",
              "field_437598": "ecolon@outlook.com",
              "field_437618": "(409) 670-9168",
              "field_438858": "true",
              "field_438861": "130.99",
              "field_438872": [
                6,
                16
              ],
              "field_441548": null,
              "field_455378": null
            },
            {
              "id": 5,
              "order": "5.00000000000000000000",
              "created_on": "2022-06-14T14:43:09.642873+00:00",
              "updated_on": "2022-06-14T16:59:14.278775+00:00",
              "field_437597": "Aviana Xiong",
              "field_437598": "axiong@yahoo.com",
              "field_437618": "(814) 489-3551",
              "field_438858": "true",
              "field_438861": "250.00",
              "field_438872": [
                4,
                2,
                12,
                19
              ],
              "field_441548": null,
              "field_455378": null
            },
            {
              "id": 6,
              "order": "6.00000000000000000000",
              "created_on": "2022-06-14T14:43:19.519405+00:00",
              "updated_on": "2022-06-14T16:39:22.418924+00:00",
              "field_437597": "Pia Cote",
              "field_437598": "pcote@yahoo.com",
              "field_437618": "(662) 837-3559",
              "field_438858": "false",
              "field_438861": null,
              "field_438872": [
                5,
                15,
                6,
                10,
                12,
                19
              ],
              "field_441548": null,
              "field_455378": null
            },
            {
              "id": 7,
              "order": "7.00000000000000000000",
              "created_on": "2022-06-14T14:43:28.270796+00:00",
              "updated_on": "2022-06-14T16:59:22.579313+00:00",
              "field_437597": "Arlo Bowes",
              "field_437598": "abowes@protonmail.com",
              "field_437618": "(434) 352-2124",
              "field_438858": "true",
              "field_438861": "130.99",
              "field_438872": [
                14,
                6,
                19,
                7
              ],
              "field_441548": null,
              "field_455378": null
            },
            {
              "id": 8,
              "order": "8.00000000000000000000",
              "created_on": "2022-06-14T14:43:30.121657+00:00",
              "updated_on": "2022-06-14T16:39:28.545249+00:00",
              "field_437597": "Sohaib Emerson",
              "field_437598": "aemerson@gmail.com",
              "field_437618": "(608) 325-6843",
              "field_438858": "false",
              "field_438861": null,
              "field_438872": [
                5,
                15,
                17,
                10,
                16
              ],
              "field_441548": null,
              "field_455378": null
            },
            {
              "id": 9,
              "order": "9.00000000000000000000",
              "created_on": "2022-06-14T14:43:41.283121+00:00",
              "updated_on": "2022-06-14T16:39:32.200041+00:00",
              "field_437597": "Hettie Humphries",
              "field_437598": "hhumphries@aol.com",
              "field_437618": "(931) 243-4450",
              "field_438858": "false",
              "field_438861": null,
              "field_438872": [
                14,
                4,
                6,
                12,
                7
              ],
              "field_441548": null,
              "field_455378": null
            },
            {
              "id": 10,
              "order": "10.00000000000000000000",
              "created_on": "2022-06-14T14:43:50.768166+00:00",
              "updated_on": "2022-06-14T16:59:21.173213+00:00",
              "field_437597": "Zunairah Calhoun",
              "field_437598": "zcalhoun@gmail.com",
              "field_437618": "(321) 383-8145",
              "field_438858": "true",
              "field_438861": "130.99",
              "field_438872": [
                4,
                15,
                6,
                3,
                10,
                19,
                16
              ],
              "field_441548": null,
              "field_455378": null
            },
            {
              "id": 11,
              "order": "11.00000000000000000000",
              "created_on": "2022-06-14T14:43:57.058834+00:00",
              "updated_on": "2022-06-14T16:39:48.611112+00:00",
              "field_437597": "Dominik Shah",
              "field_437598": "dshah@yahoo.com",
              "field_437618": "(931) 243-4666",
              "field_438858": "false",
              "field_438861": null,
              "field_438872": [
                17
              ],
              "field_441548": null,
              "field_455378": null
            },
            {
              "id": 12,
              "order": "12.00000000000000000000",
              "created_on": "2022-06-14T14:44:33.453584+00:00",
              "updated_on": "2022-06-14T16:39:48.857091+00:00",
              "field_437597": "Lemar Cruz",
              "field_437598": "lcruz@outlook.com",
              "field_437618": "(313) 406-3360",
              "field_438858": "false",
              "field_438861": null,
              "field_438872": [
                17,
                19,
                7,
                16
              ],
              "field_441548": null,
              "field_455378": null
            },
            {
              "id": 13,
              "order": "13.00000000000000000000",
              "created_on": "2022-06-14T14:44:44.248143+00:00",
              "updated_on": "2022-06-14T16:39:54.497922+00:00",
              "field_437597": "Leyla Galindo",
              "field_437598": "lgalindo@microsoft.com",
              "field_437618": "(609) 298-2517",
              "field_438858": "false",
              "field_438861": null,
              "field_438872": [
                17,
                19,
                7,
                16
              ],
              "field_441548": null,
              "field_455378": null
            },
            {
              "id": 14,
              "order": "14.00000000000000000000",
              "created_on": "2022-06-14T14:44:49.393033+00:00",
              "updated_on": "2022-06-14T16:59:15.886486+00:00",
              "field_437597": "Shaurya Mackay",
              "field_437598": "smackay@outlook.com",
              "field_437618": "(843) 577-6550",
              "field_438858": "true",
              "field_438861": "250.00",
              "field_438872": [
                17
              ],
              "field_441548": null,
              "field_455378": null
            },
            {
              "id": 15,
              "order": "15.00000000000000000000",
              "created_on": "2022-06-14T14:44:59.743048+00:00",
              "updated_on": "2022-06-14T16:40:04.830290+00:00",
              "field_437597": "Hamzah Webber",
              "field_437598": "hwebber@aim.com",
              "field_437618": "(931) 670-0788",
              "field_438858": "false",
              "field_438861": null,
              "field_438872": [
                12,
                19,
                16
              ],
              "field_441548": null,
              "field_455378": null
            },
            {
              "id": 16,
              "order": "16.00000000000000000000",
              "created_on": "2022-06-14T14:45:17.070976+00:00",
              "updated_on": "2022-06-14T17:00:08.814979+00:00",
              "field_437597": "India Strong",
              "field_437598": "istrong@yahoo.com",
              "field_437618": "(660) 683-5633",
              "field_438858": "true",
              "field_438861": "142.89",
              "field_438872": [
                13
              ],
              "field_441548": null,
              "field_455378": null
            }
          ]
        },
        {
          "id": 73043,
          "name": "Partners",
          "order": 3,
          "fields": [
            {
              "id": 437621,
              "type": "text",
              "name": "Name",
              "order": 0,
              "primary": true,
              "text_default": ""
            },
            {
              "id": 437622,
              "type": "text",
              "name": "Description",
              "order": 1,
              "primary": false,
              "text_default": ""
            },
            {
              "id": 437623,
              "type": "email",
              "name": "Organization email",
              "order": 2,
              "primary": false
            },
            {
              "id": 437624,
              "type": "link_row",
              "name": "Related experiments",
              "order": 3,
              "primary": false,
              "link_row_table_id": 73040,
              "link_row_related_field_id": 437601
            },
            {
              "id": 438874,
              "type": "phone_number",
              "name": "Phone number",
              "order": 4,
              "primary": false
            },
            {
              "id": 439200,
              "type": "file",
              "name": "Photo",
              "order": 5,
              "primary": false
            },
            {
              "id": 441555,
              "type": "formula",
              "name": "Frequency involved",
              "order": 6,
              "primary": false,
              "error": null,
              "date_format": null,
              "date_include_time": null,
              "date_time_format": null,
              "number_decimal_places": 0,
              "array_formula_type": null,
              "formula": "count(field('Related experiments'))",
              "formula_type": "number"
            }
          ],
          "views": [
            {
              "id": 94322,
              "type": "grid",
              "name": "All partners",
              "order": 1,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [
                {
                  "id": 32802,
                  "field_id": 437621,
                  "type": "equal",
                  "value": ""
                }
              ],
              "sortings": [
                {
                  "id": 20705,
                  "field_id": 437621,
                  "order": "ASC"
                }
              ],
              "decorations": [
                {
                  "id": 190,
                  "type": "background_color",
                  "value_provider_type": "conditional_color",
                  "value_provider_conf": {
                    "colors": [
                      {
                        "color": "light-green",
                        "filters": [
                          {
                            "id": "56109885-7e72-4466-af83-6ad21e17ad71",
                            "type": "higher_than",
                            "field": 441555,
                            "value": "1"
                          }
                        ],
                        "operator": "AND",
                        "id": "80f2a156-134a-4867-9c34-98e571216b14"
                      }
                    ]
                  },
                  "order": 1
                }
              ],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 552037,
                  "field_id": 437621,
                  "width": 171,
                  "hidden": false,
                  "order": 5,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 552035,
                  "field_id": 437622,
                  "width": 400,
                  "hidden": false,
                  "order": 1,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 552036,
                  "field_id": 437623,
                  "width": 268,
                  "hidden": false,
                  "order": 2,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 553566,
                  "field_id": 437624,
                  "width": 272,
                  "hidden": false,
                  "order": 4,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 553570,
                  "field_id": 438874,
                  "width": 161,
                  "hidden": false,
                  "order": 3,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 554175,
                  "field_id": 439200,
                  "width": 104,
                  "hidden": false,
                  "order": 0,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 560655,
                  "field_id": 441555,
                  "width": 187,
                  "hidden": false,
                  "order": 32767,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            },
            {
              "id": 98645,
              "type": "grid",
              "name": "Repeat partners",
              "order": 2,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [
                {
                  "id": 33473,
                  "field_id": 441555,
                  "type": "higher_than",
                  "value": "1"
                }
              ],
              "sortings": [
                {
                  "id": 22153,
                  "field_id": 441555,
                  "order": "DESC"
                },
                {
                  "id": 22154,
                  "field_id": 437621,
                  "order": "ASC"
                }
              ],
              "decorations": [],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 584258,
                  "field_id": 437621,
                  "width": 173,
                  "hidden": false,
                  "order": 6,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 584259,
                  "field_id": 437622,
                  "width": 200,
                  "hidden": false,
                  "order": 1,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 584260,
                  "field_id": 437623,
                  "width": 200,
                  "hidden": false,
                  "order": 2,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 584261,
                  "field_id": 437624,
                  "width": 200,
                  "hidden": false,
                  "order": 4,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 584262,
                  "field_id": 438874,
                  "width": 172,
                  "hidden": false,
                  "order": 3,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 584263,
                  "field_id": 439200,
                  "width": 104,
                  "hidden": false,
                  "order": 0,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 584264,
                  "field_id": 441555,
                  "width": 200,
                  "hidden": false,
                  "order": 5,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            },
            {
              "id": 94708,
              "type": "gallery",
              "name": "Partners gallery",
              "order": 3,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [],
              "sortings": [
                {
                  "id": 20706,
                  "field_id": 437621,
                  "order": "ASC"
                }
              ],
              "decorations": [],
              "card_cover_image_field_id": 439200,
              "field_options": [
                {
                  "id": 14714,
                  "field_id": 437621,
                  "hidden": false,
                  "order": 32767
                },
                {
                  "id": 14715,
                  "field_id": 437622,
                  "hidden": false,
                  "order": 32767
                },
                {
                  "id": 14716,
                  "field_id": 437623,
                  "hidden": false,
                  "order": 32767
                },
                {
                  "id": 14717,
                  "field_id": 437624,
                  "hidden": false,
                  "order": 32767
                },
                {
                  "id": 14718,
                  "field_id": 438874,
                  "hidden": false,
                  "order": 32767
                },
                {
                  "id": 14719,
                  "field_id": 439200,
                  "hidden": true,
                  "order": 32767
                },
                {
                  "id": 16646,
                  "field_id": 441555,
                  "hidden": true,
                  "order": 32767
                }
              ]
            },
            {
              "id": 95213,
              "type": "form",
              "name": "New partner",
              "order": 4,
              "public": false,
              "title": "Add a new partner!",
              "description": "",
              "cover_image": null,
              "logo_image": {
                "name": "A5zIyB423LpDlZFQl9neiEnh0rNcOI50_0569b09f9b2ab795642cefafd52953119c18ba512cf972da0cda05f3391aaad5.jpg",
                "original_name": "business-women-shaking-hands.jpg"
              },
              "submit_text": "Submit",
              "submit_action": "MESSAGE",
              "submit_action_message": "New partner added!",
              "submit_action_redirect_url": "",
              "field_options": [
                {
                  "id": 29062,
                  "field_id": 437621,
                  "name": "Partner's name",
                  "description": "",
                  "enabled": true,
                  "required": true,
                  "order": 0
                },
                {
                  "id": 29063,
                  "field_id": 437622,
                  "name": "",
                  "description": "",
                  "enabled": true,
                  "required": true,
                  "order": 1
                },
                {
                  "id": 29066,
                  "field_id": 438874,
                  "name": "",
                  "description": "",
                  "enabled": true,
                  "required": true,
                  "order": 2
                },
                {
                  "id": 29064,
                  "field_id": 437623,
                  "name": "",
                  "description": "",
                  "enabled": true,
                  "required": true,
                  "order": 3
                },
                {
                  "id": 29065,
                  "field_id": 437624,
                  "name": "",
                  "description": "",
                  "enabled": true,
                  "required": false,
                  "order": 4
                },
                {
                  "id": 29067,
                  "field_id": 439200,
                  "name": "",
                  "description": "",
                  "enabled": false,
                  "required": true,
                  "order": 5
                },
                {
                  "id": 29068,
                  "field_id": 441555,
                  "name": "",
                  "description": "",
                  "enabled": false,
                  "required": true,
                  "order": 6
                }
              ]
            }
          ],
          "rows": [
            {
              "id": 1,
              "order": "1.00000000000000000000",
              "created_on": "2022-06-13T20:31:00.283870+00:00",
              "updated_on": "2022-06-14T16:44:44.771727+00:00",
              "field_437621": "Three Hawks Teachings",
              "field_437622": "A group of 3 certified teachers that participate in events aimed at helping educate the general public.",
              "field_437623": "tht@threehawksteachings.com",
              "field_437624": [
                1,
                6
              ],
              "field_438874": "(208) 265-0127",
              "field_439200": [
                {
                  "name": "38kBczksUkpXhzRll5pwQ6fewtmOgnJy_9fe3ed8aa52732ec82e674c409926adfab3c45569a9ace61325211c7704b9023.jpeg",
                  "visible_name": "person4.jpeg",
                  "original_name": "person4.jpeg"
                },
                {
                  "name": "ueL8sZtTmINVueiU1KMcLi0LOMYNegeB_f04017d158b0ca7d16a63dfbcffee9dbbe6763f89d00816edf777346b244af41.jpeg",
                  "visible_name": "w3.jpeg",
                  "original_name": "w3.jpeg"
                },
                {
                  "name": "tVhv1kIS6eKBEksgvqxk5Fp2ka22Td9o_520c2a728f24ab5d722226c2055a481dae05ac18e522ca7f1c08c56a7d912d5e.jpeg",
                  "visible_name": "woman6.jpeg",
                  "original_name": "woman6.jpeg"
                }
              ],
              "field_441555": null
            },
            {
              "id": 2,
              "order": "2.00000000000000000000",
              "created_on": "2022-06-13T20:31:00.286604+00:00",
              "updated_on": "2022-06-14T16:44:11.789846+00:00",
              "field_437621": "PRNJ Educators",
              "field_437622": "Two independent professors that support organizations that put out content for the public to learn from in order to land a job.",
              "field_437623": "Prnjeducators@prnj.com",
              "field_437624": [
                3,
                6
              ],
              "field_438874": "(573) 835-2585",
              "field_439200": [
                {
                  "name": "xVXdZvTqFOYTE73Zg94vgzy89h3O0YSv_b12895668f6a26b304904d6ecc4a99a5c16fff4f2cfb0fea97a0d216849f6863.jpeg",
                  "visible_name": "m3.jpeg",
                  "original_name": "m3.jpeg"
                },
                {
                  "name": "hgAZvHxcZmPQCk8VWraDBmqYGM0wxwwz_7bdfe8b821daa5a82ad577f6292685c938531d6e469661b1d1f6f2bcccedc5f7.jpeg",
                  "visible_name": "m1.jpeg",
                  "original_name": "m1.jpeg"
                }
              ],
              "field_441555": null
            },
            {
              "id": 3,
              "order": "3.00000000000000000000",
              "created_on": "2022-06-14T14:25:56.688386+00:00",
              "updated_on": "2022-06-14T16:43:20.700282+00:00",
              "field_437621": "Mary June Walker",
              "field_437622": "A well established marketing and sales expert that interact with companies to provide advice for free.",
              "field_437623": "maryjune@maryjunewalker.com",
              "field_437624": [
                10
              ],
              "field_438874": "(608) 423-3827",
              "field_439200": [
                {
                  "name": "0BNn6Ec5AmVAeA97f5Is0l2KMsYWyP86_a381454eaf580863768bc79efe24aa0f986ac133e5a22db17ac6e62b7dc24afb.jpg",
                  "visible_name": "pp1(1).jpg",
                  "original_name": "pp1(1).jpg"
                }
              ],
              "field_441555": null
            },
            {
              "id": 4,
              "order": "4.00000000000000000000",
              "created_on": "2022-06-14T14:35:02.182253+00:00",
              "updated_on": "2022-06-14T16:42:52.103388+00:00",
              "field_437621": "Kingston M. Gurgens",
              "field_437622": "A popular social media content creater that focuses on educating people interested in IT.",
              "field_437623": "kingstongurgens@kingstongurgens.com",
              "field_437624": [
                13,
                14
              ],
              "field_438874": "(413) 568-2489",
              "field_439200": [
                {
                  "name": "kpAT4VILBsL9BO6VsTc5yCCA7q7UzhOS_ad50291435e9c521c8e35918b66bff4fa287df7c628e9683e37f63f531aec82d.jpg",
                  "visible_name": "avatar-8778de636dfdd04eddd38cf4443db83c(1).jpg",
                  "original_name": "avatar-8778de636dfdd04eddd38cf4443db83c(1).jpg"
                }
              ],
              "field_441555": null
            },
            {
              "id": 5,
              "order": "5.00000000000000000000",
              "created_on": "2022-06-14T14:38:40.435157+00:00",
              "updated_on": "2022-06-14T16:42:33.220556+00:00",
              "field_437621": "Jakobie Martin",
              "field_437622": "A professor of computer science interested in educating students.",
              "field_437623": "jmartin@jakobiemartin.com",
              "field_437624": [
                15
              ],
              "field_438874": "(207) 636-1278",
              "field_439200": [
                {
                  "name": "BTe0fN4xIGVPmOAlFjJ6dEDYgZxfgvEh_99b8de2373b6d45ed8a8999ef84c59d260ad18a0a9fc1d1c8cbc1cd524d0f84d.jpeg",
                  "visible_name": "man 8.jpeg",
                  "original_name": "man 8.jpeg"
                }
              ],
              "field_441555": null
            },
            {
              "id": 6,
              "order": "6.00000000000000000000",
              "created_on": "2022-06-14T14:44:00.805769+00:00",
              "updated_on": "2022-06-14T16:42:21.578861+00:00",
              "field_437621": "Finnlay Lara",
              "field_437622": "A public figure representing STEM that partners with local organizations.",
              "field_437623": "flara@finnlaylara.com",
              "field_437624": [
                16
              ],
              "field_438874": "(847) 838-6930",
              "field_439200": [
                {
                  "name": "Y8VSRQpiJglnnMEwJ2cwE2T6lGLDvd0V_02319e2d4f2165ee991bf29f732a5ff1c9616115c221a4be3ccad22876d8a43f.jpg",
                  "visible_name": "pp3(1).jpg",
                  "original_name": "pp3(1).jpg"
                }
              ],
              "field_441555": null
            },
            {
              "id": 8,
              "order": "8.00000000000000000000",
              "created_on": "2022-06-14T14:44:19.944742+00:00",
              "updated_on": "2022-06-26T17:31:29.642035+00:00",
              "field_437621": "Olivia-Mae McNally",
              "field_437622": "A partner of a competing educating platform.",
              "field_437623": "olivia@mcnally.com",
              "field_437624": [
                17
              ],
              "field_438874": "(812) 784-4863",
              "field_439200": [
                {
                  "name": "1VdgLjYZ9HMWvqWai6tWua8c1HXGAXeH_afac12f9463dd6e920c00aaf5cbd264edd565045a748332d5b05e903921af973.jpeg",
                  "visible_name": "w91.jpeg",
                  "original_name": "w91.jpeg"
                }
              ],
              "field_441555": null
            },
            {
              "id": 9,
              "order": "9.00000000000000000000",
              "created_on": "2022-06-14T14:44:29.890789+00:00",
              "updated_on": "2022-06-14T16:42:44.076445+00:00",
              "field_437621": "Jannat Pearson",
              "field_437622": "A partner of a competing educating platform.",
              "field_437623": "jpearson@pearson.com",
              "field_437624": [
                17
              ],
              "field_438874": "(318) 686-4514",
              "field_439200": [
                {
                  "name": "WoNo64XX1QgeBlXaDQ8Fs4Z3Ms2WREL1_c01980270ee7bd526b33a6e3c30096e42708eb03c6f0b06b147455f401ba731b.jpg",
                  "visible_name": "avatar-pp2(1)(1).jpg",
                  "original_name": "avatar-pp2(1)(1).jpg"
                }
              ],
              "field_441555": null
            }
          ]
        },
        {
          "id": 73041,
          "name": "Quarters",
          "order": 4,
          "fields": [
            {
              "id": 437603,
              "type": "text",
              "name": "Year and quarter",
              "order": 0,
              "primary": true,
              "text_default": ""
            },
            {
              "id": 437604,
              "type": "link_row",
              "name": "Growth experiments launched",
              "order": 1,
              "primary": false,
              "link_row_table_id": 73040,
              "link_row_related_field_id": 439204
            },
            {
              "id": 437605,
              "type": "formula",
              "name": "Amount spent",
              "order": 2,
              "primary": false,
              "error": null,
              "date_format": null,
              "date_include_time": null,
              "date_time_format": null,
              "number_decimal_places": 2,
              "array_formula_type": null,
              "formula": "sum(lookup('Growth experiments launched','Total amount spent'))",
              "formula_type": "number"
            },
            {
              "id": 439415,
              "type": "formula",
              "name": "Revenue from experiment associated customers",
              "order": 3,
              "primary": false,
              "error": null,
              "date_format": null,
              "date_include_time": null,
              "date_time_format": null,
              "number_decimal_places": 2,
              "array_formula_type": null,
              "formula": "sum(lookup('Growth experiments launched','Subscription revenue'))",
              "formula_type": "number"
            },
            {
              "id": 441552,
              "type": "formula",
              "name": "Number of new customers",
              "order": 5,
              "primary": false,
              "error": null,
              "date_format": null,
              "date_include_time": null,
              "date_time_format": null,
              "number_decimal_places": 0,
              "array_formula_type": null,
              "formula": "sum(lookup('Growth experiments launched','Number of new customers'))",
              "formula_type": "number"
            },
            {
              "id": 455619,
              "type": "text",
              "name": "Notes",
              "order": 6,
              "primary": false,
              "text_default": ""
            }
          ],
          "views": [
            {
              "id": 94320,
              "type": "grid",
              "name": "All quarters",
              "order": 1,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [],
              "sortings": [
                {
                  "id": 21689,
                  "field_id": 437603,
                  "order": "ASC"
                }
              ],
              "decorations": [
                {
                  "id": 189,
                  "type": "background_color",
                  "value_provider_type": "conditional_color",
                  "value_provider_conf": {
                    "colors": [
                      {
                        "color": "light-green",
                        "filters": [
                          {
                            "id": "fe72bfd4-f374-427b-9068-2b3d0ffebd8a",
                            "type": "higher_than",
                            "field": 439415,
                            "value": "3000"
                          }
                        ],
                        "operator": "AND",
                        "id": "231376d1-1ea9-4dff-b384-38758eefce14"
                      }
                    ]
                  },
                  "order": 1
                }
              ],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 552019,
                  "field_id": 437603,
                  "width": 165,
                  "hidden": false,
                  "order": 5,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 552017,
                  "field_id": 437604,
                  "width": 400,
                  "hidden": false,
                  "order": 0,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 554461,
                  "field_id": 437605,
                  "width": 154,
                  "hidden": false,
                  "order": 2,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 554465,
                  "field_id": 439415,
                  "width": 358,
                  "hidden": false,
                  "order": 3,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 560652,
                  "field_id": 441552,
                  "width": 227,
                  "hidden": false,
                  "order": 1,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 578018,
                  "field_id": 455619,
                  "width": 323,
                  "hidden": false,
                  "order": 32767,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            },
            {
              "id": 97695,
              "type": "grid",
              "name": "Best quarters",
              "order": 2,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [
                {
                  "id": 32865,
                  "field_id": 439415,
                  "type": "higher_than",
                  "value": "3000"
                },
                {
                  "id": 32866,
                  "field_id": 441552,
                  "type": "higher_than",
                  "value": "4"
                }
              ],
              "sortings": [
                {
                  "id": 21738,
                  "field_id": 441552,
                  "order": "DESC"
                }
              ],
              "decorations": [],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 578359,
                  "field_id": 437603,
                  "width": 174,
                  "hidden": false,
                  "order": 5,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 578360,
                  "field_id": 437604,
                  "width": 352,
                  "hidden": false,
                  "order": 0,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 578361,
                  "field_id": 437605,
                  "width": 160,
                  "hidden": false,
                  "order": 2,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 578362,
                  "field_id": 439415,
                  "width": 358,
                  "hidden": false,
                  "order": 3,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 578363,
                  "field_id": 441552,
                  "width": 227,
                  "hidden": false,
                  "order": 1,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 578364,
                  "field_id": 455619,
                  "width": 332,
                  "hidden": false,
                  "order": 4,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            }
          ],
          "rows": [
            {
              "id": 1,
              "order": "1.00000000000000000000",
              "created_on": "2022-06-13T20:25:03.673752+00:00",
              "updated_on": "2022-06-21T18:02:24.844653+00:00",
              "field_437603": "2020 Q4",
              "field_437604": [
                14
              ],
              "field_437605": null,
              "field_439415": null,
              "field_441552": null,
              "field_455619": "Tried a new Ask Me Anything campaign for the first time. Seemed to go well."
            },
            {
              "id": 2,
              "order": "2.00000000000000000000",
              "created_on": "2022-06-13T20:25:03.678439+00:00",
              "updated_on": "2022-06-21T18:02:44.272982+00:00",
              "field_437603": "2021 Q1",
              "field_437604": [
                5,
                4,
                15
              ],
              "field_437605": null,
              "field_439415": null,
              "field_441552": null,
              "field_455619": "Attempted a few more growth experiments with some promotions and discounts."
            },
            {
              "id": 3,
              "order": "3.00000000000000000000",
              "created_on": "2022-06-14T19:15:15.179463+00:00",
              "updated_on": "2022-06-26T17:33:49.331102+00:00",
              "field_437603": "2021 Q2",
              "field_437604": [
                6,
                3,
                2,
                17
              ],
              "field_437605": null,
              "field_439415": null,
              "field_441552": null,
              "field_455619": "The demand for collaborations was stronger than we realized. 9 new users. Success! \ud83e\udd73"
            },
            {
              "id": 4,
              "order": "4.00000000000000000000",
              "created_on": "2022-06-14T19:15:21.608441+00:00",
              "updated_on": "2022-06-21T18:03:20.916775+00:00",
              "field_437603": "2021 Q3",
              "field_437604": [
                13
              ],
              "field_437605": null,
              "field_439415": null,
              "field_441552": null,
              "field_455619": "We honed back a bit on the spending this month."
            },
            {
              "id": 5,
              "order": "5.00000000000000000000",
              "created_on": "2022-06-14T19:18:37.224645+00:00",
              "updated_on": "2022-06-21T18:03:43.009610+00:00",
              "field_437603": "2021 Q4",
              "field_437604": [
                10,
                12,
                8,
                1
              ],
              "field_437605": null,
              "field_439415": null,
              "field_441552": null,
              "field_455619": "New marketing attempts that didn't cost much were attempted, and they seemed to work fairly well."
            },
            {
              "id": 6,
              "order": "6.00000000000000000000",
              "created_on": "2022-06-14T19:18:43.371816+00:00",
              "updated_on": "2022-06-21T18:03:53.858688+00:00",
              "field_437603": "2022 Q1",
              "field_437604": [
                9,
                19,
                16,
                7
              ],
              "field_437605": null,
              "field_439415": null,
              "field_441552": null,
              "field_455619": "Hit the ground running with different tactics."
            }
          ]
        }
      ]
    }
  ]
}
