Skip to content

Instantly share code, notes, and snippets.

@mattapperson
Created July 16, 2011 03:02
Show Gist options
  • Save mattapperson/1085950 to your computer and use it in GitHub Desktop.
Save mattapperson/1085950 to your computer and use it in GitHub Desktop.
var adview = Titanium.Admob.createView({
top:0,
testing:true,
adBackgroundColor:'black',
primaryTextColor:'blue',
secondaryTextColor:'green',
publisherId:'<< your ID>>' // Replace this string with your own API key!
});
win.add(adview);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment