"Inherit from client" Event name in sGTM

How accurate is the “Inherit from client” option in the different sGTM tags ? I am planning to send events via webhooks with the following names (standard event names): PageView, Lead & Purchase. And I will be using the Data Client.

If I choose the “Inherit from client” in all the traffic source tags, will these be matched correctly everywhere?

For example, for the Snapchat tag, will my “PageView” event name value match the “PAGE_VIEW” event automatically? or should these strings be exactly the same?

Or for the Reddit tag, will my “PageView” event name value match the “PageVisit” event automatically? or should these strings be exactly the same?

Standard event types will be mapped automatically. You can open any tag template you’re interested in and locate the dictionaries quick enough to see whats what

Gotcha, found the mapping in the code under the let gaToEventName variable mapping. If anyone is interested, here are the GA4 standard events used for the mapping: [GA4] Recommended events - Analytics Help

But stape Tags only “Inherit” the event name (and try to use the channel specific one) but they do not inherit other parameters?

not true, don’t override anything and most tags will try to parse GA4/ Data Tag data.

It is a question, so I do not make claims that are true or false :smiley:
I do not understand your answer though.

I’ll phrase it better:

  • What kind of parameters etc. are Stape Tags able to “inherit” from GA4 Client?
  • If I choose to “override event name” - will they still inherit other parameters?

Thank you!

  • value, currency, items, user data
  • yes, unless you override corresponding parameters
1 Like