@mainiotech/dataconsent-serviceregistry
Version:
Service cookie definitions for the data consent manager.
14 lines (12 loc) • 301 B
JavaScript
import __ from "./__";
import googleanalytics from "./googleanalytics";
import googleanalytics4 from "./googleanalytics4";
import googleads from "./googleads";
import facebookpixel from "./facebookpixel";
export default {
__,
googleanalytics,
googleanalytics4,
googleads,
facebookpixel,
};