egonzalez
Posts: 0
Joined: Fri Sep 14, 2012 9:34 pm

Adding Adsense Ads to Tiggzi Webapp.

I am attempting to incorporate Adsense Ads into my webapp. I am following a tutorial.

http://therockncoder.blogspot.com/201...

The first step talks about adding Javascript to the header of each page that is going to have an ad. I don't know how access the "header" specifically within Tiggzi.

I realize that I can export the app and access the raw HTML page (header) this way but I am using Tiggzi hosting at the moment so exporting the project is something I can't do without the ability to import it again.

Thanks
Eric

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Adding Adsense Ads to Tiggzi Webapp.

Try adding the JavaScript file this way: http://docs.tiggzi.com/documentation/...

egonzalez
Posts: 0
Joined: Fri Sep 14, 2012 9:34 pm

Adding Adsense Ads to Tiggzi Webapp.

I created a JavaScript File with the following:
code<script type="text&#47;javascript"><!--
google_ad_client = "ca-pub-xxxxxxxxxxxxxxxx&quot
&#47;* SkoolZen Footer *&#47;
google_ad_slot = "xxxxxxxxxx&quot
google_ad_width = 320;
google_ad_height = 50;
&#47;&#47;-->
<&#47;script>/code

I then added a panel component (HTML) to the page and added the following code:

code<&#47;script>
<script type="text&#47;javascript" src="http:&#47;&#47;pagead2&#46;googlesyndication&#46;com&#47;pagead&#47;show_ads&#46;js">
<&#47;script>/code

I am not able to get anything to show.
Any ideas?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Adding Adsense Ads to Tiggzi Webapp.

Hello! Please delete tags from your JS asset

google_ad_client = "ca-pub-xxxxxxxxxxxxxxxx";
/* SkoolZen Footer */
google_ad_slot = "xxxxxxxxxx";
google_ad_width = 320;
google_ad_height = 50;

egonzalez
Posts: 0
Joined: Fri Sep 14, 2012 9:34 pm

Adding Adsense Ads to Tiggzi Webapp.

It works!
Thanks so much!

Return to “Issues”