<?php session_start(); include("./../config/config.php"); include("./backend/validated_admin.php"); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Google Analytics Code - iCouponWorld | Coupons | Discounts| Promo Codes</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <link id="favicon" rel="icon" type="image/x-icon" href="../images/web-images/home/favicon.png"> <meta name="robots" content="index, follow" /> <meta name="author" content="Design Collection"> <meta name="description" content="iCouponWorld stores may offer a wide range of products, from clothing and accessories to electronics and home goods, and they may sell products from multiple brands or their own proprietary products."> <meta name="keywords" content="Google Analytics Code, iCouponWorld stores, products, coupon, coupon code, promo code, cashback, offer, promotion, deal"> <link rel="canonical" href="google-analytics-code.php"/> <!-- Viewport configuration, scaling options --> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <!-- Bootstrap CSS --> <link href="../css/icouponworld.css" rel="stylesheet"> <!-- CSS Stylesheet --> <link href="../css/dashboard.css" rel="stylesheet"> <!-- Font Awesome icon --> <link href="../fontawesome/css/fontawesome.css" rel="stylesheet" /> <!-- Roboto font --> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <!--unique id begin --> <div id="s_mm"> <!--scroll-top Begin--> <div id="scroll-top"> <!--sidebarwrapper Begin--> <div id="sidebarwrapper"> <!--Sidebarmenu Begin--> <?php include("./includefiles/sidebar.php"); ?> <!--Sidebarmenu End--> <!--content-wrapper Begin--> <div id="content-wrapper" class="d-flex flex-column dashboard-navbar"> <div id="maincontent"> <!-- Navbar Topbar Begin--> <?php include("./includefiles/header.php"); ?> <!-- Navbar Topbar End--> <!-- Container Begin--> <div class="container-fluid px-4"> <div class="d-sm-flex align-items-center justify-content-between mb-4"> <h3> Google Analytics Code </h3> </div> <?php include("./includefiles/coupon_count.php"); ?> <?php include('./cpages/google_analytics.php'); ?> </div> <!-- Container End--> </div> <!--Copyright Begin--> <!--Copyright Begin--> <?php include("./includefiles/footer.php"); ?> <!--Copyright End--> <!--Copyright End--> </div> <!--content-wrapper End--> </div> <!--sidebarwrapper End--> <!--Scroll to top Begin--> <a class="scroll-to-top rounded" href="#scroll-top"> <i class="fas fa-angle-up"></i> </a> <!--Scroll to top End--> <!-- Jquery Script --> <script src="../js/jquery-3.4.1.min.js"></script> <!-- Bootstrap Script --> <script src="../js/bootstrap.bundle.min.js"></script> <!-- dashboard-icouponworld.js Script --> <script src="../js/dashboard-icouponworld.js"></script> </div> <!--scroll-top End--> </div> <!--unique id End --> </body> </html>