KeywordHandlingOption
Stay organized with collections
Save and categorize content based on your preferences.
This enum influences how tags are exported.
Enums |
PLACEHOLDER_WITH_LIST_OF_KEYWORDS |
Creates DART ad tags with a placeholder, such as kw=[keyword] and a list of keywords. The site trafficker must replace [keyword] with the keywords targeted by an ad. |
IGNORE |
Creates DART ad tags that do not have a placeholder for keywords and creates a list of keywords separately from the DART ad tags. Use this option if the site uses a keyword referrer or is a site that uses DART for Publishers. |
GENERATE_SEPARATE_TAG_FOR_EACH_KEYWORD |
Results in unique tag generation for each relevant keyword during tag export. For example, an ad with three keywords will generate three tags with each tag having its kw= parameter filled in with the relevant keyword values. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-02 UTC.
[null,null,["Last updated 2025-09-02 UTC."],[],[],null,["This enum influences how tags are exported.\n\n| Enums ||\n|------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `PLACEHOLDER_WITH_LIST_OF_KEYWORDS` | Creates DART ad tags with a placeholder, such as kw=\\[keyword\\] and a list of keywords. The site trafficker must replace \\[keyword\\] with the keywords targeted by an ad. |\n| `IGNORE` | Creates DART ad tags that do not have a placeholder for keywords and creates a list of keywords separately from the DART ad tags. Use this option if the site uses a keyword referrer or is a site that uses DART for Publishers. |\n| `GENERATE_SEPARATE_TAG_FOR_EACH_KEYWORD` | Results in unique tag generation for each relevant keyword during tag export. For example, an ad with three keywords will generate three tags with each tag having its kw= parameter filled in with the relevant keyword values. |"]]