First Party Cookie Name
  • 06 May 2020
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

First Party Cookie Name

  • Dark
    Light
  • PDF

Article summary

The fpc config value tells the JavaScript tag what name to use for the first party cookie.

Default value: WT_FPC

JavaScript Example:

window.webtrendsAsyncInit = function () {
        var dcs = new Webtrends.dcs();
        dcs.init( {
                dcsid: "dcs9x99xxxx9xxx9xx9xxxx9x_9x9x",
                fpc: "ANALYTICS_COOKIE"
        });
        dcs.track();
}


Was this article helpful?

What's Next