meta-service: analytics

meta-service: analytics

Entry Point

Javascript:

Handler:
on request

dll:
on request

Responsetype

JSON

Description

destination.one analytics is our MasterLog-System for all our products. All logs are pushed into this heap.
We use elasticsearch for saving the data and kibana for analyzing/visualizing it.
So both live-debug-views as well as daily/weekly/monthly statiscs can be made very easy!

Parameters

Javascript:


Just include the script and the page-Load will automaticly be logged.

  1. <script data-et4analytics data-experience='EXPERIENCENAME' data-globalId='EMPTY_OR_GLOBALIDOFOBEJCT' data-objectType='OBJECTTYPE' src='http://analytics.et4.de/jsapi'></script>
Please include this Script on all pages, where Meta.API is used. In ListViews and DetailPages.
Please set objectType everywhere and globalId on DetailPage (null on ListViews).

You can also log Errors:
  1. new Et4Analytics().LogError('METHODNAME', 'EXPERIENCENAME', OBJECTTYPE, 'EMPTY_OR_GLOBALIDOFOBEJCT', 'Exception on whatever!');

Samples

See integration in our detail-page-sample: http://developer.et4.de/samples/#content/tour-details.md 
    • Related Articles

    • meta-Service: types

      Entry Point http://meta.et4.de/rest.ashx/types/ Responsetype JSON-Response Description The types service returns a list of available topics. Parameters none Samples Sample 1: http://meta.et4.de/rest.ashx/types/
    • meta-service: features

      Entry Point http://meta.et4.de/rest.ashx/features Responsetype XML or JSON Response Description The features service returns all available features for the specified project. Parameters Parameter Type Description experience String The experience ...
    • meta-service: categories

      Entry Point http://meta.et4.de/rest.ashx/categories Responsetype XML or JSON-Response Description The destination.one meta categories service returns all available categories for the specified project. Parameter Type Description experience String The ...
    • meta-service: keyterms

      Entry Point http://meta.et4.de/rest.ashx/keyterms  Responsetype JSON-Response Description The destination.one meta KeyTerms service returns keyterms to one object. Parameters Parameter Type Description experience String The experience specifies the ...
    • meta-Service: shortenurl

      Entry Point http://meta.et4.de/rest.ashx/shorten-url Responsetype JSON-Response Description destination.one Url-Shortener. Parameters Parameter Type Description url String Url that shall be shortenend Samples Sample 1: www.hubermedia.de ...