Google Ads - really struggling with pageview, how can I setup just homepage?

You can add custom script in theme.liquid and send custom event in GTAG:

{% if template == 'index' %}
 
{% endif %}