SHOW:
|
|
- or go back to the newest paste.
1 | window.dataLayer = window.dataLayer || []; | |
2 | dataLayer.push({ | |
3 | - | 'event': 'sign_up', |
3 | + | 'event': 'lead_without_idv', |
4 | - | 'user_id': '123abc' // this should be replaced by actual user ID and cannot be PII e.g. email address or IP address |
4 | + | 'claim_id': '123abc' // this should be replaced by actual claim ID and cannot be PII e.g. email address or IP address |
5 | }); |