Hello @Naishster,
Thanks for asking. 
Please add following code in child theme function.php file:
add_action('wp_head', 'wpb_add_googleanalytics');
function wpb_add_googleanalytics() { ?>
// Paste your Google Analytics code
<!-- Global site tag (gtag.js) - Google Analytics -->
<?php } ?>
Please make sure to install and setup child theme. I am sharing the relevant resources that you can use to install and setup child theme.
https://theme.co/apex/child-themes
You also have the option to use plugins like Insert Headers and Footers to add Google Analytics plugin. In case you are interested, please take a look at following source.
Thanks.