react-native-adjoe-sdk-4.0.0
    Preparing search index...

    Interface PlaytimeParams

    The parameters related to User acquisition metadata.

    interface PlaytimeParams {
        placement?: null | string;
        uaChannel?: null | string;
        uaNetwork?: null | string;
        uaSubPublisherCleartext?: null | string;
        uaSubPublisherEncrypted?: null | string;
    }
    Index

    Properties

    placement?: null | string

    The placement of the Playtime experience; e.g. “home screen”, “more options menu”.

    uaChannel?: null | string

    User acquisition channel where the user came from; e.g. video, offerwall.

    uaNetwork?: null | string

    User acquisition network where the user came from.

    uaSubPublisherCleartext?: null | string

    User acquisition sub ID in clear text where the user came from.

    uaSubPublisherEncrypted?: null | string

    User acquisition sub ID in encrypted form where the user came from.