Showing posts with label google adsense. Show all posts
Showing posts with label google adsense. Show all posts

July 26, 2013

New Favicon Introduced on Text Ads (Google AdChoices)

We all familiar with Text Ads and organic ads. But recently Google has introduced new feature for Text Based Ads on web-pages. Adsense Software Engineer Mohamad Ayyash has posted the information on Blogspot.

A Favicon Icon is such a graphical icon used the represent their service or their company logo by advertiser. If you added a favicon related to your service, the user/customer can easily gets an idea about the service without clicking on it. 

Example:
Here you can noticed the icons on left side on the Ads. The advertisers has given their own icons to display. These can be seen only for Text Based Ads, but not for Organic Ads (displayed on Google search engine).
Favicon on Text Based Ads
Favicon for Text Ads
Most of the advertisers feels that there are so many unwanted leads arrived to them. But I think that, after adding this favicon image, there may be chances to reduce generation of wrong/unwanted leads.

July 06, 2013

A New Async Code for your Adsense Tag

Michael Kleber, one of the members in Google Adense developer team posted that they had introduced a new code for Adsense tag.

The new script code can be mentioned only once in the website, that means even if you have multiple ads on your website, you can specify those with in a single tag.

New script tag is-
<script async src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>

After crawling the above code, it just goes to the .js file, which has below code

<ins class="adsbygoogle"
     style="display:inline-block;width:350px;height:200px"
     data-ad-client="ca-pub-xxxxxxxxxxxxxxxx"
     data-ad-slot="yyyyyyyyyy"></ins>
<script>
  (adsbygoogle = window.adsbygoogle || []).push({});
</script>

Later you can also add Google Analytics by mentioning google_analytics_uacct="UA-zzzzzz-zz" in "ins" class

Data Analytics with data-analytics-uacct="UA-zzzzzz-zz" in "ins" class

 

Copyright © 2015 Search Industry. All rights resevered. Maintained by Premul SEO

Back To Top