diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2024-02-08 10:10:55 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-08 08:10:55 +0100 |
commit | 2abb68c8caf02ddfceb687ba097b996a855abc69 (patch) | |
tree | b3f058ba4de4352e1b4e377335bdc1dbe904b569 /src/lib/ndpi_content_match.c.inc | |
parent | 6207be43fa5f355b23eb4cc692af982f43fab0d1 (diff) |
Add new AppsFlyer domain (#2307)
Diffstat (limited to 'src/lib/ndpi_content_match.c.inc')
-rw-r--r-- | src/lib/ndpi_content_match.c.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ndpi_content_match.c.inc b/src/lib/ndpi_content_match.c.inc index 60d0b429d..051e44d07 100644 --- a/src/lib/ndpi_content_match.c.inc +++ b/src/lib/ndpi_content_match.c.inc @@ -1433,6 +1433,7 @@ static ndpi_protocol_match host_match[] = { ".mopub.com", "ADS_Analytic_Track", NDPI_PROTOCOL_ADS_ANALYTICS_TRACK, CUSTOM_CATEGORY_ADVERTISEMENT, NDPI_PROTOCOL_TRACKER_ADS, NDPI_PROTOCOL_DEFAULT_LEVEL }, /* AppsFlyer is a SaaS mobile marketing analytics and attribution platform */ { ".appsflyer.com", "ADS_Analytic_Track", NDPI_PROTOCOL_ADS_ANALYTICS_TRACK, CUSTOM_CATEGORY_ADVERTISEMENT, NDPI_PROTOCOL_TRACKER_ADS, NDPI_PROTOCOL_DEFAULT_LEVEL }, + { ".appsflyersdk.com", "ADS_Analytic_Track", NDPI_PROTOCOL_ADS_ANALYTICS_TRACK, CUSTOM_CATEGORY_ADVERTISEMENT, NDPI_PROTOCOL_TRACKER_ADS, NDPI_PROTOCOL_DEFAULT_LEVEL }, /* Adjust is the mobile marketing platform for marketers around the world */ { ".adjust.com", "ADS_Analytic_Track", NDPI_PROTOCOL_ADS_ANALYTICS_TRACK, CUSTOM_CATEGORY_ADVERTISEMENT, NDPI_PROTOCOL_TRACKER_ADS, NDPI_PROTOCOL_DEFAULT_LEVEL }, /* Helpshift enables brands to deliver superior digital customer service digital channels*/ |