Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

PADomainUtils - PADomainUtils()

Instantiates a new PADomainUtils object to move or copy Performance Analytics records from the global domain.

Use the PADomainUtils(String domainFrom) constructor instead when moving or copying records from a domain other than the global domain.

NameTypeDescription
None  
// PADomainUtils initialized with the global domain
var globalUtils = new SNC.PADomainUtils();

Parent Topic:PADomainUtils - Global