'true', 'is_debug_mode' => $is_debug_mode, 'download_extensions' => $download_extensions, /* Let's get the extensions to track */ 'inbound_paths' => $inbound_paths, /* Let's get the internal paths to track */ 'home_url' => home_url(), /* Let's get the url to compare for external/internal use */ 'track_download_as' => $track_download_as, /* should downloads be tracked as events or pageviews */ 'internal_label' => $internal_label, /* What is the prefix for internal-as-external links */ 'hash_tracking' => $hash_tracking, /* Should hash track */ ) ); } }