Skip to content

Commit dacd5be

Browse files
bretgjeanstemp
andauthored
added links to line item tool in GAM AdOps pages (prebid#2672)
* added link to line item tool * minor edits Co-authored-by: Jean Stemp <[email protected]>
1 parent f688b46 commit dacd5be

File tree

6 files changed

+36
-7
lines changed

6 files changed

+36
-7
lines changed

_includes/adops/adops-gam-setup.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="col-sm-9 pb-content" markdown="1">
2-
2+
33
<h1 id="step-by-step-guide-to-google-ad-manager-setup">Step By Step Guide to Google Ad Manager Setup</h1>
44

55
<div id="youtube">
@@ -28,6 +28,13 @@ <h2>(Sorry, YouTube videos aren't available with your cookie privacy settings.)<
2828
</li>
2929
</ul>
3030

31+
<div class="alert alert-info" role="alert">
32+
<span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>
33+
<span class="sr-only">Tip:</span>
34+
Tip: Manually configuring GAM for Prebid can be a fair amount of work.
35+
Consider using our official command line tool, <a href="/tools/line-item-manager.html">Prebid Line Item Manager</a>, to create the setup. Using this tool may save you time and help you avoid mistakes.
36+
</div>
37+
3138
<h2 id="step-1-add-a-line-item">Step 1. Add a line item</h2>
3239

3340
<p>In Google Ad Manager, create a new order with a $0.50 line item.</p>
@@ -76,7 +83,7 @@ <h2 id="step-2-add-a-creative">Step 2. Add a Creative</h2>
7683

7784
<p>Copy this creative code snippet and paste it into the <strong>Code snippet</strong> box.</p>
7885

79-
<div class="pb-alert pb-alert-important" role="alert"><i class="fa fa-exclamation-circle"></i> <b>Important:</b>
86+
<div class="pb-alert pb-alert-important" role="alert"><i class="fa fa-exclamation-circle"></i> <b>Important:</b>
8087
If you’re using the <code class="language-plaintext highlighter-rouge">Send All Bids</code> scenario (where every bidder has a separate
8188
order), the creative and targeting will be different from the example shown here. See <a href="/adops/send-all-bids-adops.html">Send All Bids</a> for details.
8289
</div>

_includes/adops/adops-gam-video-setup.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ <h1 id="setting-up-prebid-video-in-google-ad-manager">Setting up Prebid Video in
1515
<li><a href="#further-reading" id="markdown-toc-further-reading">Further Reading</a></li>
1616
</ul>
1717

18+
<div class="alert alert-info" role="alert">
19+
<span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span
20+
>
21+
<span class="sr-only">Tip:</span>
22+
Tip: Manually configuring GAM for Prebid can be a fair amount of work.
23+
Consider using our official command line tool, <a href="/tools/line-item-manager.html">Prebid Line Item Manager</a>, to create the setup. Using this tool may save you time and help you avoid mistakes.
24+
</div>
25+
1826
<h2 id="line-item-setup">Line Item Setup</h2>
1927

2028
<ol>

adops/gam-native.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ This document replaces the [original documentation](/adops/setting-up-prebid-nat
2828
* TOC
2929
{:toc}
3030

31+
{: .alert.alert-info :}
32+
Manually configuring GAM for Prebid can be a fair amount of work.
33+
Consider using our official command line tool, [Prebid Line Item Manager](/tools/line-item-manager.html), to create the setup. Using this tool may save you time and help you avoid mistakes.
34+
35+
3136
## 1. Create a native ad
3237

3338
From Google Ad Manager, select **Delivery > Native**. Click **Create Native Ad**.

adops/send-all-bids-adops.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ See the [Publisher API Reference]({{site.baseurl}}/dev-docs/publisher-api-refere
3333

3434
{% include send-all-bids-keyword-targeting.md %}
3535

36-
{: .bg-info :}
37-
In this example we will use Google Ad Manager setup to illustrate, but the steps are basically the same for any ad server.
36+
{: .alert.alert-info :}
37+
Manually configuring GAM for Prebid can be a fair amount of work.
38+
Consider using our official command line tool, [Prebid Line Item Manager](/tools/line-item-manager.html), to create the setup. Using this tool may save you time and help you avoid mistakes.
3839

3940
## Step 1. Add an order
4041

adops/setting-up-prebid-for-amp-in-dfp.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,16 @@ sidebarType: 3
1313

1414
This page describes how to set up a line item and creative to serve on AMP pages with Prebid.js.
1515

16-
{: .alert.alert-success :}
17-
For engineering setup instructions, see [Show Prebid Ads on AMP Pages]({{site.github.url}}/dev-docs/show-prebid-ads-on-amp-pages.html).
18-
1916
* TOC
2017
{:toc}
2118

19+
{: .alert.alert-info :}
20+
Manually configuring GAM for Prebid can be a fair amount of work.
21+
Consider using our official command line tool, [Prebid Line Item Manager](/tools/line-item-manager.html), to create the setup. Using this tool may save you time and help you avoid mistakes.
22+
23+
{: .alert.alert-success :}
24+
For engineering setup instructions, see [Show Prebid Ads on AMP Pages]({{site.github.url}}/dev-docs/show-prebid-ads-on-amp-pages.html).
25+
2226
## Line Item Setup
2327

2428
In addition to your other line item settings, you'll need the following:

adops/setting-up-prebid-multi-format-in-dfp.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ For instructions on how to set up multi-format ads from the engineering side, se
2525
* TOC
2626
{: toc }
2727

28+
{: .alert.alert-info :}
29+
Manually configuring GAM for Prebid can be a fair amount of work.
30+
Consider using our official command line tool, [Prebid Line Item Manager](/tools/line-item-manager.html), to create the setup. Using this tool may save you time and help you avoid mistakes.
31+
2832
## Step 1. Add an Ad Unit
2933

3034
In Google Ad Manager, [create an ad unit](https://support.google.com/admanager/answer/177203).

0 commit comments

Comments
 (0)