The following are the steps I follow to create a custom configuration state based on a custom audience -
I created a dynamic link with utm_sourcelikegoogle-micromax
utm_source
google-micromax
https://d83j2.app.goo.gl/?link=http://myapp.in&apn=com.myapp.app&utm_source=google-micromax&utm_medium=micromax_device&utm_campaign=promo_google_micromax
I created an audience OEM-Micromaxwith the condition that the custom property OEMcontainsgoogle-micromax
OEM-Micromax
OEM
Then I process the dynamic link and set the user property to the value returned from the link utm_source
AppInvite.AppInviteApi.getInvitation(mGoogleApiClient, this, autoLaunchDeepLink) .setResultCallback( new ResultCallback<AppInviteInvitationResult>() { @Override public void onResult(AppInviteInvitationResult result) { if (result.getStatus().isSuccess()) { //First time user if (StorageHelper.getBooleanObject(StorageHelper.FIRST_TIME_USER, true)) { Intent intent = result.getInvitationIntent(); String deepLink = AppInviteReferral.getDeepLink(intent); Uri uri = Uri.parse(deepLink); String utm_source = uri.getQueryParameter("utm_source"); FirebaseEvents.setUserProperty(utm_source); StorageHelper.setBooleanObject(StorageHelper.FIRST_TIME_USER, false); } FirebaseEvents.logEventInvite(true); } } });
, oem_admob_banner_unit_id , - Micromax.
oem_admob_banner_unit_id
?
, , . ( , / , , , , ). , , , , . , , , 10.
,
FIRRemoteConfig - (BOOL)activateFetched
Active Config, ( , ).true, Fetched Config, .false, Fetched Config, Fetched Config.
Active Config, ( , ).
true, Fetched Config, .
false, Fetched Config, Fetched Config.
Source: https://habr.com/ru/post/1667198/More articles:Laravel, 2 projects in 2 domains of the same session - phpKarma tests fail in chrome but pass in phantomjs - node.jsjQuery Tablesorter pagination buttons without firing - javascriptSpring Boot Actuator: is there individual status as plain text? - spring-bootApply a dataframe of boolean values to another data frame in R - rUsing vulnerabilities in php fopen - phpHow does Firebase Analytics define "user" (for audience purposes)? - androidhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1667201/how-to-pass-args-to-pods-based-on-ordinal-index-in-statefulsets&usg=ALkJrhjIN0SlctM59vUTwdbaSYD3uM3nvQПочему быстрый код сортировки нарушает стабильность? - cFacesContext Injection with CDI - jsfAll Articles