cinema6 / rumble

Rumble Interactive
0 stars 0 forks source link

Need to specify protocol in ad-tech api calls #420

Closed howardengelhart closed 10 years ago

howardengelhart commented 10 years ago

Adtech configuration inclues a protocol parameter to specify http vs https when making ad calls. This needs to be used, to prevent mixed active content errors in the browsers, when run under https.

howardengelhart commented 10 years ago

Example

ADTECH.config.page = {
    protocol: 'https',
    server: 'secserv.adtech.de',
    network: '25.2',
    pageid: 402670,
    params: {
        loc: '100'
    }
};
howardengelhart commented 10 years ago

fyi @sqmunson Adtech offers two properties with regards to protocol, protocol and secure. My fix uses the secure setting.

adtech_help___documentation_2014-06-04