Google Analytics · JSON-LD Context

Google Analytics User Deletion Api Context

JSON-LD context defining the semantic vocabulary for Google Analytics User Deletion Api from Google Analytics.

2 Classes 8 Properties 4 Namespaces
View Context View on GitHub

Namespaces

ga: https://developers.google.com/analytics/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

UserDeletionId UserDeletionRequest

Properties

Property Type Container
deletionRequestTime dateTime
firebaseProjectId string
id reference
kind string
propertyId string
type string
userId string
webPropertyId string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "ga": "https://developers.google.com/analytics/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "UserDeletionId": "ga:UserDeletionId",
    "UserDeletionRequest": "ga:UserDeletionRequest",
    "deletionRequestTime": {
      "@id": "ga:deletionRequestTime",
      "@type": "xsd:dateTime"
    },
    "firebaseProjectId": {
      "@id": "ga:firebaseProjectId",
      "@type": "xsd:string"
    },
    "id": {
      "@id": "ga:id",
      "@type": "@id"
    },
    "kind": {
      "@id": "ga:kind",
      "@type": "xsd:string"
    },
    "propertyId": {
      "@id": "ga:propertyId",
      "@type": "xsd:string"
    },
    "type": {
      "@id": "ga:type",
      "@type": "xsd:string"
    },
    "userId": {
      "@id": "ga:userId",
      "@type": "xsd:string"
    },
    "webPropertyId": {
      "@id": "ga:webPropertyId",
      "@type": "xsd:string"
    }
  }
}