!-- Event snippet for telefon ze stroy mobile conversion page
In your html page, add the snippet and call gtag_report_conversion when someone clicks on the chosen link or button. -->
gtag('config', 'AW-994690666');
gtag('config', 'AW-1026177526');
function allConsentGranted() {
gtag('consent', 'update', {
'ad_user_data': 'granted',
'ad_personalization': 'granted',
'ad_storage': 'granted',
'analytics_storage': 'granted'
});
}
...
...