Hi everyone,
I understand that the major use case for event forwarding is first party data/ unique identifiers, but mu use case revolves around cookie deprecation.
I would like to send page view events to google ads via event forwarding.
However the google ads enhanced conversion extension will not allow me to do this unless I have PII (email, mobile or address) and Transaction ID.
Can some kindly help me figure out a solution? Should I send the event via custom command like I did in tags (as below)?
<script>
gtag('event', 'conversion', {
'send_to': 'AW-XXXXXXXXX/XXXXXXXXXXXXX',
});
</script>