Hey, thanks for the response. The problem is, AdWords is saying that the remarketing tag isn’t adding visitors to my remarketing list. Isn’t it possible that the fragment is missing line “send_to” and that’s the issue? Because when I look into code fragment in AdWords, Google is saying it should look like this
<script>
gtag('event', 'page_view', {
'send_to': 'AW-784215690',
'ecomm_pagetype': 'replace with value',
'ecomm_prodid': 'replace with value',
'ecomm_totalvalue': 'replace with value',
'user_id': 'replace with value'
});
</script>
but the plugin is omitting the first line.