diff src/global/web/Ads.java @ 13:544442684af6

add my publisher id to ads.txt
author raven <mazdarulez@hotmail.com>
date Tue, 20 Aug 2019 12:54:48 +1000
parents 02b2fdfc07e2
children
line wrap: on
line diff
--- a/src/global/web/Ads.java	Tue Aug 20 12:51:51 2019 +1000
+++ b/src/global/web/Ads.java	Tue Aug 20 12:54:48 2019 +1000
@@ -17,6 +17,7 @@
 		response.setCharacterEncoding("UTF-8");
 		PrintWriter out = response.getWriter();
 
+		out.println("google.com, pub-1691702211255830, DIRECT, f08c47fec0942fa0");
 		out.println("google.com, pub-6750305871516672, DIRECT, f08c47fec0942fa0");
 	}