Skip to content

Commit aeeb188

Browse files
Readme update: resize diagrams
1 parent 248c5d9 commit aeeb188

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

readme.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ In order to solve ad-blocking issues, we have to introduce **a proxy which will
1515

1616
The next diagram demonstrates the problem with Google Tag Manager / Google Analytics being blocked by ad blockers.
1717

18-
![Google Tag Manager Proxy - No proxy](https://user-images.githubusercontent.com/4989256/55686876-52fc0200-596f-11e9-8d17-399b97486a02.png)
18+
<p align="center">
19+
<img width="50%" alt="Google Tag Manager Proxy - Without Proxy" src="https://user-images.githubusercontent.com/4989256/55686876-52fc0200-596f-11e9-8d17-399b97486a02.png"></img>
20+
</p>
1921

2022
In general, all ad blocks work the same way: they block requests to Google Analytics servers and some URLs which match their blacklists. In order to avoid blocking Google analytics, all such requests must be proxied through URLs that aren't blacklisted. Furthermore, some URLs have to be masked in order for ad-blocker not to recognize the URL.
2123

@@ -26,7 +28,9 @@ Thus, this proxy service:
2628
3. Modifies the response and replaces URLs containing blacklisted paths like `/google-analytics`.
2729
4. Modifies proxied request to Google Measurement Protocol and overwrites user's IP address.
2830

29-
![Google Tag Manager Proxy - With Proxy](https://user-images.githubusercontent.com/4989256/55686879-542d2f00-596f-11e9-8313-5837af75cc2e.png)
31+
<p align="center">
32+
<img width="80%" alt="Google Tag Manager Proxy - With Proxy" src="https://user-images.githubusercontent.com/4989256/55686879-542d2f00-596f-11e9-8313-5837af75cc2e.png"></img>
33+
</p>
3034

3135
## Prerequisites
3236

0 commit comments

Comments
 (0)