-
Notifications
You must be signed in to change notification settings - Fork 6
Information on NADView
- (instancetype)init;
Generate NADView. You cannot auto scale the size of NADView.
- (instancetype)initWithIsAdjustAdSize:(BOOL)isAdjust;
Generate NADView.
If you set YES to Parameter (BOOL)isAdjust, the size of NADView will be auto scaled based on the width of the screen.
- (instancetype)initWithFrame:(CGRect)frame;
Generate NADView and assign the frame.
You cannot auto scale the size of NADView.
-(instancetype)initWithFrame:(CGRect)frame isAdjustAdSize:(BOOL)isAdjust
Generate NADView and assign the frame.
If you set YES to Parameter (BOOL)isAdjust, the size of NADView will be auto scaled based on the width of the screen.
- (void)setNendID:(NSInteger)spotID spotID:(NSString *)apiKey;
Set the adspace’s spotID and apiKey.
- (void)load;
Load will begin.
- (void)load:(NSDictionary *)parameter;
Load will begin.
The interval for retrying after a connection or signal error can be selected in NSDictionary.
However, please assign “retry” as the key and anywhere between 30-3600 for the value. If the value is outside of this, it will be set to the standard as 60 seconds. If the standard value is okay, then use load; for the parameter.
- (void) pause;
The ad will require to stop loading regularly
- (void) resume;
The ad will request to restart loading regularly
@property (nonatomic, weak) id <NADViewDelegate> delegate;
Assign delegate object (optional)
@property (nonatomic) NSError error;
If referred, you can know the content of the signal error dynamically.
@property (nonatomic, copy) NSString *nendApiKey;
The ad space’s apiKey
@property (nonatomic) NSNumber *nendSpotID;
@property (nonatomic) NSInteger nendSpotId;
The ad space’s spotID
- (void) nadViewDidFinishLoad:(NADView *)adView;
You will be notified if the ad is loaded successfully for the first time (optional).
- (void) nadViewDidReceiveAd:(NADView *)adView;
You will be notified if the ad is received successfully (optional).
- (void) nadViewDidFailToReceiveAd:(NADView *)adView;
You will be notified if the ad fails to receive (optional).
- (void) nadViewDidClickAd:(NADView *)adView;
You will be notified when the ad is clicked (optional).
- (void) nadViewDidClickInformation:(NADView *)adView;
You will be notified when the information button is clicked (optional).
-
v7.0.4 以降のバージョンから SKAdNetwork を使用した広告配信を行っております。最新版のSDKへのアップデートを推奨します。
更新履歴はこちらを参照ください。 -
iOS14以降では、広告の効果を測定するためにアプリに追加の設定を行う必要があります。
詳細はこちらを参照ください。 -
2023年9月1日より、SDK v6.0.0未満では動画広告の配信を停止いたします。新しいバージョンのご利用をご検討ください。
-
We recommend updating to latest version. v7.0.4 or higher it using advertise SKAdNetwork.
For details, please Release Notes. -
Need to configure the app for ad conversion tracking for iOS14.
For details, please check here. -
Effective September 1, 2023, we will stop serving video ads with SDK under v6.0.0. Please consider using a newer version.
- バナー型広告
- インタースティシャル広告
- ネイティブ広告
- フルボード広告
- 動画広告
- 動画ネイティブ広告
- Release Notes
- Preparation
- Supported Environments
- nendSDK Data Collection Items
- Privacy Policy
- About Information Button
- Add Manually
- Use CocoaPods
- Preparing for iOS14 or later
- When updating from nendSDK before version 3.2.2
- Banner Ad
- Interstitial Ad
- Native Ad
- Fullscreen Ad
- Video Ad
- Native Video Ad