Skip to main content

overwolf.campaigns.crossapp.CrossAppCampaign

Overwolf APIs / overwolf / overwolf / campaigns / crossapp / CrossAppCampaign

Container that represent a shared data parameters.

Properties

PropertyTypeDescription
actionstringThe type of action this cross-app campaign supports. This is a free-text string.
dataanyInformation about the cross-app campaign. This is a free-form json object that gives more instructions on the required action.
expirationnumberExpiration date expressed in milliseconds since epoch (Unix Time, UTC). e.g. Date.now() or (new Date()).getTime()
idstringAn id to identify the campaign (action/conversion). id should be unique per an extension (two different extensions can use the same id).
owner_app_uid?stringThe UID of the app that owns the targeted cross-app campaign.
target_apps_uids?string[]An array of app UIDs this cross-app campaign targets.