(1)First go to url google.com/mapmaker/
(2)then click on Add new and under Add new there is option for Add Place click on that:
(4)Then select your Category
(5)Enter your category and enter your place name and click on continue :
Join For Complete Training in PHP,ANDROID,DIGITAL MARKETING (+91 8149996597)
Exam | Description |
AdWords Fundamentals | The AdWords Fundamentals exam covers basic and intermediate concepts, including the benefits of online advertising and AdWords, and best practices for managing and optimizing AdWords campaigns. |
Search Advertising | The Search Advertising exam covers basic and advanced concepts, including best practices for creating, managing, measuring, and optimizing search ad campaigns across the Search Network. |
Display Advertising | The Display Advertising exam covers advanced concepts and best practices for creating, managing, measuring, and optimizing Display campaigns. |
Mobile Advertising | The Mobile Advertising exam covers the basic and advanced concepts of mobile advertising, including ad formats, bidding and targeting, and campaign measurement and optimization. |
Video Advertising | The Video Advertising exam covers basic and advanced concepts, including best practices for creating, managing, measuring, and optimizing video advertising campaigns across YouTube and the web. |
Shopping Advertising | The Shopping Advertising exam covers basic and advanced concepts, including creating a Merchant Center account and product data feed, and creating and managing Shopping campaigns. |
Page CTR = Clicks / Page views
Type | Description |
---|---|
Ad unit |
|
Custom-sized ad unit |
|
Responsive ad unit |
|
Matched content unit |
|
<body>
and </body>
tags of your page. If you paste the ad code outside the <body>
tags it will prevent your ads from appearing correctly.<html>
<head>
This is the head of your page.
<title>Example HTML page</title>
</head>
<body>
This is the body of your page.
</body>
</html>
<html>
<head>
This is the head of your page.
<title>Example HTML page</title>
</head>
<body>
This is the body of your page.
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Homepage Leaderboard -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-1234567890123456"
data-ad-slot="1234567890"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</body>
</html>
<div>
, <table>
, etc.). For example, if you surround your ad code with the HTML tags <div align="center">
and </div>
, your ads will appear in the centre of your page.<html>
<head>
This is the head of your page.
<title>Example HTML page</title>
</head>
<body>
This is the body of your page.
<div align="center">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Homepage Leaderboard -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-1234567890123456"
data-ad-slot="1234567890"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</body>
</html>