farhan678 / adwhirl

Automatically exported from code.google.com/p/adwhirl
0 stars 0 forks source link

Android-SDK: Allow overwriting AdWhirlUtil.urlConfig, AdWhirlUtil.urlImpression, AdWhirlUtil.urlClick, AdWhirlUtil.urlCustom #312

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Please do not make the server uls In AdWhirlUtil.java final so we can overwrite 
them.

Here is how they should look like:

  public static String urlConfig = "http://mob.adwhirl.com/getInfo.php?appid=%s&appver=%d&client=2";
  public static String urlImpression = "http://met.adwhirl.com/exmet.php?appid=%s&nid=%s&type=%d&uuid=%s&country_code=%s&appver=%d&client=2";
  public static String urlClick = "http://met.adwhirl.com/exclick.php?appid=%s&nid=%s&type=%d&uuid=%s&country_code=%s&appver=%d&client=2";
  public static String urlCustom = "http://cus.adwhirl.com/custom.php?appid=%s&nid=%s&uuid=%s&country_code=%s%s&appver=%d&client=2";

How else are we going to be able to use our own servers?

Cheers,
-Andrin

Original issue reported on code.google.com by and...@miumeet.com on 27 Apr 2012 at 1:33