Open AlexGusew opened 9 months ago
When adding server tag, custom event mapping might be required if client GTM sends events with non-matching naming (e.g. sign_in).
sign_in
Some of names are resolved by default in EVENT_NAME_MAPPINGS but it doesn't extend easily for ocmpletely custom event names.
EVENT_NAME_MAPPINGS
To address this, I added text input that maps event name with the one specified in the field (e.g. like Lookup table in the case from screenshot).
See the example below:
When adding server tag, custom event mapping might be required if client GTM sends events with non-matching naming (e.g.
sign_in
).Some of names are resolved by default in
EVENT_NAME_MAPPINGS
but it doesn't extend easily for ocmpletely custom event names.To address this, I added text input that maps event name with the one specified in the field (e.g. like Lookup table in the case from screenshot).
See the example below: