On-site - ANALYTICS-CODE Factor

A JSON containing basic data of the Analytics technologies found on the given website. If the respective technology contains a code, then it will be return on the JSON. If any technology is found or the website content could not be read, then returns null.


[
    {
        "code": "UA-19684237-1",
        "code_type": 1,
        "text": "GoogleAnalytics"
    },
    {
        "Code_type": 14,
        "text": "NewRelic"
    }
]

KeyTypeDescription
codeStringThe Analytics code found on the website URL page.
code_typeIntegerA number that represent each technology found.
textStringThe technology name found inside the website page