Skip to content

Commit

Permalink
rules for tralium
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit-privado committed Oct 3, 2024
1 parent c8fa32f commit 99978d3
Show file tree
Hide file tree
Showing 2 changed files with 24 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:
- "tags.tiqcdn.com"
patterns:
- "(?i)(.*[.])?(utag|utag.view|utag.link|utag.track)[(].*"
tags:
15 changes: 15 additions & 0 deletions rules/sinks/third_parties/sdk/tealium/php.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

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

sinks:
- id: ThirdParties.SDK.Tealium.Drupal
name: Tealium Drupal Integration
filterProperty: "code"
domains:
- "tags.tiqcdn.com"
patterns:
- "(?i)(.*[.])?(tealium_add_data|utag.track)[(].*"
tags:
- "drupal"

0 comments on commit 99978d3

Please sign in to comment.