Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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.

Avatar

Level 4

It should be all using https.