Name

global.PwdResetGCFConstants

Description

Contains GCF Category, collection point, collection event and dimension constants of Password Reset.

Script

var PwdResetGCFConstants = Class.create();

PwdResetGCFConstants.MAX_BUCKETS_LIMIT = 8;
//Category
PwdResetGCFConstants.CATEGORY = 'pwd_reset';
//Instrumentation Points, Events and Dimensions
PwdResetGCFConstants.CollectionConstants = {
  PasswordResetApp: {
      COLLECTION_POINT_VALUE: 'pwd_reset_app',
      PasswordResetNotifications: {
          COLLECTION_EVENT_VALUE: 'pwd_reset_notif',
          Dimensions: {
              TYPE: 'type'
          }
      }
  }
};

Sys ID

09b47a2d53512110f829ddeeff7b1203

Offical Documentation

Official Docs: