Skip to content

Instantly share code, notes, and snippets.

@isaacl
Created August 18, 2016 15:38
Show Gist options
  • Save isaacl/f6dfd38135160264f57333cc49f217a2 to your computer and use it in GitHub Desktop.
Save isaacl/f6dfd38135160264f57333cc49f217a2 to your computer and use it in GitHub Desktop.
{
"type" : "record",
"name" : "ParsedPixAllHit",
"namespace" : "com.dealer.analytics.pixall.processing",
"fields" : [ {
"name" : "visitorId",
"type" : "string"
}, {
"name" : "hitUuid",
"type" : {
"type" : "string",
"java_class" : "java.util.UUID"
}
}, {
"name" : "eventTimestamp",
"type" : {
"type" : "long",
"java_class" : "java.util.Date"
}
}, {
"name" : "url",
"type" : "string"
}, {
"name" : "dealerCode",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "referrerUrl",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "wspCode",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "headers",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "payload",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "ipv4",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "ipv6",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "domain",
"type" : "string"
}, {
"name" : "userAgent",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "referrerDomain",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "pageType",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "program",
"type" : "string",
"default" : "DealerDotCom"
}, {
"name" : "formConversion",
"type" : "boolean"
}, {
"name" : "formId",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "formType",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "campaignId",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "adId",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "advertisingProviderId",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "advertisingNetworkId",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "keywordId",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "advertisingMedium",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "tcdCampaignId",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "tcdAdId",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "tcdKeywordId",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "ddcref",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "laCampaignId",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "laAdId",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "laProviderId",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "laAdNetworkId",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "laKeywordId",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "laAdMedium",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "pixallEventType",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "contentId",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "eventType",
"type" : [ "null", "int" ],
"default" : null
}, {
"name" : "userProfileId",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "universalUserId",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "userType",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "notificationsEnabled",
"type" : [ "null", "boolean" ],
"default" : null
}, {
"name" : "vehicleId",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "vehicleType",
"type" : [ "null", {
"type" : "enum",
"name" : "VehicleType",
"symbols" : [ "NEW", "USED" ]
} ],
"default" : null
}, {
"name" : "vin",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "vehicleModelYear",
"type" : [ "null", "long" ],
"default" : null
}, {
"name" : "vehicleMake",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "vehicleModel",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "vehicleBodyStyle",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "vehicleStockNumber",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "pageLoadTime",
"type" : [ "null", "int" ],
"default" : null
}, {
"name" : "pageId",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "contentType",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "category",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "label",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "description",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "vehicleTypeString",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "acceptsHeader",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "r1QueryParam",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "titleTag",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "adGroup",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "categoryId",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "esmUserId",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "googleUserId",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "pageLabel",
"type" : [ "null", "string" ],
"default" : null
} ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment