app_discovery_engagement_detailed.json
1 { 2 "$schema": "http://json-schema.org/draft-07/schema#", 3 "type": "object", 4 "properties": { 5 "Date": { 6 "type": ["string", "null"], 7 "description": "Date of the app discovery and engagement report" 8 }, 9 "App Name": { 10 "type": ["string", "null"], 11 "description": "Name of the application" 12 }, 13 "App Apple Identifier": { 14 "type": ["integer", "null"], 15 "description": "Unique identifier for the app in the App Store" 16 }, 17 "Event": { 18 "type": ["string", "null"], 19 "description": "Type of event (Impression, Tap, Page view, etc.)" 20 }, 21 "Page Type": { 22 "type": ["string", "null"], 23 "description": "Type of page where the event occurred" 24 }, 25 "Page Title": { 26 "type": ["string", "null"], 27 "description": "Title of the page where the event occurred" 28 }, 29 "Source Type": { 30 "type": ["string", "null"], 31 "description": "Source of the app discovery (App Store search, App Store browse, etc.)" 32 }, 33 "Source Info": { 34 "type": ["string", "null"], 35 "description": "Additional information about the discovery source" 36 }, 37 "Campaign": { 38 "type": ["string", "null"], 39 "description": "Marketing campaign associated with the engagement" 40 }, 41 "Engagement Type": { 42 "type": ["string", "null"], 43 "description": "Type of engagement (Update, Open, Get, etc.)" 44 }, 45 "Device": { 46 "type": ["string", "null"], 47 "description": "Device type (iPhone, iPad, etc.)" 48 }, 49 "Platform Version": { 50 "type": ["string", "null"], 51 "description": "iOS/iPadOS version" 52 }, 53 "Territory": { 54 "type": ["string", "null"], 55 "description": "Geographic territory of the data" 56 }, 57 "Counts": { 58 "type": ["integer", "null"], 59 "description": "Number of events" 60 }, 61 "Unique Counts": { 62 "type": ["integer", "null"], 63 "description": "Number of unique users/devices" 64 }, 65 "_ab_source_file_url": { 66 "type": ["string", "null"], 67 "description": "Source file URL" 68 }, 69 "processed_date": { 70 "type": ["string", "null"], 71 "description": "Date when the record was processed" 72 } 73 } 74 }