79164701

Date: 2024-11-07 00:43:42
Score: 0.5
Natty:
Report link

First, declare your gtag in the component:

declare var gtag;

Secondly, trigger your gtag conversion using your gtag id and label id (after your payment is successful):

makeAGoogleConversion(){
  gtag('event', 'conversion', {
    'send_to': 'AW-123456789/8a4588Tfd23646',
  });
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sheikh Wahab Mahmood