Actualmente está implementada la siguiente capa de datos en una aplicación móvil, esta capa de datos es funcional para utilizar Adobe Experience Platform Edge Network.
Map<String, String> contextData = new HashMap<String, String>();
contextData.put("canal", "App Contenedor");
contextData.put("pais", "<Agregar pais>");
contextData.put("conectividad", "<Wifi|Datos>");
MobileCore.trackState("<pantalla1>", contextData);
En dado caso de que no se pueda utilizar, me podrían proporcionar un ejemplo de cómo sería la nueva capa de datos.
Nota: la propiedad ya está configurada de acuerdo a la documentación.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
@Alexis_Cazes_ @ranjithd @DavidRoss91 @adobechat @sreeCharan81 @V_Sirish_Kaushik1 Curious to hear SMEs perspectives on this question. Do you all mind sharing your thoughts?
Views
Replies
Total Likes
hi @kautuk_sahni, apologies for the late reply, as I was on a paternity leave of absence the last 2 weeks.
I see this question is in Spanish but I believe the translation (according to google) would be as follows:
The following data layer is currently implemented in a mobile application, this data layer is functional to use Adobe Experience Platform Edge Network.
Map<String, String> contextData = new HashMap<String, String>();
contextData.put("channel", "App Container");
contextData.put("country", "<Add country>");
contextData.put("connectivity", "<Wifi|Data>");
MobileCore.trackState("<pantalla1>", contextData);
In the event that it cannot be used, could you provide me with an example of what the new data layer would look like?
Note: The property is already configured according to the documentation.
Unfortunately, I don't have much experience in answering this question specifically, so hopefully my translation helps to have someone else chime in!
Views
Likes
Replies