mirror of
https://gitlab.com/jeancf/twoot.git
synced 2024-11-23 20:11:11 +00:00
added "utm_brand" to blacklist
This commit is contained in:
parent
92a60e2fad
commit
0db62a1906
3
twoot.py
3
twoot.py
|
@ -213,7 +213,8 @@ def _remove_trackers_query(query_str):
|
|||
# tags by Facebook
|
||||
params_to_remove = {
|
||||
"gclid", "_ga", "gclsrc", "dclid",
|
||||
"utm_source", "utm_medium", "utm_campaign", "utm_term", "utm_content", "utm_cid", "utm_reader", "utm_name", "utm_referrer", "utm_social", "utm_social-type",
|
||||
"utm_source", "utm_medium", "utm_campaign", "utm_term", "utm_content", "utm_cid",
|
||||
"utm_reader", "utm_name", "utm_referrer", "utm_social", "utm_social-type", "utm_brand"
|
||||
"mkt_tok",
|
||||
"campaign_name", "ad_set_name", "campaign_id", "ad_set_id",
|
||||
"fbclid", "campaign_name", "ad_set_name", "ad_set_id", "media", "interest_group_name", "ad_set_id"
|
||||
|
|
Loading…
Reference in New Issue
Block a user