Adobe Analytics Extension - Tracking Server - Force protocol (https) | Community
Skip to main content
New Participant
January 30, 2020
Solved

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

  • January 30, 2020
  • 2 replies
  • 3031 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by thebenrobb

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.

2 replies

Haran_Huang
New Participant
February 21, 2020

It should be all using https.

thebenrobb
thebenrobbAccepted solution
Employee
February 5, 2020

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.