Cookie Monster

Type: tree
COMPONENTS
Fingerprint Tracker
Cookie
IP Logger
Database
Dashboard
Router
Royal Octopus
Validation
PROBLEM

Portfolios or businesses with multiple websites and brands wonder if users visit more than one of their websites.

SOLUTION

A cross-domain visitor intelligence layer that stitches together user journeys across an owned portfolio of websites. Operates quietly across all connected properties. Knows which visitors are tourists and which ones are regulars. Answers questions your analytics tool never thought to ask.

intangibles

A browser environment fingerprinting layer that generates a probabilistic unique identifier from device characteristics including screen resolution, installed fonts, canvas rendering behavior, timezone, and hardware configuration. Does not require cookies. Does not ask permission. Does not forget.

Inspect

A server-side capture layer that records the originating IP address of each request and associates it with a session, fingerprint, and cookie record. Correlates visits across properties even when the browser has cleared its state. The memory the visitor didn't know existed.

Inspect

A structured storage system for persisting, querying, and retrieving data. Accepts reads and writes through a defined interface. Yes, it is just a spreadsheet. Keep telling yourself that.

Inspect

A real-time analytics interface that aggregates feedback data across all locations into KPI visualizations, sentiment trend graphs, response volume counters, and configurable alert thresholds. Accessible from any browser. Updates live. Makes the data look like you always knew what you were doing. Has a print function for your boss that doesn't know how to use an iPhone.

Inspect

A path resolver that maps an incoming request to the correct handler or destination based on defined rules. No one quite knows where the cat videos go, we just know it says error 502.

Inspect

A multi-service connector that extends a tentacle to each website in the portfolio simultaneously. Manages the inbound and outbound data streams between all connected properties and the central Cookie Monster aggregation layer. Eight arms. Zero dropped connections. Royally unconcerned with the complexity it is managing on your behalf.

Inspect

A rule-checking module that verifies input data meets required format, type, and constraint standards before it is accepted. If you so much as miss one period, your birthday is formatted wrong or you refresh the page, you fail the validation game and start over.

Inspect
Inputs
Outputs
TREE
AVAILABLE INPUTS
AVAILABLE OUTPUTS
Schema
                            {
    "id": "tree_cookie_monster",
    "name": "Cookie Monster",
    "type": "tree",
    "inputs": [],
    "outputs": [],
    "passthru": [],
    "children": [
        "intangible_fingerprint_tracker",
        "intangible_cookie",
        "intangible_ip_logger",
        "intangible_database",
        "intangible_dashboard",
        "intangible_router",
        "intangible_royal_octopus",
        "intangible_validation"
    ],
    "extends": null,
    "problem": "Portfolios or businesses with multiple websites and brands wonder if users visit more than one of their websites.",
    "solution": "The Cookie Monster is a visitor tracker that logs fingerprints, IP addresses and cookies between intra-network websites to answer the question: do users visit multiple websites within my portfolio?",
    "description": "A cross-domain visitor intelligence layer that stitches together user journeys across an owned portfolio of websites. Operates quietly across all connected properties. Knows which visitors are tourists and which ones are regulars. Answers questions your analytics tool never thought to ask.",
    "template": "tree"
}