Posts

Showing posts from June, 2013

DFP with Google App Engine

See the code ************************************************************************************* package com.lin.web.servlet; import java.io.IOException; import java.io.PrintWriter; import java.util.List; import java.util.logging.Logger; import javax.servlet.ServletConfig; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import com.google.api.ads.common.lib.exception.ValidationException; import com.google.api.ads.dfp.appengine.oauth.CredentialException; import com.google.api.ads.dfp.jaxws.factory.DfpServices; import com.google.api.ads.dfp.jaxws.v201302.ApiException_Exception; import com.google.api.ads.dfp.jaxws.v201302.Network; import com.google.api.ads.dfp.jaxws.v201302.NetworkServiceInterface; import com.google.api.ads.dfp.lib.client.DfpSession; import com.lin.web.util.ClientLoginAuth; import com.lin.web.util.LinMobiileProperties; import com.lin.web.util.Lin