MngSetMarketingBrandApp¶
Creates or updates the application destination for a brand and platform.
{"command":"MngSetMarketingBrandApp","extID":"1","data":{"brand":"default","platform":1,"store_url":"https://play.google.com/store/apps/details","package_name":"com.example.trade","attribution_window_seconds":86400,"status":0}}
| Field | Type | Required | Description |
|---|---|---|---|
brand |
string | Admin: yes | Brand scope |
platform |
int | Yes | 0 iOS, 1 Android |
store_url |
string | Yes | Store destination |
package_name |
string | Android | Google Play package id |
provider_token |
string | iOS: optional | Apple campaign provider token (pt) |
campaign_token |
string | iOS: optional | Apple campaign token (ct) override |
attribution_window_seconds |
int | No | Matching window, minimum 60; default 86400 |
status |
int | No | 0 active, 1 disabled, 2 archived |
{"id":3}