Unblocking ZEN Cashback

NIGHTZNERO

New Member
Hello ADG Family,

I come with question to unblocking tracking from ZEN links.
As You (now) know I m using ZEN Bank,to get cashback to my account i have to open special link (here is sample - Link). ADG With my filters blocks that I can't even open that link and have to use vpn(or just disable ADG) to process. And here is my question. Do some1 can help me what should I whitelist in rules,dns rules and on ADG dns server? Can somebody help cause I m tired of trying to whitelist: @@||partner1.cashback.zen.com
@@||planetplus.go2cloud.org
@@||tc.tradetracker.net

But still facing a issue with entering a links.
I use bunch of filer list but if that somehow help in apk I see that "Dandelion Sprout's Annoyances List", "AdGuard Mobile Ads Filter" and on ADG DNS server "AdGuard DNS filter" make conflict with that links.

Thanks in advance!
 

Blaz

Moderator & Translator
Staff member
Moderator
You need these two rules in DNS user filter (switch DNS server to non-filtering and enable DNS filter):
Code:
@@||ad.doubleclick.net|
@@||tc.tradetracker.net|
@Alex302 should we unblock those in DNS filter or are ads unleashed then?
 

NIGHTZNERO

New Member
You need these two rules in DNS user filter (switch DNS server to non-filtering and enable DNS filter):
Code:
@@||ad.doubleclick.net|
@@||tc.tradetracker.net|
@Alex302 should we unblock those in DNS filter or are ads unleashed then?
I m using my own ADG DNS Server,not default,or just switch to non filtering for time to add rules and then back to main?Screenshot_20220809-195303_AdGuard.jpg
I know that I can use a non filtering option,or just disabling a ADG,but well...I would like to more whitelist them rather than using a non filter version. If You don't mind ofc,thanks for answer and waiting for diff steps
 

Blaz

Moderator & Translator
Staff member
Moderator
Add the rules I posted to your DNS server, they whitelist the required URLs.
 

NIGHTZNERO

New Member
Add the rules I posted to your DNS server, they whitelist the required URLs.
Now I got diff url,and as before works fine (strings after links was untouched) that now its opening normal site. Can You check it for me please ?
The rules has been added and still are in whitelist on dns server
Link
 

Blaz

Moderator & Translator
Staff member
Moderator
What exactly is broken? Polish target website is opening.
@Alex302 question still stands.
 

NIGHTZNERO

New Member
What exactly is broken? Polish target website is opening.
The site should like this :
pyszne.pl/?utm_content=directlink&zanpid=12109_1660862869_883c4a3df1f95272bd521af07534211e&utm_source=awin&utm_medium=cps&utm_campaign=CM_P_AW_POL_PL_[ENGM]_[OTHR]_[745099]_PERFDIS&awc=12109_1660862869_883c4a3df1f95272bd521af07534211e

Instead of pyszne.pl
 

Blaz

Moderator & Translator
Staff member
Moderator
For user filter, not for Tracking Parameter filter since those are tracking ids:
Code:
@@||pyszne.pl$removeparam=utm_source
@@||pyszne.pl$removeparam=utm_medium
@@||pyszne.pl$removeparam=utm_campaign
@@||pyszne.pl$removeparam=awc
 

NIGHTZNERO

New Member
For user filter, not for Tracking Parameter filter since those are tracking ids:
Code:
@@||pyszne.pl$removeparam=utm_source
@@||pyszne.pl$removeparam=utm_medium
@@||pyszne.pl$removeparam=utm_campaign
@@||pyszne.pl$removeparam=awc
For more sites, rather than disable it for everything I have a question how connect few sites to one rule? If I have like 15sites I have to all of them one by one add with those 4 rules? Or same as modifications I can separate sites with " , " ?
Edit: with that rules i can disable previous rules I mean
Code:
@@||ad.doubleclick.net|
@@||tc.tradetracker.net|
Or they have to stay to everything work properly?
 

Blaz

Moderator & Translator
Staff member
Moderator
Better exchange the domain at front.
Previous rules must be still enabled.

