keywordOption property Null safety
read / write
Option specifying how keywords are embedded in ad tags.
This setting can be used to specify whether keyword placeholders are inserted in placement tags for this site. Publishers can then add keywords to those placeholders. Possible string values are:
- "PLACEHOLDER_WITH_LIST_OF_KEYWORDS"
- "IGNORE"
- "GENERATE_SEPARATE_TAG_FOR_EACH_KEYWORD"
Implementation
core.String? keywordOption;