Skip to main content
Go to Latest
method DefaultStrategy.prototype.getAllModifications
Deprecated
import { DefaultStrategy } from "https://deno.land/x/flagship_io_js_sdk@3.0.11/visitor/index.ts";

returns a Promise containing all the data for all the campaigns associated with the current visitor.

Parameters

optional
activate = [UNSUPPORTED]

Returns

Promise<{ visitorId: string; campaigns: CampaignDTO[]; }>