-
Notifications
You must be signed in to change notification settings - Fork 8
Changing ADX Domain
Vladas Drejeris edited this page Oct 1, 2025
·
6 revisions
It is possible to change the ad exchange server by specifying a server domain that should be used by SDK. To do so you need to use setDomain: method on AdformSDK class. There are three standard ADX domain values:
-
kAFAdxDomainEUR- an ADX server located in Europe; -
kAFAdxDomainUSA- an ADX server located in USA; -
kAFAdxDomainDefault- a default ADX server, at the moment this value is equal tokAFAdxDomainEUR.
You can also set another custom ADX domain provided to you by Adform.
It is important that you set the ADX domain before loading any ads. The best place to set this configuration is application:didFinishLaunchingWithOptions: app delegate method.
An example below shows you how to change the ADX domain used by SDK:
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Set one of the standard ADX domains:
AdformSDK.setDomain(kAFAdxDomainUSA)
// Set a custom ADX domain:
AdformSDK.setDomain("adxXXX.adform.net")
return true
}For more information feel free to contact support.
Basic integrations
- Integrating Inline Ad
- Integrating Full Screen Overlay Ad
- Integrating AdHesion Ad
- Integrating Interstitial Ad
- Video Ad Integration
- Debug mode
- Troubleshooting
Advanced integrations
- Advanced Inline Ad Integration
- Integrating Inline Ads in UITableView
- Advanced Full Screen Overlay Ad Integration
- Advanced Interstitial Ad Integration
- Instream Video Ads
Other
- Adding Custom Values
- Adding Keywords
- Adding Key Value Pairs
- Adding Search Words
- Location Tracking
- Security
- Ad Tags
- Header Bidding
- Changing ADX Domain
- Specifying banner loading behaviour
- Customizing in app browser
- GDPR
- US Privacy
- Localization
- In app deeplinks
- Native Ads
- OpenRTB Taxonomy parameters and Multibid