How to set up a campaign to get localized video ads? Is it possible?
If the user´s phone is us-language, show english videos, and if its a german phone, show german videos.
How to set up a campaign to get localized video ads? Is it possible?
If the user´s phone is us-language, show english videos, and if its a german phone, show german videos.
You can localize the identity of the resource you use to load the video by wrapping the identifying string with
NSLocalizedString
macro (or function, in Swift). In your Localizable.strings you would specify the English identifier for theen
locale and the German one for thede
locale.