Digital Measurement iOS Suffix Guide

From Engineering Client Portal

Revision as of 21:24, 10 December 2019 by ColinBrown (talk | contribs) (Created page with "{{Breadcrumb|}} {{Breadcrumb|Digital}} {{Breadcrumb|DCR & DTVR}} {{Breadcrumb|Digital_Measurement_iOS_Artifactory_Guide}} {{CurrentBreadcrumb}} Category:Digital = iOS app...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Engineering Portal breadcrumbArrow.png Digital breadcrumbArrow.png DCR & DTVR breadcrumbArrow.png Digital_Measurement_iOS_Artifactory_Guide breadcrumbArrow.png Digital Measurement iOS Suffix Guide

iOS app sdk version suffix

The Nielsen AppSDK has various configurations per market and distribution type, which can be determined by reviewing the sdk suffix. The first part will be the SDK version: 3 digits for the major SDK version and 1 digit for the minor SDK version. EG: ai.7.1.0.0_abc

Below are details of possible suffix characters with description.

Character Index in suffix Possible Values Description
0 (first character in suffix) a,g and v If first character of suffix is 'a' then this means it's an AGF flavoured sdk.
If first character of suffix is 'g' then this means it's an GLOBAL flavoured sdk.
If first character of suffix is 'v' then this means it's an VRI flavoured sdk.
1 (second character in suffix) a,s and l If second character of suffix is 'a' then this means sdk is a Cocoapod.
If second character of suffix is 's' then this Standard Framework.
If second character of suffix is 'l' then this means sdk is an Adobe Launch Extension.
2 (third character in suffix) s or d If third character of suffix is 's' then this means Static Framework.
If third character of suffix is 'd' then this means Dynamic Framework.
3 (fourth character in suffix) a and n If fourth character of suffix is 'a' then this means AdSupport is included.
If fourth character of suffix is 'n' then this means AdSupport is NOT included.
4 (fifth character in suffix) t and o If fifth character of suffix is 't' then this means sdk is getting instantiated using NielsenEventTracker class.
If fourth character of suffix is 'o' then this means sdk is getting instantiated using AppSdk class.

Here is an example of a possible suffix in app sdk meter version

  • ai.7.1.0.0_gadao - Sdk version 7.1.0.0 with Global flavor, integrated as a cocoapod , supporting Dynamic Framework and Adsupport and the AppSdk class to instantiate