Hi,
from
https://github.com/labadserver/Adplayer/wiki/Adplayer-Creation-Process-and-Hierarchy
the example call is:
adPlayer.addPrivacyInfo('ADTECH', 'Message to pass.', 'http://optout.com');
The question here is if the Lizenzstelle/meinecookies/BVDW/whoever will define the texts we can use or if anybody can post its own texts?
For multilanguage it might be better if we do not submit text but integers. the player may use the int's to create it's own text in the language of the user. that way, every icon will have the same texts and it will be much smarter to the users to understand.
example:
adPlayer.addPrivacyInfo('ADTECH', 1&2&4, 'http://optout.com');
will give an example text like “Anbieter sammelt Daten für Retargeting (1), Behavorial Targeting (2), Markstudien (4).”.
Best,
Jan
Hi,
from
https://github.com/labadserver/Adplayer/wiki/Adplayer-Creation-Process-and-Hierarchy
the example call is:
adPlayer.addPrivacyInfo('ADTECH', 'Message to pass.', 'http://optout.com');
The question here is if the Lizenzstelle/meinecookies/BVDW/whoever will define the texts we can use or if anybody can post its own texts?
For multilanguage it might be better if we do not submit text but integers. the player may use the int's to create it's own text in the language of the user. that way, every icon will have the same texts and it will be much smarter to the users to understand.
example:
adPlayer.addPrivacyInfo('ADTECH', 1&2&4, 'http://optout.com');
will give an example text like “Anbieter sammelt Daten für Retargeting (1), Behavorial Targeting (2), Markstudien (4).”.
Best,
Jan