From ed31c051d68926bf42b6d1db47e7729039701a33 Mon Sep 17 00:00:00 2001 From: Kevin Hufnagle Date: Thu, 31 Mar 2016 09:02:24 -0700 Subject: [PATCH] docs: Added resource card to AdMob Ads page in DAC The "Earn Revenue from AdMob Ads" page now includes a new related resource, a link to the Udacity course teaching developers how to display ads in an Android app using AdMob. Link to staged page: https://khufnagle-cloudstage-test.googleplex.com/distribute/monetize/ads.html#related_resources Bug: 27275529 Change-Id: Ib1aa34ec5065c801672e3b8dd07b05b2b86cf783 --- docs/html/jd_collections.js | 1 + docs/html/jd_extras.js | 13 +++++++++++++ docs/html/jd_extras_en.js | 1 + 3 files changed, 15 insertions(+) diff --git a/docs/html/jd_collections.js b/docs/html/jd_collections.js index 63e9354197a12..fd24a972ac18c 100644 --- a/docs/html/jd_collections.js +++ b/docs/html/jd_collections.js @@ -1470,6 +1470,7 @@ var RESOURCE_COLLECTIONS = { "https://support.google.com/admob/topic/2784623", "https://admob.blogspot.com/", "https://analyticsacademy.withgoogle.com/mobile-app", + "https://www.udacity.com/courses/ud876-3" ] }, "distribute/monetize/paymentmethods": { diff --git a/docs/html/jd_extras.js b/docs/html/jd_extras.js index 75b51fb785a83..55cdb68ac3b84 100644 --- a/docs/html/jd_extras.js +++ b/docs/html/jd_extras.js @@ -2757,6 +2757,19 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ "type": "distribute", "titleFriendly": "" }, + { + "lang": "en", + "group": "", + "tags": [], + "url": "https://www.udacity.com/courses/ud876-3", + "timestamp": null, + "image": "distribute/images/advertising.jpg", + "title": "Learn how to show ads in your Android app", + "summary": "Take this online course to learn how to use AdMob to display ads in your Android app.", + "keywords": ["marketing", "analytics"], + "type": "distribute", + "titleFriendly": "" + }, { "lang": "en", "group": "", diff --git a/docs/html/jd_extras_en.js b/docs/html/jd_extras_en.js index 54b77b06e0445..53f070373f057 100644 --- a/docs/html/jd_extras_en.js +++ b/docs/html/jd_extras_en.js @@ -4447,6 +4447,7 @@ METADATA['en'].collections = { "https://support.google.com/admob/topic/2784623", "https://admob.blogspot.com/", "https://analyticsacademy.withgoogle.com/mobile-app", + "https://www.udacity.com/courses/ud876-3" ] }, "distribute/monetize/paymentmethods": {