Skip to content

Feature request: separate AdId obtaining from Init #333

Open
@Remstam

Description

@Remstam

To organize some analytics on my custom server and Adjust reports I want to do two things:

  1. Send Adjust AdId to my custom server to connect server player profile with Adjust reports later
  2. Send server player profile id to Adjust SDK to find out later that player in Adjust reports with it's server player profile id (This can be done via ExternalDeviceId property)

However, this leads to a sort of deadlock: I need AdId to authorize at custom server first (I'd like to have AdId right here - I can send AdId later, but some info may be lost because player is not paired with AdId yet), but at the same time I need ExternalDeviceId (which is what my custom server returns) to be set for Adjust SDK before Adjust init call.

I used to work with AppsFlyer SDK before that, and it has separated "start" and "init" calls - that helps break the deadlock like this:

  • call AppsFlyer's start
  • AppsFlyer's ID is available
  • call auth with AppsFlyer's ID on custom server
  • custom server returns player's server id
  • set player's server id to AppsFlyer configuration
  • call AppsFlyer's init

I thought that maybe sort of equivalent of this can be done for Adjust: a separate SDK call to just get AdId and another call for init (which is current Init call)

I have read the discussion related to this question in #274 , so just wondering if there are some new ideas about it and whether this can be technically done at least.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions