{
  "_id": "6a228ae4cd65a98ecbd546d3",
  "Package": "measurementProtocol",
  "Type": "Package",
  "Version": "0.1.1",
  "Title": "Send Data from R to the Measurement Protocol",
  "Description": "Send server-side tracking data from R. The Measurement\nProtocol version 2\n<https://developers.google.com/analytics/devguides/collection/protocol/ga4>\nallows sending HTTP tracking events from R code.",
  "Authors@R": "c(person(\"Mark\", \"Edmondson\", email = \"r@sunholo.com\",\nrole = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-8434-3881\")),\nperson(\"Sunholo Ltd\", role = \"cph\"))",
  "URL": "https://code.markedmondson.me/measurementProtocol/",
  "BugReports": "https://github.com/MarkEdmondson1234/measurementProtocol",
  "License": "MIT + file LICENSE",
  "RoxygenNote": "7.1.1",
  "Config/testthat/edition": "3",
  "Roxygen": "list(markdown = TRUE)",
  "Encoding": "UTF-8",
  "Config/pak/sysreqs": "libssl-dev",
  "Repository": "https://markedmondson1234.r-universe.dev",
  "Date/Publication": "2023-03-04 10:09:14 UTC",
  "RemoteUrl": "https://github.com/markedmondson1234/measurementprotocol",
  "RemoteRef": "HEAD",
  "RemoteSha": "2d37fc06b622d12780aaf86fed7fbaa2f7077ea8",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-05 08:35:16 UTC",
    "User": "root"
  },
  "Author": "Mark Edmondson [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-8434-3881>),\nSunholo Ltd [cph]",
  "Maintainer": "Mark Edmondson <r@sunholo.com>",
  "MD5sum": "315cc118236fecbba83bf9e92094157a",
  "_user": "markedmondson1234",
  "_type": "src",
  "_file": "measurementProtocol_0.1.1.tar.gz",
  "_fileid": "919d74aaa8e9aa738eca9b9b81ae8577f99854608ed0bfc48dbad06c92ab4fc4",
  "_filesize": 135189,
  "_sha256": "919d74aaa8e9aa738eca9b9b81ae8577f99854608ed0bfc48dbad06c92ab4fc4",
  "_created": "2026-06-05T08:35:16.000Z",
  "_published": "2026-06-05T08:37:56.894Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79693071052,
      "time": 122,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7432351249"
    },
    {
      "job": 79693071064,
      "time": 126,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7432352619"
    },
    {
      "job": 79693071063,
      "time": 84,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7432339662"
    },
    {
      "job": 79693071055,
      "time": 106,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7432346369"
    },
    {
      "job": 79692617820,
      "time": 179,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7432313241"
    },
    {
      "job": 79693071047,
      "time": 102,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7432345347"
    },
    {
      "job": 79693071067,
      "time": 65,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7432334041"
    },
    {
      "job": 79693071061,
      "time": 76,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7432336626"
    },
    {
      "job": 79693071062,
      "time": 73,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7432336258"
    }
  ],
  "_buildurl": "https://github.com/r-universe/markedmondson1234/actions/runs/27004474714",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/markedmondson1234/measurementprotocol",
  "_commit": {
    "id": "2d37fc06b622d12780aaf86fed7fbaa2f7077ea8",
    "author": "Mark <github@markedmondson.me>",
    "committer": "Mark <github@markedmondson.me>",
    "message": "CRAN feedback\n",
    "time": 1677924554
  },
  "_maintainer": {
    "name": "Mark Edmondson",
    "email": "r@sunholo.com",
    "orcid": "0000-0002-8434-3881"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.3.0",
      "role": "Depends"
    },
    {
      "package": "assertthat",
      "version": ">= 0.2.0",
      "role": "Imports"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "httr",
      "version": ">= 1.3.1",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "version": ">= 1.5",
      "role": "Imports"
    },
    {
      "package": "rappdirs",
      "version": ">= 0.3.3",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "markedmondson1234",
  "_selfowned": true,
  "_usedby": 2,
  "_updates": [],
  "_tags": [],
  "_stars": 4,
  "_contributors": [
    {
      "user": "markedmondson1234",
      "count": 71,
      "uuid": 3155884
    }
  ],
  "_userbio": {
    "uuid": 3155884,
    "type": "user",
    "name": "Mark Edmondson",
    "description": "Founder @sunholo-data working on LLMOps.  Cloud Architect at @8-bit-sheep. Google Developer Expert, Google Cloud"
  },
  "_downloads": {
    "count": 26443,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/measurementProtocol"
  },
  "_devurl": "https://github.com/markedmondson1234/measurementprotocol",
  "_pkgdown": "https://code.markedmondson.me/measurementProtocol/",
  "_searchresults": 8,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/measurementProtocol.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/markedmondson1234/measurementprotocol",
  "_realowner": "markedmondson1234",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2021-04-15"
    },
    {
      "version": "0.1.1",
      "date": "2023-03-04"
    }
  ],
  "_exports": [
    "mp_cid",
    "mp_connection",
    "mp_event",
    "mp_event_item",
    "mp_opt_in",
    "mp_parse_gtm",
    "mp_parse_json",
    "mp_pubsub",
    "mp_send",
    "mp_trackme",
    "mp_trackme_event"
  ],
  "_help": [
    {
      "page": "mp_cid",
      "title": "Generate a random client_id",
      "concept": [
        "Measurement Protocol functions"
      ],
      "topics": [
        "mp_cid"
      ]
    },
    {
      "page": "mp_event",
      "title": "Create a Measurement Protocol Event",
      "concept": [
        "Measurement Protocol functions"
      ],
      "topics": [
        "mp_event"
      ]
    },
    {
      "page": "mp_event_item",
      "title": "Create an Measurement Protocol Item Property for an Event",
      "concept": [
        "Measurement Protocol functions"
      ],
      "topics": [
        "mp_event_item"
      ]
    },
    {
      "page": "mp_opt_in",
      "title": "Tracking opt-in for this package",
      "topics": [
        "mp_opt_in"
      ]
    },
    {
      "page": "mp_parse_json",
      "title": "Parse out objects into the Measurement Protocol v2 format for sending",
      "topics": [
        "mp_parse_gtm",
        "mp_parse_json",
        "mp_pubsub"
      ]
    },
    {
      "page": "mp_send",
      "title": "Make a Measurement Protocol v2 request",
      "concept": [
        "Measurement Protocol functions"
      ],
      "topics": [
        "mp_connection",
        "mp_send"
      ]
    },
    {
      "page": "mp_trackme_event",
      "title": "Opt in or out of package usage tracking",
      "topics": [
        "mp_trackme",
        "mp_trackme_event"
      ]
    }
  ],
  "_readme": "https://github.com/markedmondson1234/measurementprotocol/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "assertthat",
    "cli",
    "curl",
    "httr",
    "jsonlite",
    "mime",
    "openssl",
    "R6",
    "rappdirs",
    "sys"
  ],
  "_score": 5.501491971049421,
  "_indexed": true,
  "_nocasepkg": "measurementprotocol",
  "_universes": [
    "markedmondson1234"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-06-05T08:37:23.000Z",
      "distro": "noble",
      "commit": "2d37fc06b622d12780aaf86fed7fbaa2f7077ea8",
      "fileid": "727d25179ad5acd03e494ca71218282aa67cf2c2d416829c9e52e0690e25408b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/markedmondson1234/actions/runs/27004474714"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-06-05T08:37:26.000Z",
      "distro": "noble",
      "commit": "2d37fc06b622d12780aaf86fed7fbaa2f7077ea8",
      "fileid": "11d54802a81df63a5f2dbcf4b8c3af1723e2230631c02fc832a09812828a1408",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/markedmondson1234/actions/runs/27004474714"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-06-05T08:36:48.000Z",
      "commit": "2d37fc06b622d12780aaf86fed7fbaa2f7077ea8",
      "fileid": "e6cf609ca6897ebbbc1ce3099b5a43289499f5efad7509fb4a737ce325764989",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/markedmondson1234/actions/runs/27004474714"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-06-05T08:37:05.000Z",
      "commit": "2d37fc06b622d12780aaf86fed7fbaa2f7077ea8",
      "fileid": "e109823ce073d3fe7f72960873e86d5dae78a37e1b6206bc8b8a592ce090c7bd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/markedmondson1234/actions/runs/27004474714"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1",
      "date": "2026-06-05T08:37:14.000Z",
      "commit": "2d37fc06b622d12780aaf86fed7fbaa2f7077ea8",
      "fileid": "682d954f601d2647814a215bf289bb2c28050c0b0b91c5b3574ddf569b14b73d",
      "status": "success",
      "buildurl": "https://github.com/r-universe/markedmondson1234/actions/runs/27004474714"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-06-05T08:36:24.000Z",
      "commit": "2d37fc06b622d12780aaf86fed7fbaa2f7077ea8",
      "fileid": "74e4dc54efc4b50f5302eb891ae76fe6f1e8c3111d0e08e9a828976fe4e95ca3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/markedmondson1234/actions/runs/27004474714"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-06-05T08:36:29.000Z",
      "commit": "2d37fc06b622d12780aaf86fed7fbaa2f7077ea8",
      "fileid": "4e2075d669ea2ca77c8ee40e553e657883bd9f1defc47a213bea070fbbb8050d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/markedmondson1234/actions/runs/27004474714"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-06-05T08:36:30.000Z",
      "commit": "2d37fc06b622d12780aaf86fed7fbaa2f7077ea8",
      "fileid": "b00f24e727c8fcb76d936c827b52c13c57f360b5d890cbd89cfc40adaa00e8bd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/markedmondson1234/actions/runs/27004474714"
    }
  ]
}