Skip to content

Commit b332b83

Browse files
authored
YouTube parameter "pp"
Adds the "pp" query param. This query value is base64 coded and typically holds some control characters as well as the query that the user last searched. Regularly reaches lengths of 30+, which clutters the link, and can also be unique to the user which will allow this parameter to be used as tracking.
1 parent 28cc1c6 commit b332b83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

data.min.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,8 @@
395395
"feature",
396396
"gclid",
397397
"kw" ,
398-
"si"
398+
"si",
399+
"pp"
399400
],
400401
"referralMarketing": [],
401402
"rawRules": [],

0 commit comments

Comments
 (0)