-
Notifications
You must be signed in to change notification settings - Fork 0
/
mvp.html
114 lines (111 loc) · 5.37 KB
/
mvp.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>MVP Docs</title>
<link type = "text/css" rel="stylesheet" href="style.css">
<link href='http://fonts.googleapis.com/css?family=Roboto:400' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="//cdn.shopify.com/s/files/1/0467/3217/t/3/assets/favicon.ico?6783" type="image/x-icon">
<link type="text/css" rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.css" />
</head>
<body>
<header>
<nav class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header navbar-left">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">
<img src = "http://cdn.shopify.com/s/files/1/0467/3217/t/3/assets/logo.png?6783"/>
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="#">DOCS</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">INFO <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="#">Info</a></li>
<li><a href="#">Info</a></li>
<li><a href="#">More Info</a></li>
<li class="divider"></li>
<li><a href="#">Lost of Info</a></li>
<li class="divider"></li>
<li><a href="#">So much Info</a></li>
</ul>
</li>
<li><button type="button" class="btn btn-default navbar-btn">LOGIN</button></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</header>
<div class = "center col-md-12">
<h1>POSTING ADVERTISMENTS ON THE MVP PLATFORM</h1>
<h2>Step by Step guide:</h2>
<h3>Login to Doubleclick for Publishers - “DFP”</h3>
<p>You have 2 scenarios here, you want to add an advertisment for an Anthro MVP athlete or create a 3rd Party Ad that we receive payment from. I will explain both methods below:</p>
</div>
<div class = "col-md-6 mvp">
<h3 class = "text-center"><strong>MVP WAY</strong></h3>
<ol>
<li>After logged in to DFP, click on Inventory and CREATE a new Ad Unit</li>
<li> Include the appropriate fields for:
<ul>
<li>Name with size, for example Richard_Sherman_FathersDay_300x250. Use underscores becauses spaces are not allowed.</li>
<li>Enter the proposed Ad Size.</li>
<li>Add it to the specific placement. These will be setup for you prior to adding the ad.</li>
<img class = "img-responsive" src = "http://placehold.it/200x200"/>
</ul>
</li>
<li>Next go into the Outstanding order on the “Orders” page for that athlete. We have 2 types of orders, TILES & BANNERS. Enter the one of your choosing.</li>
<img class = "img-responsive" src = "http://placehold.it/200x200"/>
<li>Click new order</li>
<li>Enter the name, (same way as Ad Unit), Advertiser(House), Labels (Athlete’s last name), Setting Type: Sponsorship. Select the placement as well.</li>
<img class = "img-responsive" src = "http://placehold.it/200x200"/>
<li>Add a Creative, upload image, and enter the creative click-through destination</li>
<li>Make Sure the Creative is Active/Approved/Delivering.</li>
<img class = "img-responsive" src = "http://placehold.it/200x200"/>
<li>Pause any unwanted Ads</li>
<li>MAKE SURE AD IS NOT DISPLAYING ON OTHER SITES</li>
</ol>
</div>
<div class = "col-md-6 party">
<h3 class = "text-center"><strong>3RD PARTY</strong></h3>
<ol>
<li>After logged in to DFP, click on Inventory and CREATE a new Ad Unit</li>
<li>Include the appropriate fields for:
<ul>
<li>Name with size, for example Richard_Sherman_FathersDay_300x250. Use underscores becauses spaces are not allowed.</li>
<li>Enter the proposed Ad Size.</li>
<li>Add it to the specific placement. These will be setup for you prior to adding the ad.</li>
</ul>
</li>
<li>Create a new Order</li>
<li>Enter the name, (same way as Ad Unit), Advertiser(House), Labels (Athlete’s last name), Setting Type: Sponsorship. Select the placement as well.</li>
<img class = "img-responsive" src = "http://placehold.it/200x200"/>
<li>Add a Creative, upload image, and enter the creative click-through destination</li>
<img class = "img-responsive" src = "http://placehold.it/200x200"/>
<li>Go into Inventory</li>
<img class = "img-responsive" src = "http://placehold.it/200x200"/>
<li>Click Generate tags on the sidebar</li>
<li>Choose the AD UNITS to put on page.</li>
<li>Send tags to Developers for installation on the site.</li>
<img class = "img-responsive" src = "http://placehold.it/200x200"/>
<li>MAKE SURE AD IS NOT DISPLAYING ON OTHER SITES</li>
</ol>
</div>
<footer>
<p>NIK AIYER</p>
</footer>
<!-- Scripts below -->
<script src = "bower_components/jquery/dist/jquery.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</body>
</html>