Skip to content

Commit

Permalink
Added Tag Rules (#530)
Browse files Browse the repository at this point in the history
* rules for tralium

* tealium rules changes
  • Loading branch information
ankit-privado authored Oct 3, 2024
1 parent c8fa32f commit 69de7c6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
9 changes: 9 additions & 0 deletions rules/sinks/third_parties/sdk/tealium/javascript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,12 @@ sinks:
patterns:
- "ember-tracker|tealium-react-native|tealium|tealium-cordova-plugin|gatsby-plugin-tealium-utag|@s-ui\\/tealium-tracker|tealium-tracker|react-metrics-service"
tags:

- id: ThirdParties.SDK.Tealium.TagManagerPixel
name: Tealium Tag Manager
filterProperty: "code"
domains:
- "tealium.com"
patterns:
- "(?i)(.*[.])?(utag|utag.view|utag.link|utag.track)[(].*"
tags:
14 changes: 14 additions & 0 deletions rules/sinks/third_parties/sdk/tealium/php.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

# Sink rule for ThirdParty SDK
# The id follows a format : "ThirdParties.SDK.<THIRD_PARTY_ORGANISATION>.<SUB_ORGANISATION_IF_APPLICABLE>"

sinks:
- id: ThirdParties.SDK.Tealium
name: Tealium
filterProperty: "code"
domains:
- "tealium.com"
patterns:
- "(?i)(.*)?(tealium_add_data|utag.{0,2}track)[(].*"
tags:

0 comments on commit 69de7c6

Please sign in to comment.