overwolf.campaigns.crossapp.CrossAppCampaign
Overwolf APIs / overwolf / overwolf / campaigns / crossapp / CrossAppCampaign
Container that represent a shared data parameters.
Properties
| Property | Type | Description |
|---|
action | string | The type of action this cross-app campaign supports. This is a free-text string. |
data | any | Information about the cross-app campaign. This is a free-form json object that gives more instructions on the required action. |
expiration | number | Expiration date expressed in milliseconds since epoch (Unix Time, UTC). e.g. Date.now() or (new Date()).getTime() |
id | string | An 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? | string | The 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. |