Expand my Community achievements bar.

Help shape the future of AI assistance by participating in this quick card sorting activity. Your input will help create a more effective system that better serves your needs and those of your colleagues.
SOLVED

Adobe Analytics Extension - Tracking Server - Force protocol (https)

Avatar

Level 1

Is it possible to force the protocol (and url) to use for the tracking server by the generated launch script?

In an Ionic App the protocol is file:// which by the generated launch script is translated into using http instead of https.

It is possible to configure the tracking server url for http and https, but not possible to force the protocol.

1 Accepted Solution

Avatar

Correct answer by
Employee

You might try asking in the Analytics community, but AppMeasurement has a variable you can set to force HTTPS connections.  It is not exposed as a setting in the Analytics extension configuration, so you have to write some custom code, but I believe you just set s.ssl=true.

View solution in original post

2 Replies

Avatar

Correct answer by
Employee

You might try asking in the Analytics community, but AppMeasurement has a variable you can set to force HTTPS connections.  It is not exposed as a setting in the Analytics extension configuration, so you have to write some custom code, but I believe you just set s.ssl=true.