All Engines
These are the instructions for setting up the Hive SDK marketing attribution for all development engine.
hive_config.xml configuration¶
Add configurations to the hive_config.xml file based on the third-party market performance measurement tools you plan to use.
Item | Description |
---|---|
Adjust | providers element. Add related configurations for using Adjust, a market performance measurement tool. |
Singular | providers element. Add related configurations for using Singular, a market performance measurement tool. |
AppsFlyer | providers element. Add related configurations for using AppsFlyer, a market performance measurement tool. |
Firebase | providers element. Add related configurations for using Firebase Analytics, a market performance measurement tool. (+4.16.1) |
Airbridge | providers element belongs to the element, and adds related settings for using the market performance measurement tool Airbridge. (+v24.4.0) |
<properties>
<providers>
<!-- User Information Tracking Configuration -->
<Adjust name="Adjust" id="unused" key="1szd2kddtt3o">
<events>
<event name="Purchase" value="abc" />
<event name="TutorialComplete" value="def" />
<event name="Update" value="ghi" />
</events>
</Adjust>
<Singular name="Singular" id="your_sample_1234567f" key="abc">
<events>
<event name="Purchase" value="purchase"/>
<event name="TutorialComplete" value="tutorial Complete"/>
<event name="Update" value="update"/>
</events>
</Singular>
<AppsFlyer name="AppsFlyer" id="unused" key="abc" itunesConnectAppId="1234567890">
<events>
<event name="TutorialComplete" value="Tutorial Complete" />
<event name="Update" value="Update" />
</events>
</AppsFlyer>
<Firebase name="Firebase" id="unused" key="unused">
<events>
<event name="Purchase" value="purchase" />
<event name="TutorialComplete" value="tutorial_complete" />
<event name="Update" value="update" />
<event name="Open" value="open"/>
</events>
</Firebase>
<Airbridge name="Airbridge" key="YOUR_APP_SDK_TOKEN" appName="YOUR_APP_NAME" secretId="YOUR_SECRET_ID" secret="YOUR_SECRET">
<events>
<event name="Update" value="update" />
<event name="TutorialComplete" value="tutorial_complete" />
<!-- Windows용 자동 추적 event -->
<event name="Install" value="Install"/>
<event name="Open" value="Open"/>
<event name="PrePurchase" value="airbridge.initiateCheckout"/>
<event name="PurchaseCancel" value="airbridge.ecommerce.order.canceled"/>
<event name="Purchase" value="airbridge.ecommerce.order.completed"/>
</events>
</Airbridge>
</providers>
</properties>
Airbridge app market-by-market inflow measurement settings¶
Airbridge App Market-by-Market Inflow Measurement Settings¶
{ #airbridge-app-market-identifier }
To measure inflow by app market in Airbridge, set the values corresponding to each market in the hive_config.xml file as follows.
<properties>
<!-- Omitted -->
<!-- GO : PlayStore, ON : OneStore, GA : GalaxyStore, HU : HuaweiStore -->
<market>GO</market>
</properties>
The markets and settings that support inflow measurement are as follows.
- Google Play Store: GO
- One Store: ON
- Samsung Galaxy Store: GA
- Huawei AppGallery: HU
Note
For more details about hive_config.xml configuration, refer to here.