badmojr / 1Hosts

World's most advanced DNS filter-/blocklists!
https://o0.pages.dev
Mozilla Public License 2.0
1.52k stars 88 forks source link

Block `api.hubapi.com` #1470

Open ignoramous opened 1 year ago

ignoramous commented 1 year ago

Lists in use:

Client: Rethink DNS + Firewall

Domains:

api.hubapi.com


Details: hubapi.com is already blocked by Pro and Xtra, so that's good. api.hubapi.com which loads a curious looking json response (for example, on mouseflow.com) looks like a beacon / tracker.

Response:

{
  "pixels": {
    "ADWORDS": [
      {
        "pixelId": "997674931",
        "limitedDataUseEnabled": false
      }
    ],
    "LINKEDIN": [
      {
        "pixelId": "1944676",
        "limitedDataUseEnabled": false
      }
    ]
  },
  "enhancedConversionEventSettings": [
    {
      "pixelId": 997674931,
      "hubSpotFormId": "999c8432-889b-4df7-841f-89012871930b",
      "setId": "6460344143",
      "conversionLabel": "Oi8JCM-OxIgYELOf3dsD"
    },
    {
      "pixelId": 997674931,
      "hubSpotFormId": "f5afec0a-9cac-4192-907c-cfb61000a88a",
      "setId": "6528816927",
      "conversionLabel": "xOUZCJ-ul6kYELOf3dsD"
    },
    {
      "pixelId": 997674931,
      "hubSpotFormId": "34c6f275-e0bc-4922-ac61-dea0ca9c0ae2",
      "setId": "6528979637",
      "conversionLabel": "E_6kCLWloakYELOf3dsD"
    }
  ]
}

ChatGPT:

Based on the provided JSON, it represents a configuration or settings related to pixel tracking for advertising and conversion purposes. It contains two main sections:

  • "pixels": This section includes pixel IDs and their corresponding settings for different advertising platforms such as ADWORDS and LINKEDIN. Each pixel ID is associated with a limitedDataUseEnabled flag, which indicates whether limited data use is enabled or disabled for that specific pixel.
  • "enhancedConversionEventSettings": This section includes settings for enhanced conversion events. It associates pixel IDs with specific HubSpot form IDs, set IDs, and conversion labels. It seems to define the relationship between the pixel tracking and specific conversion events related to HubSpot forms.

Based on this information, it seems to be a configuration related to tracking pixels for advertising and conversion tracking purposes. Tracking pixels are commonly used for monitoring user behavior, tracking conversions, and optimizing advertising campaigns. However, it's important to note that the interpretation of the JSON and its purpose may depend on the specific implementation and usage within the API and the associated systems.

spirillen commented 1 year ago

Full uri to script and where have you seen it included?

ignoramous commented 1 year ago

Full uri to script and where have you seen it included?

From the pricing page on mouseflow.com: https://api.hubapi.com/hs-script-loader-public/v1/config/pixels-and-events/json?portalId=5087120 / https://archive.is/yOYQe