App IDs
Field | Type | Description |
---|---|---|
apple_appstore_id | String | Apple AppStore ID |
android_playstore_id | String | Android PlayStore ID |
google_tag_manager_id | String | Google tag manager ID |
android | Dictionary | A dictionary with fields |
{
"apple_appstore_id": "...",
"android_playstore_id": "...",
"google_tag_manager_id": "...",
"android": {
"app_name": "...",
"image_url": "..."
}
}