Dictionary

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

Examples

Example 1

{
    "apple_appstore_id": "...",
    "android_playstore_id": "...",
    "google_tag_manager_id": "...",
    "android": {
        "app_name": "...",
        "image_url": "..."
    }
}
1.9.0 stable