fevicon_url = get_site_icon_url(75); if(class_exists('WooCommerce')){ /* General Dashboard Stats */ /* WooCommerce Dashboard */ $this->ga4wp_dash_stats_data_ga4_conversion = array( 'purchaseRevenue'=>array('payments','Total Revenue','money',true,true), 'transactions'=>array('receipt_long','Total Transctions','',false,true), 'averagePurchaseRevenuePerUser'=>array('alarm_on','Revenue/Active User','money',true,true), 'averagePurchaseRevenue'=>array('receipt','Revenue/Transaction','money',true,true), 'purchaseToViewRate'=>array('add_shopping_cart','Buy/DetailRate','%',false,true), 'itemViews'=>array('view_in_ar','Product Detail Views','',false,true), 'firstTimePurchasers'=>array('people_alt','New Buyers','',false, true), 'sessionConversionRate:purchase'=>array('add_shopping_cart','Session Conversion Rate','100%',false,true), ); $this->ga4wp_report_request_ga4_conversion = array( 'stats'=>array(), 'productPerformance' => array('itemRevenue','itemName','itemRevenue'), 'sourceBaseRevenue' => array('totalRevenue','sessionSource','totalRevenue'), 'deviceBaseRevenue' => array('totalRevenue','deviceCategory','totalRevenue'), 'regionBaseRevenue' => array('totalRevenue','region','totalRevenue'), ); $this->ga4wp_report_chart_data_ga4_conversion = array( 'stats'=>array(), 'productPerformance' => array('table','Product Base Revenue Report','Product Name','Product Revenue','Product Revenue','This Report help you to find most perfoming products of your WooCommerce Shop by ordering different product based on revenue generation during the specified period.'), 'sourceBaseRevenue' => array('table','Source Base Revenue Report','Traffic Source/Medium','Total Revenue','This report shows which traffic sources generated better revenues by ordering different traffic sources to revenue generated during specified period.'), 'deviceBaseRevenue' => array('doughnut','Device base conversion share','','','This report shows Device category breakdown with revenue each different devices category generated over the period of time.'), 'regionBaseRevenue' => array('bar','State/Region Base Revenue Report','State/Region Name','Total Revenue','This report shows which state/region contributed most in total revenue generation by putting them in order based on revenue for specified period of time.'), ); /* Tracking Settings */ $this->ga4wp_tracking_settings = array( 'track_admin' => true, 'not_track_pageviews' => false, 'enhanced_link_attribution'=> true, 'product_single_track'=> true, 'product_archive_track'=> true, 'disable_on_hold_conversion' => true, 'anonymize_ip'=> true, 'track_interest' => false, 'not_track_user_id' => true, 'track_ga_consent'=> false, ); /* Event Tracking Settings */ $this->ga4wp_event_settings = array( 'user_login' => true, 'user_login_errors' => true, 'user_logout' => true, 'viewed_signup_form' => true, 'user_signup' => true, 'viewed_shop' => true, 'viewed_product' => true, 'added_product' => true, 'removed_product' => true, 'changed_quantity' => true, 'viewed_cart' => true, 'wrong_coupon_applied' => true, 'applied_coupon' => true, 'removed_coupon' => true, 'begin_checkout' => true, 'filled_checkout_form' => true, 'added_payment_method' => true, 'added_shipping_method' => true, 'order_failed' => true, 'processing_payment' => true, 'completed_purchase' => true, 'wrote_review' => true, 'commented' => true, 'viewed_account' => true, 'viewed_order' => true, 'changed_password' => true, 'lost_password' => true, 'estimated_shipping' => true, 'order_cancelled' => true, 'order_refunded' => true, 'log_error' => true, ); /* Hooks Associated with events */ $this->ga4wp_event_hooks = array( 'user_login' => array(2,'wp_login'), 'user_login_errors' => array('filter','login_errors'), 'user_logout' => 'wp_logout', 'viewed_signup_form' => 'woocommerce_register_form', 'user_signup' => 'user_register', 'viewed_shop' => 'wp_head', 'viewed_product' => 'woocommerce_after_single_product_summary', 'added_product' => 'woocommerce_add_to_cart', 'removed_product' => 'woocommerce_remove_cart_item', 'changed_quantity' => array(2,'woocommerce_after_cart_item_quantity_update'), 'viewed_cart' => array('woocommerce_cart_is_empty','woocommerce_after_cart_contents'), 'wrong_coupon_applied' => array(3,'filter','woocommerce_coupon_error'), 'applied_coupon' => 'woocommerce_applied_coupon', 'removed_coupon' => 'woocommerce_removed_coupon', 'begin_checkout' => 'woocommerce_after_checkout_form', 'filled_checkout_form' => 'woocommerce_after_checkout_form', 'added_shipping_method' => 'woocommerce_after_checkout_form', 'added_payment_method' => 'woocommerce_after_checkout_form', 'order_failed' => array(2,'woocommerce_order_status_failed'), 'processing_payment' => 'woocommerce_checkout_order_processed', 'completed_purchase' => array('woocommerce_order_status_on-hold','woocommerce_payment_complete','woocommerce_order_status_processing','woocommerce_order_status_completed','woocommerce_thankyou'), 'wrote_review' => 'comment_post', 'commented' => 'comment_post', 'viewed_account' => 'woocommerce_after_my_account', 'viewed_order' => 'woocommerce_view_order', 'changed_password' => 'woocommerce_save_account_details', 'lost_password' => array('filter','woocommerce_lost_password_confirmation_message'), 'estimated_shipping' => 'woocommerce_calculated_shipping', 'order_cancelled' => 'woocommerce_cancelled_order', 'order_refunded' => array(2,'woocommerce_order_refunded'), 'log_error' => 'woocommerce_shutdown_error', ); }else{ /* General Dahboard */ /* Tracking Settings */ $this->ga4wp_tracking_settings = array( 'track_admin' => true, 'not_track_pageviews' => false, 'enhanced_link_attribution'=> true, 'anonymize_ip'=> true, 'track_interest' => false, 'not_track_user_id' => true, 'track_ga_consent'=> false, ); /* Event Tracking Settings */ $this->ga4wp_event_settings = array( 'user_login' => true, 'user_login_errors' => true, 'user_logout' => true, 'wrote_review' => true, 'commented' => true, 'log_error' => true, ); /* Hooks Associated with events */ $this->ga4wp_event_hooks = array( 'user_login' => array(2,'wp_login'), 'user_login_errors' => array('filter','login_errors'), 'user_logout' => 'wp_logout', 'wrote_review' => 'comment_post', 'commented' => 'comment_post', 'log_error' => 'woocommerce_shutdown_error', ); } /* Dashboard Data Widgets */ $this->ga4wp_dash_data_ga4_widget = array( 'GA4WP: Overview Report' => array('Overview Report','line','No. of Users',array('total users','new users'),1,'description'), 'GA4WP: Users By Country Report' => array('Users By Country Report','bar','Country','No. of Users',2,'description'), 'GA4WP: Users By Language Report' => array('Users By Language Report','bar','Language','No. of Users',3,'description'), 'GA4WP: Users By Device Category Report' => array('Users By Device Category Report','doughnut','Device Category','No. of Users',4,'description'), 'GA4WP: Quick Stats' => array('Quick Stats','stats','Stats','No. of Users',0,'description'), ); /* Dashboard Data Widgets */ $this->ga4wp_dash_stats_data_ga4_dash = array( 'sessions'=>array('hourglass_bottom','Total Sessions','',false,true), 'sessionsPerUser'=>array('timelapse','Sessions/User','',false,true), 'screenPageViews'=>array('pageview','Pageviews','',false,true), 'totalUsers'=>array('people_alt','Users','',false,true), ); $this->ga4wp_report_request_ga4_dash = array( 'stats'=>array(), 'dateViseVisitors' => array(array('totalUsers','newUsers'),'date','date'), 'countryViseVisitors' => array('totalUsers','country','totalUsers'), 'languageViseVisitors' => array('totalUsers','language','totalUsers'), 'deviceViseVisitors' => array('totalUsers','deviceCategory','totalUsers'), //'cityViseVisitors' => array('totalUsers','city','totalUsers'), ); $this->ga4wp_report_chart_data_ga4_dash = array( 'stats'=>array(), 'dateViseVisitors' => array('line','Overview Report','Date',array('Users','New Users'),'This report shows no. of users and from howmany were new users visited website for specific date over the period of time.'), 'countryViseVisitors' => array('bar','Country Based Users Report','Country','No. of Users','This reports categories users to different countries based on their location for specific period of time. '), 'languageViseVisitors' => array('bar','Language Based Users Report','Language','No. of Users','This reports categories users based on their browser language for specific period of time.'), 'deviceViseVisitors' => array('doughnut','Device Based Users Report','','','This report categories users based of their device category for specific period of time.'), //'cityViseVisitors' => array('bar','City Based Users Report','City','No. of Users','This report helps you understand from which city your website received maximum users for specific period of time.'), ); /* Audience Dashboard */ $this->ga4wp_dash_stats_data_ga4_audience = array( 'totalUsers'=>array('people_alt','Users','',false,true), 'newUsers'=>array('group_add','New Users','',false,true), 'sessions'=>array('hourglass_bottom','Total Sessions','',false,true), 'sessionsPerUser'=>array('timelapse','Sessions/User','',false,true), 'screenPageViews'=>array('pageview','Pageviews','',false,true), 'averageSessionDuration'=>array('timer','Avg. Session Duration','s',false,true), 'engagementRate'=>array('timeline','Engagement Rate','',false,true), 'screenPageViewsPerUser'=>array('find_in_page','Pageviews/User','',false,true), ); $this->ga4wp_report_request_ga4_audience = array( 'stats'=>array(), 'dateViseVisitors' => array(array('totalUsers','newUsers'),'date','date'), 'countryViseVisitors' => array('totalUsers','country','totalUsers'), 'languageViseVisitors' => array('totalUsers','language','totalUsers'), 'deviceViseVisitors' => array('totalUsers','deviceCategory','totalUsers'), //'cityViseVisitors' => array('totalUsers','city','totalUsers'), ); $this->ga4wp_report_chart_data_ga4_audience = array( 'stats'=>array(), 'dateViseVisitors' => array('line','Overview Report','Date',array('Users','New Users'),'This report shows no. of users and from howmany were new users visited website for specific date over the period of time.'), 'countryViseVisitors' => array('table','Country Based Users Report','Country',array('No. of Users'),'This reports categories users to different countries based on their location for specific period of time. '), 'languageViseVisitors' => array('table','Language Based Users Report','Language',array('No. of Users'),'This reports categories users based on their browser language for specific period of time.'), 'deviceViseVisitors' => array('doughnut','Device Based Users Report','','','This report categories users based of their device category for specific period of time.'), //'cityViseVisitors' => array('bar','City Based Users Report','City','No. of Users'), ); /* Acquisition Dashboard */ $this->ga4wp_report_request_ga4_acquisition = array( 'channelsReport' => array('activeUsers','sessionDefaultChannelGrouping','activeUsers'), 'sourceReport' => array('activeUsers','sessionSource','activeUsers'), 'referralsReport' => array('activeUsers','screenResolution','activeUsers'), //'campaignReport' =>array('users','campaign','users'), 'mediumReport' => array('activeUsers','sessionMedium','activeUsers'), //'organicSearchReport' => array('organicSearches','sourceMedium','organicSearches'), ); $this->ga4wp_report_chart_data_ga4_acquisition = array( 'channelsReport' => array('table','Users Based on Channels','Channels','No. of Users','This report shows analysis about which channel contributed most traffic for website for specified period of time.'), 'sourceReport' => array('table','Users Based on Source','Source','No. of Users','This report classify users based on source/medium by using users reached website for specific period of time.'), 'screenSizeReport' => array('table','Users Based on Screen Sizes','Screen Resolution','No. of Users','This report classify different screen sizes users were using for browsing website over period of time.'), //'campaignReport' =>array('bar','Users Based on Campaigns','Campaigns Name','No. of Users'), 'mediumReport' => array('table','Users Based on Medium','Medium','No. of Users','This report classify users based on medium by using users reached website for specific period of time.'), //'organicSearchReport' => array('bar','Organic Search Report','Organic Source','No. of Users'), ); /* Behavior Dashboard */ $this->ga4wp_report_request_ga4_behavior = array( 'topPageReport' => array('totalUsers','pageTitle','totalUsers'), 'timeOnPageReport' => array('userEngagementDuration','pageTitle','userEngagementDuration'), 'usersAgeGroup' => array('totalUsers','userAgeBracket','totalUsers'), //'campaignReport' =>array('users','campaign','users'), 'genderReport' => array('totalUsers','userGender','totalUsers'), 'osReport' => array('totalUsers','operatingSystem','totalUsers'), ); $this->ga4wp_report_chart_data_ga4_behavior = array( 'topPageReport' => array('table','Page Performance Report','Page Title','No. of Users','This report shows which pages have maxium visitors over the period of time.'), 'timeOnPageReport' => array('table','Avg. Time Spend of Page','Page Title','Time on Page(sec.)','The total amount of time (in seconds) your website page was in the foreground of users\' devices for specified time period.'), 'usersAgeGroup' => array('bar','Users based on Age-Group','Age Group','No. of Users','This is devision of traffic based on age groups over the period of time.'), //'campaignReport' =>array('bar','Users Based on Campaigns','Campaigns Name','No. of Users'), 'genderReport' => array('doughnut','Gender Based User Report','','','Gender based division of Traffic over the period of time.'), 'osReport' => array('bar','Operating System Report','Operating Report','No. of Users','Operating Report','No. of Users','This report shows highly used operating system by website users for specified period of time.'), ); /* GoogleAds Dashboard */ $this->ga4wp_dash_stats_data_ga4_googleAds = array( //'impressions'=>array('featured_video','Total Ads impressions','',false), 'advertiserAdClicks'=>array('ads_click','Total Ad Clicks','',false,true), 'advertiserAdCost'=>array('payments','Ad Cost','$',true,false), //'CPM'=>array('1k','Cost/ 1k impressions','money',true), 'advertiserAdCostPerClick'=>array('ads_click','Cost/Click','money',true,false), //'CTR'=>array('mouse','Click Throughrate','%',false), //'costPerTransaction'=>array('add_shopping_cart','Cost Per Transaction','money',true), //'ROAS'=>array('restart_alt','Return on Ad Spend','%',false), ); $this->ga4wp_report_request_ga4_googleAds = array( //'stats'=>array(), 'adCampaignCostReport' => array('advertiserAdCost','googleAdsAdGroupName','advertiserAdCost'), 'adCampaignSuccessReport' => array('totalUsers','googleAdsAdGroupName','totalUsers'), 'searchQuerySuccessReport' => array('totalUsers','sessionGoogleAdsQuery','totalUsers'), 'adDistributionNetworkPerformanceReport' => array('totalUsers','firstUserGoogleAdsAdNetworkType','totalUsers'), //'adSlotPerformanceReport' => array('adClicks','adSlot','adClicks'), ); $this->ga4wp_report_chart_data_ga4_googleAds = array( //'stats'=>array(), 'adCampaignCostReport' => array('bar','Ad Group Cost Report','Ad Group','Advertiser Ad Cost','This reports shows ad costing based different Ad groups over the period of time.'), 'adCampaignSuccessReport' => array('bar','Ad Group Success Report','Ad Group','Total Users', 'This reports shows contribution of Ad Groups for generating website traffic for specified period of time.'), 'searchQuerySuccessReport' => array('bar','Ad Search Query Reports','Search Query','Total Users','This report shows which search query triggered maxium ad clicks for specified period of time.'), 'adDistributionNetworkPerformanceReport' => array('bar','Ad Distribution Network Performance Report(Ad Clicks)','Ad Network Type','Total Users','This reports shows ad clicks based on different ad slots for specific period of time.'), //'adSlotPerformanceReport' => array('bar','Ad Slot Report','Ad Slot','Ad Clicks'), ); /* Google Adsense Dashboard */ $this->ga4wp_dash_stats_data_ga4_googleAdsense = array( 'totalAdRevenue'=>array('payments','Adsense Revenue','$',true,true), 'publisherAdImpressions'=>array('featured_video','Ads Viewed','',false,true), 'publisherAdClicks'=>array('ads_click','Ad Clicks','',false,true), //'adsensePageImpressions'=>array('page','Ad Page Impressions','',false), //'adsenseECPM'=>array('1k','Revenue/1k Ad impressions','money',true), //'adsenseCTR'=>array('mouse','Click Throughrate','%',false), //'adsenseViewableImpressionPercent'=>array('view','Viewable Impression','%',false), //'adsenseCoverage'=>array('ad','Atlest One Ad Visible','%',false), ); $this->ga4wp_report_request_ga4_googleAdsense = array( 'stats'=>array(), 'adsenseRevenuePagePeformance' => array('totalAdRevenue','pageTitle','totalAdRevenue'), 'adsenseAdsClicksPagePerformance' => array('publisherAdClicks','pageTitle','publisherAdClicks'), //'adsenseAdsenseECPMPagePerformance' => array('adsenseECPM','pageTitle','adsenseECPM'), ); $this->ga4wp_report_chart_data_ga4_googleAdsense = array( 'stats'=>array(), 'adsenseRevenuePagePeformance' => array('table','Adsense Revenue Based on PageTitle','Page Title','Adsense Revenue','This reports shows adsense revenue based on page for specified period of time.'), 'adsenseAdsClicksPagePerformance' => array('table','Ad Clicks Based on PageTitle','Page Title','Ad Clicks','This report shows which page received maximum ad clicks over the period of time.'), //'adsenseAdsenseECPMPagePerformance' => array('bar','Revenue/1k Ad Impressions Based On PageTitle','Page Title','Revenue/ 1k Ad Impressions'), ); /* Dashboard settings */ $this->ga4wp_dash_settings = array( 'report_view'=>'', 'report_frame'=>'Last 30 days', 'report_from'=>'', 'report_to'=>'', ); /* Authentication Settings */ $this->ga4wp_auth_settings = array( 'trackind_id' => '', 'property_id' => '', 'api_secret' => '', 'manual_tracking' => false, 'agreement'=> true, ); /* Advance Settings */ $this->ga4wp_advance_settings = array( //'google_optimize' => true, //'google_optimize_code' => '', 'facebook_pixel'=> true, 'facebook_pixel_code'=> '', 'google_measurement_api' => '', 'google_analytics_debug_mode' => false, 'google_analytics_debug_mode'=> false, 'google_adword' => true, 'google_adword_code' => '', 'google_adword_label' => '', 'google_measurement' => true, ); /* ga4wp features list */ $this->ga4wp_features_list = array( '0' => array('Easy To Connect','Plugin offfers very easy connection with your google analytics.',false), '1' => array('Light Weight','Light weight plugin does effect performance of website performace.',false), '2' => array('Regular Updates','We offer regular updates to plugin so connection with your google analytics always works',false), '3' => array('User ID Tracking','It helps to understand user behaviour on website and tracking events associated with it.',false), '4' => array('Enhanced Link Attribution','Improves the accuracy of your In-Page Analytics report by automatically differentiating between multiple links.',false), '5' => array('IP Anonymization','Anonymize the ip address of user to avoid any collection of ip with other analytics data.',false), '6' => array('Ads Conversion Tracking','Plugin help you to track Google Ads Conversions with easy integration.',false), '7' => array('FB Pixel Integration','Plugin also help in tracking differnt events and converstion for FB Pixel',false), '8' => array('Audience Reports','Audience Reports allows you to identify characteristics of your users such like location, language, devices used by them, browser details and others important information.',true), '9' => array('Behavior Report','Behavior reports of Google Analytics allows you to understand what users do on your website. Specifically reports tells you what pages people visit and what actions they take while visiting.',true), '10' => array('WooCommerce Report','This reports help you to understand how your WooCommerce Store performing and what needs to improve to perform it more better.',false), '11' => array('Acquisition Report','Get Information about your traffic channels, resources and referrals from which your website receiving traffic.',true), '12' => array('Google Ads Report','Get performance and engagements of Google Ads campaigns and other useful information which help you to choose better strategies for success using ads.',true), '13' => array('Google Adsense Report','Find out which content is generating more revenue using google adsense and other realted information which helps you find better content placement strategies for higher revenue growth.',true), '14' => array('Tech Reports','Get details of different devices, browsers and screen resolutions your users using for accessing website.',true), '15' => array('User Behaviour Analysis','Track different events and Interactions of users live in real-time reports',true), ); /* ga4wp custom dimensions list */ $this->ga4wp_custom_dimensions = array( '1' => array('authorId3','EVENT','Author ID of Writer','author_id_3'), '2' => array('postTag3','EVENT','Tag of Post','post_tag_3'), '3' => array('postCat3','EVENT','Post Category','post_cat_3'), '4' => array('errorMsg3','EVENT','Description of Error occured on Website','error_msg_3'), ); } /* Creating Instance and Returning where it requested */ public static function get_instance() { if ( ! self::$instance ) { self::$instance = new self(); } return self::$instance; } /* parsing dash settings before saving them */ public function parse_ga4wp_dash_settings($settings) { $settings = filter_var_array( $settings,FILTER_SANITIZE_FULL_SPECIAL_CHARS ); return $settings; } /* parse advance settings */ public function parse_ga4wp_advance_settings($settings) { $args = array( 'google_measurement' => array( 'filter' => FILTER_VALIDATE_BOOLEAN, 'flags' => FILTER_REQUIRE_SCALAR, ), 'google_measurement_api' => array( 'filter' => FILTER_SANITIZE_FULL_SPECIAL_CHARS, 'flags' => FILTER_REQUIRE_SCALAR, ), 'facebook_pixel' => array( 'filter' => FILTER_VALIDATE_BOOLEAN, 'flags' => FILTER_REQUIRE_SCALAR, ), 'facebook_pixel_code' => array( 'filter' => FILTER_SANITIZE_FULL_SPECIAL_CHARS, 'flags' => FILTER_REQUIRE_SCALAR, ), 'google_analytics_debug_mode' =>array( 'filter' => FILTER_VALIDATE_BOOLEAN, 'flags' => FILTER_REQUIRE_SCALAR, ), 'google_adword' => array( 'filter' => FILTER_VALIDATE_BOOLEAN, 'flags' => FILTER_REQUIRE_SCALAR, ), 'google_adword_code' => array( 'filter' => FILTER_SANITIZE_FULL_SPECIAL_CHARS, 'flags' => FILTER_REQUIRE_SCALAR, ), 'google_adword_label' => array( 'filter' => FILTER_SANITIZE_FULL_SPECIAL_CHARS, 'flags' => FILTER_REQUIRE_SCALAR, ), ); $settings = filter_var_array( $settings, $args ); return $settings; } /* parsing Authentication settings before saving them */ public function parse_ga4wp_auth_settings($settings) { $args = array( 'tracking_id' => array( 'filter' => FILTER_SANITIZE_FULL_SPECIAL_CHARS, 'flags' => FILTER_REQUIRE_SCALAR, ), 'property_id' => array( 'filter' => FILTER_SANITIZE_FULL_SPECIAL_CHARS, 'flags' => FILTER_REQUIRE_SCALAR, ), 'api_secret' => array( 'filter' => FILTER_SANITIZE_FULL_SPECIAL_CHARS, 'flags' => FILTER_REQUIRE_SCALAR, ), 'manual_tracking' => array( 'filter' => FILTER_VALIDATE_BOOLEAN, 'flags' => FILTER_REQUIRE_SCALAR, ), 'agreement' => array( 'filter' => FILTER_VALIDATE_BOOLEAN, 'flags' => FILTER_REQUIRE_SCALAR, ), ); $settings = filter_var_array( $settings, $args ); return $settings; } /* parsing event settings before saving them */ public function parse_ga4wp_bool_settings($settings) { $settings = filter_var_array( $settings,FILTER_VALIDATE_BOOLEAN ); return $settings; } /* Defining Defaults for Dashboard settings */ public function init_ga4wp_dash_defaults() { $defaults = array( 'report_view'=>'', 'report_frame'=>'Last 30 days', 'report_from'=>'', 'report_to'=>'', ); return $defaults; } /* Defining Defaults for Authentication Settings */ public function init_ga4wp_auth_defaults() { $defaults = array( 'trackind_id' => '', 'property_id' => '', 'api_secret' =>'', 'manual_tracking' => false, 'agreement'=> true, ); return $defaults; } /* Defining Defaults for advance Settings */ public function init_ga4wp_advance_defaults() { $defaults = array( 'facebook_pixel'=> true, 'facebook_pixel_code'=> '', 'google_analytics_debug_mode' => false, 'google_measurement_api' => '', 'google_adword' => true, 'google_adword_code' => '', 'google_adword_label' => '', ); return $defaults; } /* Defining Defaults for Tracking Settings */ public function init_ga4wp_track_defaults() { if(class_exists('WooCommerce')){ $defaults = array( 'track_admin' => true, 'not_track_pageviews' => false, 'enhanced_link_attribution'=> true, 'product_single_track'=> true, 'product_archive_track'=> true, 'disable_on_hold_conversion' => true, 'anonymize_ip'=> true, 'track_interest' => false, 'not_track_user_id' => true, 'track_ga_consent'=> false, ); }else{ $defaults = array( 'track_admin' => true, 'not_track_pageviews' => false, 'enhanced_link_attribution'=> true, 'anonymize_ip'=> true, 'track_interest' => false, 'not_track_user_id' => true, 'track_ga_consent'=> false, ); } return $defaults; } /* Defining Defaults for Events Settings */ public function init_ga4wp_events_defaults() { if(class_exists('WooCommerce')){ $defaults = array( 'user_login' => true, 'user_login_errors' => true, 'user_logout' => true, 'viewed_signup_form' => true, 'user_signup' => true, 'viewed_shop' => true, 'viewed_product' => true, 'added_product' => true, 'removed_product' => true, 'changed_quantity' => true, 'viewed_cart' => true, 'wrong_coupon_applied' => true, 'applied_coupon' => true, 'removed_coupon' => true, 'begin_checkout' => true, 'filled_checkout_form' => true, 'added_payment_method' => true, 'added_shipping_method' => true, 'order_failed' => true, 'processing_payment' => true, 'completed_purchase' => true, 'wrote_review' => true, 'commented' => true, 'viewed_account' => true, 'viewed_order' => true, 'changed_password' => true, 'lost_password' => true, 'estimated_shipping' => true, 'order_cancelled' => true, 'order_refunded' => true, 'log_error' => true, ); }else{ $defaults = array( 'user_login' => true, 'user_login_errors' => true, 'user_logout' => true, 'wrote_review' => true, 'commented' => true, 'log_error' => true, ); } return $defaults; } }