From 04c4bd0dafefec27efec1ff11c8fea8519522cf1 Mon Sep 17 00:00:00 2001 From: Patrick McCann Date: Tue, 23 Mar 2021 18:12:03 -0400 Subject: [PATCH 1/3] Update categoryTranslation.md --- dev-docs/modules/categoryTranslation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/modules/categoryTranslation.md b/dev-docs/modules/categoryTranslation.md index 6ba65349f7..083a454db9 100644 --- a/dev-docs/modules/categoryTranslation.md +++ b/dev-docs/modules/categoryTranslation.md @@ -24,7 +24,7 @@ The module provides the following: ## How to use the module: 1. A Prebid.js package is built that contains this module and the Ad server module. Prebid supports [FreeWheel](/dev-docs/modules/freewheel.html) and Google Ad Manager ad servers. -2. The inclusion of this module and long-form ad server module causes Prebid to download a mapping file to local storage. The user also has the option to provide their own mapping file. +2. The inclusion of this module and long-form ad server module causes Prebid to download a mapping file to local storage. The user also has the option to provide their own mapping file. The dfp video ad server module hooks to this module if and only if the user configures the mapping url, as the default is for FreeWheel. 3. At runtime, brand category translation happens as needed. From 554b01315751038c70576ee88e95e054ffd73e06 Mon Sep 17 00:00:00 2001 From: MartianTribe Date: Thu, 25 Mar 2021 11:11:56 -0400 Subject: [PATCH 2/3] Update categoryTranslation.md --- dev-docs/modules/categoryTranslation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/modules/categoryTranslation.md b/dev-docs/modules/categoryTranslation.md index 083a454db9..b2f770395d 100644 --- a/dev-docs/modules/categoryTranslation.md +++ b/dev-docs/modules/categoryTranslation.md @@ -24,7 +24,7 @@ The module provides the following: ## How to use the module: 1. A Prebid.js package is built that contains this module and the Ad server module. Prebid supports [FreeWheel](/dev-docs/modules/freewheel.html) and Google Ad Manager ad servers. -2. The inclusion of this module and long-form ad server module causes Prebid to download a mapping file to local storage. The user also has the option to provide their own mapping file. The dfp video ad server module hooks to this module if and only if the user configures the mapping url, as the default is for FreeWheel. +2. The inclusion of this module and long-form ad server module causes Prebid to download a mapping file to local storage. The user also has the option to provide their own mapping file. The default ad server is Freewheel. To hook to the dfp video ad server module you must configure it in the mapping url. 3. At runtime, brand category translation happens as needed. From ba3d63de298d71be7c5bca35721f8451e36cfbd8 Mon Sep 17 00:00:00 2001 From: MartianTribe Date: Thu, 25 Mar 2021 11:13:39 -0400 Subject: [PATCH 3/3] Update categoryTranslation.md --- dev-docs/modules/categoryTranslation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/modules/categoryTranslation.md b/dev-docs/modules/categoryTranslation.md index b2f770395d..4102eb82c6 100644 --- a/dev-docs/modules/categoryTranslation.md +++ b/dev-docs/modules/categoryTranslation.md @@ -24,7 +24,7 @@ The module provides the following: ## How to use the module: 1. A Prebid.js package is built that contains this module and the Ad server module. Prebid supports [FreeWheel](/dev-docs/modules/freewheel.html) and Google Ad Manager ad servers. -2. The inclusion of this module and long-form ad server module causes Prebid to download a mapping file to local storage. The user also has the option to provide their own mapping file. The default ad server is Freewheel. To hook to the dfp video ad server module you must configure it in the mapping url. +2. The inclusion of this module and long-form ad server module causes Prebid to download a mapping file to local storage. The user also has the option to provide their own mapping file. The default ad server is Freewheel. To hook to the DFP video ad server module you must configure it in the mapping url. 3. At runtime, brand category translation happens as needed.