You can try these rules though (but those rules unblock those tracking parameters for every request from that domain:
Code:
@@$removeparam=utm_source,domain=pyszne.pl|domain2.com|domain3.com
@@$removeparam=utm_medium,domain=pyszne.pl|domain2.com|domain3.com
@@$removeparam=utm_campaign,domain=pyszne.pl|domain2.com|domain3.com
@@$removeparam=awc,domain=pyszne.pl|domain2.com|domain3.com
 
Last edited:

NIGHTZNERO

New Member
Better exchange the domain at front.
Previous rules must be still enabled.

You can try these rules though (but those rules unblock those tracking parameters for every request from that domain:
Code:
@@$removeparam=utm_source,domain=pyszne.pl|domain2.com|domain3.com
@@$removeparam=utm_medium,domain=pyszne.pl|domain2.com|domain3.com
@@$removeparam=utm_campaign,domain=pyszne.pl|domain2.com|domain3.com
@@$removeparam=awc,domain=pyszne.pl|domain2.com|domain3.com
Ok, I luv u @Blaz, i asked a Dandelion if he could makes a rules but if they unblock all trackers on that specific sites I guess I will do my own so the same goes but from ZEN to Revolut sites. Here is a sample of site and the same rules or have to add something else ?
Cashback link -> Normal link

and another question about creating rules,if i use:
Code:
@@||graph.facebook.com^$app=com.facebook.katana,app=com.facebook.orca
It is proper? Or shall I use
Code:
@@||graph.facebook.com^$app=com.facebook.katana|com.facebook.orca
Cause if I can separate sites(like u show me on cashback sites) can I use it for apps or here HAVE to be a prefix(app=)? Katana stands for fb,Orca for Messenger
And also,DNS rules. Can I use ANY modificators on ADG DNS server like important,badfilter,third-party? Or all mods are disabled in dns?
 

Blaz

Moderator & Translator
Staff member
Moderator
For guess.com:

Parameter awc and dclidhave to be excluded.

Regarding rule question with $app: Last one should be working, first one should only use the the last parameter (at least with $removeparam it behaves like that way).

All parameters with a $ are non-working for DNS due to the nature of DNS.
It is either block for every app/website it requests or unblock, example for an unblock DNS rule which must be put into DNS user filter (if you use an AdGuard app with DNS module):
Code:
@@||test.com^|
If you use AdGuard Home or self-managed DNS, you put it there into user rules. If you use the public AdGuard DNS then you cannot do anything except reporting breaking app/website and then our staff will unblock it unless it distributes too many ads/trackers.[/code]
 

Alex302

Filters Developer
Staff member
Administrator
You need these two rules in DNS user filter (switch DNS server to non-filtering and enable DNS filter):
Code:
@@||ad.doubleclick.net|
@@||tc.tradetracker.net|
@Alex302 should we unblock those in DNS filter or are ads unleashed then?
No, too wide.
 

Alex302

Filters Developer
Staff member
Administrator
@NIGHTZNERO Hi. The most of cash-back services cannot work with ad blockers. This is literally impossible to fix them(a lot of analytics used for that, and the list of used services is not constant). Just disable ad blocking during order process.
 

NIGHTZNERO

New Member
@Blaz Which version is proper if i want unlock "ad.doubleclick.net" for few sites?

Code:
@@||ad.doubleclick.net^$domain=xyz1^,xyz2^,xyz3^
@@||xyz1^,xyz2^,xyz3^$domain=ad.doubleclick.net^
and also question about Stealth mode.

if i use rule
Code:
@@||xyz1.tv^$domain=xyz1.tv,stealth
its works fine,but if i use
Code:
@@||xyz1.tv^$domain=xyz1.tv,stealth=1p-cookie|3p-cookie|3p-cache|xclientdata|donottrack|ip|3p-auth|searchqueries|referrer|useragent|webrtc|push|location|flash|java|dpi
the rules stops working.... is there any other (hidden/non shown on site) stealh rule that making this rule broken? Cuz if i m not wrong i used all displayed stealth rules on site but..

Best Regards
 

Blaz

Moderator & Translator
Staff member
Moderator
You only can disable stealth completely or not via rule.

First rule is unblocking it when the domain is requested.
For your second rule the doubleclick domain has to request it.
 

NIGHTZNERO

New Member
You only can disable stealth completely or not via rule.
I mean... i want to use features of Stealth mode as much as possible for example cookies auto destroying,hidden queries and so on. And disable which crashes a site for example java but no matter which one i disable,which is enabled. Whenever i use stealth=xyz syntax that rule stop working so,is there any other syntax to stealth mode rather than i mentioned above? I would like to use SM cause its great feature :)
 
Top