If you have the Adguard DNS filter enabled, you'll know that within the Google app (I'm on Android) you can't select any Shopping ad, which are often the top result for search queries. When you select it, a page opens with the URL starting `ad.doubleclick.net/ddm/clk` and is blocked.
For example, I did a Google search for "TV" and selected a Google Shopping ad/listing
which should take you to
That URL is within the long doubleclick URL, so you can manually extract and go to it without notifying Google's tracker you've clicked their ad.
Through Adguard custom rules, it possible to extract, modify or redirect to this URL? This would be the perfect solution to bypass the ad tracker. I've tried looking through the documentation but I can't work it out.
For example, I did a Google search for "TV" and selected a Google Shopping ad/listing
Code:
https://ad.doubleclick.net/ddm/clk/465758560;270927818;z;u=ds&sv1=67389284558&sv2=3292045339879063&sv3=7567459458374082709&gclid=Cj0KCQiA3-yQBhD3ARIsAHuHT65uI2qqyKmPaH2wuKdnVo01eisTOAzdU0_uRPz9yvuy2C5jBZVOfXcaAs2NEALw_wcB;%3fhttps://www.argos.co.uk/product/9498967?storeID=526&istCompanyId=a74d8886-5df9-4baa-b776-166b3bf9111c&istFeedId=30f62ea9-9626-4cac-97c8-9ff3921f8558&istItemId=pirlqramp&istBid=t&&cmpid=GS001&_$ja=tsid:59157%7cacid:416-707-6621%7ccid:9567730957%7cagid:98490215736%7ctid:pla-1459280480536%7ccrid:423217901962%7cnw:g%7crnd:14542737549272035351%7cdvc:m%7cadp:%7cmt:%7cloc:1006621&utm_source=Google&utm_medium=cpc&utm_campaign=9567730957&utm_term=9498967&utm_content=shopping&utm_custom1=98490215736&utm_custom2=416-707-6621&GPDP=true&gclid=Cj0KCQiA3-yQBhD3ARIsAHuHT65uI2qqyKmPaH2wuKdnVo01eisTOAzdU0_uRPz9yvuy2C5jBZVOfXcaAs2NEALw_wcB&gclsrc=aw.ds
Code:
https://www.argos.co.uk/product/9498967
Through Adguard custom rules, it possible to extract, modify or redirect to this URL? This would be the perfect solution to bypass the ad tracker. I've tried looking through the documentation but I can't work it out.