comparison 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
comparison
equal deleted inserted replaced
12:3b057845e2a7 13:544442684af6
15 { 15 {
16 response.setContentType("text/plain"); 16 response.setContentType("text/plain");
17 response.setCharacterEncoding("UTF-8"); 17 response.setCharacterEncoding("UTF-8");
18 PrintWriter out = response.getWriter(); 18 PrintWriter out = response.getWriter();
19 19
20 out.println("google.com, pub-1691702211255830, DIRECT, f08c47fec0942fa0");
20 out.println("google.com, pub-6750305871516672, DIRECT, f08c47fec0942fa0"); 21 out.println("google.com, pub-6750305871516672, DIRECT, f08c47fec0942fa0");
21 } 22 }
22 23
23 } 24 }