AppLovin · JSON-LD Context

Applovin Context

JSON-LD context defining the semantic vocabulary for Applovin from AppLovin.

50 Classes 10 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
applovin: https://github.com/api-evangelist/applovin/vocabulary#

Classes

Campaign CreativeSet CreativeAsset AdUnit Waterfall AdNetworkSetting Segment Experiment TestDevice ConversionEvent RevenueReportRow GrowthReportRow AssetReportRow id name description platform package_name itunes_id status bidding_strategy budget goal goal_type tracking tracking_method targeting country_code region_codes metro_names ad_format ad_network cpm ecpm impressions clicks conversions ctr cost revenue currency value user_data client_ip_address client_user_agent email phone esi ifa idfv

Properties

Property Type Container
start_date schema:DateTime
end_date schema:DateTime
impression_url reference
click_url reference
campaign_id reference
creative_set_id reference
asset_id reference
asset_url reference
event_time schema:DateTime
event_source_url reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "applovin": "https://github.com/api-evangelist/applovin/vocabulary#",
    "Campaign": "applovin:Campaign",
    "CreativeSet": "applovin:CreativeSet",
    "CreativeAsset": "applovin:CreativeAsset",
    "AdUnit": "applovin:AdUnit",
    "Waterfall": "applovin:Waterfall",
    "AdNetworkSetting": "applovin:AdNetworkSetting",
    "Segment": "applovin:Segment",
    "Experiment": "applovin:Experiment",
    "TestDevice": "applovin:TestDevice",
    "ConversionEvent": "applovin:ConversionEvent",
    "RevenueReportRow": "applovin:RevenueReportRow",
    "GrowthReportRow": "applovin:GrowthReportRow",
    "AssetReportRow": "applovin:AssetReportRow",
    "id": "schema:identifier",
    "name": "schema:name",
    "description": "schema:description",
    "platform": "applovin:platform",
    "package_name": "applovin:packageName",
    "itunes_id": "applovin:itunesId",
    "start_date": {"@id": "schema:startDate", "@type": "schema:DateTime"},
    "end_date": {"@id": "schema:endDate", "@type": "schema:DateTime"},
    "status": "schema:actionStatus",
    "bidding_strategy": "applovin:biddingStrategy",
    "budget": "applovin:budget",
    "goal": "applovin:goal",
    "goal_type": "applovin:goalType",
    "tracking": "applovin:tracking",
    "tracking_method": "applovin:trackingMethod",
    "impression_url": {"@id": "applovin:impressionUrl", "@type": "@id"},
    "click_url": {"@id": "applovin:clickUrl", "@type": "@id"},
    "targeting": "applovin:targeting",
    "country_code": "schema:addressCountry",
    "region_codes": "schema:addressRegion",
    "metro_names": "applovin:metroNames",
    "ad_format": "applovin:adFormat",
    "ad_network": "applovin:adNetwork",
    "cpm": "applovin:cpm",
    "ecpm": "applovin:ecpm",
    "campaign_id": {"@id": "applovin:campaignId", "@type": "@id"},
    "creative_set_id": {"@id": "applovin:creativeSetId", "@type": "@id"},
    "asset_id": {"@id": "applovin:assetId", "@type": "@id"},
    "asset_url": {"@id": "applovin:assetUrl", "@type": "@id"},
    "impressions": "applovin:impressions",
    "clicks": "applovin:clicks",
    "conversions": "applovin:conversions",
    "ctr": "applovin:ctr",
    "cost": "applovin:cost",
    "revenue": "applovin:revenue",
    "currency": "schema:priceCurrency",
    "value": "schema:price",
    "event_time": {"@id": "schema:dateCreated", "@type": "schema:DateTime"},
    "event_source_url": {"@id": "schema:url", "@type": "@id"},
    "user_data": "applovin:userData",
    "client_ip_address": "applovin:clientIpAddress",
    "client_user_agent": "applovin:clientUserAgent",
    "email": "schema:email",
    "phone": "schema:telephone",
    "esi": "applovin:eventSourceIndicator",
    "ifa": "applovin:idForAdvertisers",
    "idfv": "applovin:idForVendors"
  }
}