Opt-in whitelabel
If customer sets the mkt comms checkbox, the following should be set for all brands for the app country:
marketingPush=true (dynamodb and mparticle)
marketingEmail=true(dynamodb and mparticle)
email_subscribe=opted_in(dynamodb and mparticle)
push_subscribe=opted_in(dynamodb and mparticle)
opt-in in database
Does a customer who sign-up in PLK ES get registered in BK ES too?
No
If not, should whitelabel register it in the database of another brand? (reusing mono-table or new table)
Not necessarily
What about mParticle → Braze?
Most probably yes.
Should Braze look into a new indicator?
No. To check if app can point to another brand mParticle as:
opt-in in mParticle
to check connection with another mParticle
https://dev-plk-es-whitelabel-cms.rbi.tools/desk/ctgConfigs;frontEndConfiguration
Findings: Just changing this value is enough to point to another mParticle instance and propagate mParticle info → Braze.
A test was done in PLK ES DEV pointing to BK PT DEV
Way-forward: Work with multiple instances:
Iberia: PLK ES and BK ES
The above mParticle config is related to:
mParticle PLK ES DEV WEB.
In sanity, there is no config related to:
mParticle PLK ES DEV Android.
mParticle PLK ES DEV IOS.
Check if Android and IOS input config make sense
Configuration is defined in capacitor
opt-in in Braze (used by mparticle/braze libs)
to check connection with another braze .
maybe it’s not being used since initialization doesn’t require an explicit API key ( reference ). Most probably it’s loading based on mParticle UI config.
Braze configuration
Per brand, country and environment:
Target audience based on brand, country and environment:
Connection Mapping PLK ES DEV
Platform | mParticle Key (DEV) - (eu1-df5f1ea3d94b4644aac0895306f38db0) | Braze API KEY (PLK_ES - Development ) |
---|---|---|
web | ****************************5780 | d4c670dc-2ffb-40bb-a892-14f58e3f5780 |
Android | ****************************3c67 | e61cea8a-1678-41ed-b240-a8a0610a3c67 |
IOS | ****************************1ee5 | 7bc7c394-19c0-4612-bb60-dbd951c01ee5 |
Connection Mapping BK ES
Platform | mParticle Key (DEV) (eu1-0c13f335900287438fd4103e7b18d850) | Braze API KEY (PLK_ES - Development ) |
---|---|---|
web | ? | 3e050cbf-2878-46ed-98c1-3365ea49278a |
Android | ? | 3194745e-0038-449f-910a-170231fa0fb6 |
IOS | ? | 5a0dd8b1-65a2-452a-9722-d8126f47625e |
References:
/wiki/spaces/EGMT/pages/4151410932
/wiki/spaces/EGMT/pages/4016373809
https://docs.mparticle.com/integrations/braze/event/#user-attributes
Add Comment