pacman, rainbows, and roller s

Kode Admobs

Susah buat di install

Kode Admobs yang ada di adsense susah buat diinstall di blogger misalnya, atau di wordpress. Mengapa hal ini bisa terjadi, padahal Admob itu sendiri berasal dari account blogger mengapa susah buat diinstall bi blogger, aku sendiri sampai kebingungan. <%@ Language="VB" %> <% ' AdMob Publisher Code ' Language: VB.NET (.NET 2.0 or above) ' Version: 20081105 ' Copyright AdMob, Inc., All rights reserved ' Documentation at http://developer.admob.com/wiki/Main_Page Dim admobRequiredParams As New Hashtable() Dim admobOptionalParams As New Hashtable() admobRequiredParams.Add("PUBLISHER_ID", "a14de06ab238cab") ' Required to request ads. To find your Publisher ID, log in to your AdMob account and click on the "Sites & Apps" tab. admobRequiredParams.Add("ANALYTICS_ID", "your_analytics_site_id") ' Required to collect Analytics data. To find your Analytics ID, log in to your Analytics account and click on the "Edit" link next to the name of your site. admobRequiredParams.Add("COOKIE_DOMAIN", "") ' If your mobile site uses multiple subdomains, enter the root domain (e.g. "example.com") to make the AdMob cookie visible across subdomains. admobRequiredParams.Add("AD_REQUEST", True) ' To request an ad, set to True. admobRequiredParams.Add("ANALYTICS_REQUEST", False) ' To enable the collection of analytics data, set to True. admobRequiredParams.Add("TEST_MODE", True) ' While testing, set to True. When you are ready to make live requests, set to False. ' Additional optional parameters are available at: http://developer.admob.com/wiki/AdCodeDocumentation 'admobOptionalParams.Add("title", "Insert Page Title Here") ' Analytics allows you to track site usage based on custom page titles. Enter custom title in this parameter. 'admobOptionalParams.Add("event", "Insert Event Name Here") ' To learn more about events, log in to your Analytics account and visit this page: http://analytics.admob.com/reports/events/add ' Send request to AdMob. To make additional ad requests per page, copy and paste this function call elsewhere on your page. Response.Write(AdmobRequest(admobRequiredParams, admobOptionalParams)) ''''''''''''''''''''''''''''''' ' Do not edit below this line ' ''''''''''''''''''''''''''''''' %>

Back to posts
Comments:

Post a comment