Search.../

upsertMarketingTag( )

Developer Preview

Creates or updates a marketing tag.

Admin Method

This function requires elevated permissions to run. This function is not universal and runs only on the backend.

Syntax

function upsertMarketingTag(tag: MarketingTag): Promise<UpsertMarketingTagResponse>

upsertMarketingTag Parameters

NAME
TYPE
DESCRIPTION
tag
MarketingTag

Marketing tag to create or update.

Returns

Return Type:

Promise<
UpsertMarketingTagResponse
>
NAME
TYPE
DESCRIPTION
tag
MarketingTag

Created or updated marketing tag.

Was this helpful?