JustTrack MMP Integration

This article will briefly cover the integrations and FAQs around the MMP

Mitali Devasir avatar
Written by Mitali Devasir
Updated over a week ago

JustTrack is a MMP from the AppLike group. This article will go over

Trackers

The tracking links are listed in every campaign.

To get to the trackers, the user has to go to Campaigns Overview, click on Overview under Campaigns on the left side menu.

Click on the required campaign and select Tracking Links

The trackers will be listed which you can copy and add it to your campaigns in Kayzen console.

We have added the default trackers below for you convenience

Impression Tracker

https://tracking.justtrack.io/view?StoreID=<advertiser_app_bundle>&network=225_kayzen&sourceCampaignId={CAMPAIGN_ID}&sourceCampaignName={CAMPAIGN_NAME}&viewId={CONVERSION_ID}&platform={DEVICE_OS_NAME}&sourceId={APP_ID}&sourceBundleId={APP_BUNDLE}&sourceName={APP_NAME_ALPHANUM}&exchangeId={EXCHANGE_ID}&exchangeName={EXCHANGE_NAME}&creativeName={CREATIVE_NAME}&creativeId={CREATIVE_ID}&deviceID={DEVICE_PLATFORM_ID}&ip={USER_IP}&deviceModel={MODEL_NAME}&country={COUNTRY_CODE}&userAgent={USER_AGENT}&osVersion={DEVICE_OS_VERSION}&s2s=false

Click Tracker

https://tracking.justtrack.io/click?StoreID=<advertiser_app_bundle>&network=225_kayzen&sourceCampaignId={CAMPAIGN_ID}&sourceCampaignName={CAMPAIGN_NAME}&clickId={CONVERSION_ID}&platform={DEVICE_OS_NAME}&sourceId={APP_ID}&sourceBundleId={APP_BUNDLE}&sourceName={APP_NAME_ALPHANUM}&exchangeId={EXCHANGE_ID}&exchangeName={EXCHANGE_NAME}&creativeName={CREATIVE_NAME}&creativeId={CREATIVE_ID}&deviceID={DEVICE_PLATFORM_ID}&ip={USER_IP}&deviceModel={MODEL_NAME}&country={COUNTRY_CODE}&userAgent={USER_AGENT}&osVersion={DEVICE_OS_VERSION}&s2s=false&redirect=true

If enabling S2S, then add this in the tracking link space in the campaign in Kayzen console.

https://tracking.justtrack.io/click?StoreID=<advertiser_app_bundle>&network=225_kayzen&sourceCampaignId={CAMPAIGN_ID}&sourceCampaignName={CAMPAIGN_NAME}&clickId={CONVERSION_ID}&platform={DEVICE_OS_NAME}&sourceId={APP_ID}&sourceBundleId={APP_BUNDLE}&sourceName={APP_NAME_ALPHANUM}&exchangeId={EXCHANGE_ID}&exchangeName={EXCHANGE_NAME}&creativeName={CREATIVE_NAME}&creativeId={CREATIVE_ID}&deviceID={DEVICE_PLATFORM_ID}&deviceModel={MODEL_NAME}&country={COUNTRY_CODE}&userAgent={USER_AGENT}&referrerId={CONVERSION_ID}&ip={USER_IP}&osVersion={DEVICE_OS_VERSION}&s2s=true&redirect=false

The difference between Click tracker and S2S click tracker

  1. s2s=true in S2S click tracker and false in click tracker

  2. redirect=false in S2S click tracker and true in click tracker

  3. referrerId={CONVERSION_ID} is set in S2S click tracker for Android.

Please ensure the differences are taken into account for click trackers.

Tracker Notes

  • Here is the Kayzen’s doc for macros supported and JustTrack’s doc for the same. If you are making any changes to default trackers, please confirm with your Programmatic Success Specialist first.

  • Following macros are required in the trackers, so ensure these are always present.

  1. appBundleId=<advertiser_app_bundle> [ensure your advertised app bundle is present and is correct] Eg: iOS: 1351168404 Android: com.innersloth.spacemafia

  2. network=225_kayzen [hard coded]

  3. sourceCampaignId={CAMPAIGN_ID}

  4. clickId={CONVERSION_ID} for click; viewId={CONVERSION_ID} for impressions

  5. platform={DEVICE_OS_NAME}

  • JustTrack requires campaigns at their end as well for attribution which is matched with the campaign ID sent in the trackers. Whenever a new ID is present, JustTrack automatically creates a campaign at their end.

  • If the purpose of your campaigns is retargeting, please add campaignType=retargeting to the trackers.

Event Postback

Just Track supports attribution of following events

Event

Trigger

Frequency

install

App install / User gets attributed to a campaign

Once

session_app_open

User opened the app

Multiple

user.revenue

User generates revenue

Multiple

Then there are network specific pages. Users can get there via: Admin → Networks. Kayzen

Postback Notes

  • api_key - Unique key needs to be set by the advertiser in the MMP dashboard for each app. This can be obtained from this document. This is mandatory as Kayzen uses the api key to identify the advertised app. This will be added in postback by the MMP for each app.

  • Reattribution event is Install. There is currently no way to distinguish between user acquisition install and re-targeting re-install.

  • A user is attributed to the latest campaign. For eg. if a user installs an app through user acquisition campaign and later opens the app through a retargeting campaigns, the post install events post the opening is attributed to the retargeting window i.e. if present in the attribution window.

  • install event for a retargeting campaign is sent once a day. If a user opens the app through Kayzen that event gets attributed to Kayzen and install is sent. All subsequent events are attributed to Kayzen as session for that day.

  • If the user opens the app organically or via some other network, all subsequent sessions are attributed to organic traffic or other network for that day, even if user clicks on Kayzen retargeting ad.

This is the sample postback set at JustTrack’s end

https://api-events.eventstracker.io/v1/ev?tp=justtrack&api_key={kayzenApiKey}&idfa={mobileId}&app_event={event}&bid_id={clickId}{viewId}&conversion_timestamp={conversionTimestamp}&conversion_date={conversionDateTime}&eventtime={eventTimestamp}&event_date={eventDateTime}&current_date={currentDateTime}&current_timestamp={currentTimestamp}&campaign_id={sourceCampaignId}&app_id={appId}&app_bundle={appBundleId}&publisher_app={sourceBundleId}&pub_app_id={sourceId}&pub_app_name={sourceName}&lat={limitedAdTracking}&ip={ip}&country_code={country}&city={city}&device_id={deviceId}&device_type={deviceType}&device_model={deviceModel}&device_name={device}&os={platform}&osv={osVersion}&can_claim={isAttributed}&attribution={attribution}&view_through={isViewAttribution}&user_agent={userAgent}&revenue_usd={revenueValue}&network={network}&channel={channel}&attribution_type={attributionType}

Cost Integration

JustTrack does import spend for partners based on tracking links and API integrations.

For this you’ll require just the secret key.

Steps to obtain the secret key from Kayzen console are mentioned here.

The secret key needs to be configured in JustTrack’s dashboard ​in the Kayzen network under Admin for cost integration.

JustTrack has a spend importer implemented that will use these credentials to request Kayzen API.

Did this answer your question?