Home > @uniformdev/context > BehaviorTag

BehaviorTag type

Content that is tagged for adding enrichment score when triggered by behavior (i.e. being shown that content)

Signature:

type BehaviorTag = {
    beh?: EnrichmentData[];
};

References: EnrichmentData