Tenjin

Tenjin is currently implementing a full integration of the Kraken platform. In the meantime, custom callback events can be used to generate the correct postbacks required for Kraken.

Tenjin Documentation for Adding each Callback
https://docs.tenjin.com/en/routing/servers.html#setup

  • Following the flow defined in the Tenjin documentation, add each of the following callbacks
  • Please add the Early App & Revenue Events to each early engagement event you would like to track on Kraken
  • As Kraken bidding uses revenue in it’s calculations of bids, all revenue events must be sent via callbacks

Install Event
https://log.bubbleye.com/install?t=tj&c={{campaign_name}}&pub_id={{site_id}}&click_id={{click_id}}&t_ifa={{advertising_id}}&adv={{store_id}}&t_ip={{ip_address}}&t_osv={{os_version}}&t_country={{country}}&t_ct={{engaged_at_ms}}&t_created_at={{acquired_at_ms}}&t_dname={{device}}&crid={{creative_name}}&s={{ad_network}}&t_os={{platform}}&t_lt={{limit_ad_tracking_integer}}

App Open Event
https://log.bubbleye.com/postinstall?t=tj&c={{campaign_name}}&pub_id={{site_id}}&click_id={{click_id}}&t_ifa={{advertising_id}}&adv={{store_id}}&t_ip={{ip_address}}&t_osv={{os_version}}&t_country={{country}}&t_ct={{engaged_at_ms}}&t_created_at={{time_in_ms}}&t_dname={{device}}&crid={{creative_name}}&s={{ad_network}}&t_os={{platform}}&t_lt={{limit_ad_tracking_integer}}&event_type=bb_app_opened&t_it={{acquired_at_ms}}

Early App & Revenue Event
https://log.bubbleye.com/postinstall?t=tj&c={{campaign_name}}&pub_id={{site_id}}&click_id={{click_id}}&t_ifa={{advertising_id}}&adv={{store_id}}&t_ip={{ip_address}}&t_osv={{os_version}}&t_country={{country}}&t_ct={{engaged_at_ms}}&t_created_at={{time_in_ms}}&t_dname={{device}}&crid={{creative_name}}&s={{ad_network}}&t_os={{platform}}&t_lt={{limit_ad_tracking_integer}}&event_type={{value}}&t_rev_usd={{revenue_usd_gross}}&t_rev_usd_net={{revenue_usd_net}}&t_it={{acquired_at_ms}}