Changing from First-Party to Third-Party Cookies
    • 1 Minute to read
    • Dark
      Light

    Changing from First-Party to Third-Party Cookies

    • Dark
      Light

    Article summary

    In this variant, the cookie set on the client side (cookie="1") is converted into a cookie set on the server side (cookie="3").

    Example

    var wtcc_config = {
    	trackId: "123451234512345",
    	trackDomain: "q3.webtrekk.net",
    	lifeTime: "01 Aug 2020 00:00:00",
    	duration: "180",
    	action: {
    		action: "1->3"
    	}
    };

    Parameter

    Description

    trackId

    Contains your current Mapp Intelligence track ID.

    trackDomain

    Contains your current Mapp Intelligence track domain.

    lifeTime

    Contains the date until which all cookies were moved (maximum 6 months).

    duration

    Optional. Specifies the runtime of the cookie (in days).

    action

    Contains the type of cookie change.


    Was this article helpful?