Browser options
Target or exclude activity entrants based on their browser type, language, or version.
Type
Target or exclude a certain browser.
Select Type, then choose either equals or does not equal.
- Equals: Target the selected browsers.
- Does not equal: Exclude the selected browsers.
Select one or more browsers. Multiple options are connected with an OR.
Language
Target or exclude certain browsers that are set to use specific languages.
For example, if an offer is available only in English, you might target browsers with their language set to English. Or, if your page is not double-byte enabled, you might exclude browsers set to East Asian languages.
Including or excluding browser language can provide more accurate visitor targeting than targeting based on geography in cases where language is more important than location. For example, if you are offering an article written in English, you could either target English-speaking countries, or you could target browsers that are set to English. Targeting to the browser makes the article available to English speakers in countries where English is not the primary language.
Select Language, then choose either equals or does not equal.
- Equals: Target the selected browser languages.
- Does not equal: Exclude the selected browser languages.
Select one or more languages. Multiple options are connected with an OR.
The following browser languages can be targeted or excluded:
- English
- French
- German
- Japanese
- Korean
- Portuguese
- Russian
- Spanish
- Traditional Chinese
Audiences created using the Target UI
The following settings could be used going forward:
-
For browser matches Apple: Mobile > Device Vendor matches Apple
-
For browser matches tablet: Mobile > is Tablet > true
-
For browser matches iPad: Mobile > Device Marketing Name matches iPad with an And container with Mobile > Is Tablet is true
-
For browser matches iPhone: Mobile > Device Marketing Name matches iPhone with an And container with Mobile > Is Mobile Phone is true
There are many other possible settings that could be used, for example when conditions are negated. Examples of negated conditions could look like the following:
-
For browser does not match iPhone: Mobile > Device Vendor does not match Apple with an Or container with Mobile > Is Mobile Phone is false
-
For browser does not match iPad: Mobile > Device Vendor does not match Apple with an Or container with Mobile > Is Tablet is false.
Audiences created using profile scripts
If you use user.browserType
in legacy Target Classic audiences or in profile scripts, changes should include the following:
-
BrowserType is iPhone:
Replace:
user.browserType=="iphone"
With:
profile.mobile.deviceVendor == "Apple" && profile.mobile.isMobilePhone
-
BrowserType is not iPhone:
Replace:
user.browserType!="iphone"
With:
profile.mobile.deviceVendor != "Apple" || !profile.mobile.isMobilePhone
-
BrowserType is iPad:
Replace:
user.browserType=="ipad"
With:
profile.mobile.deviceVendor == "Apple" && profile.mobile.isTablet
-
BrowserType is not iPad:
Replace:
user.browserType!="ipad"
With:
profile.mobile.deviceVendor != "Apple" || !profile.mobile.isTablet
Adobe Target Maturity Webinar Series
Adobe Customer Success Webinars
Tuesday, Feb 4, 4:00 PM UTC
Adobe Target innovations, including GenAI, and best practices on AI-powered personalization and experimentation at scale.
Register