I am trying to integrate advertising to non - standard platforms, for which IMA sdk is not supported. Assuming I am using VAST with google Double Click for Publishers, is it too much of work to write my own sdk / VAST parser to display the ads ? Is is sane to write a VAST parser and play ads by configuring the platform specific video player to play the ads , and fire the required events using HTTP get or post requests to the DFP ? is the effort equivalent to writing a huge library altogether or just a small plug - in ?
Serving pre-roll , mid - roll and post - roll ads using dfp without IMA sdk
1.7k Views Asked by basum At
1
There are 1 best solutions below
Related Questions in GOOGLE-DFP
- DFP Videos Ads Internal error
- Finding Google DFP SDK device ID for testDevices and test ads
- DoubleClick For Publishers (DFP) : Serving expandable ads using asynchronous GPT
- Android Banner Ads how to resize
- DFP Ads Tracking in SiteCatalyst (Adobe Analytics)
- Google DFP's performClickOnAssetWithKey:customClickHandler does not work with swift
- Change DFP ad position after loading dynamic content
- Google DFP API ReportService is failing with no notable error message
- Doubleclick for Publishers (DFP) - Point same size creatives to unique ad-unit
- How to test Doubleclick for Publishers?
- DFP small business - video custom criteria
- How to track impressions and clicks in two DFP accounts?
- Creating a DfpClient with a Service Account in Python
- Google DFP and Google Analytics discrepancy
- NoSuchMethodError on google app engine
Related Questions in ADS
- DFP Videos Ads Internal error
- Is there a way to deliver only House Ads through AdMob?
- How to get rid of popup ads?
- I keep getting this error "unexpectedly found nil while unwrapping an Optional value" Why?
- google mobile ads - using libgdx and Android studio
- Facebook ads Suspended,what can i do?
- Why are Ads not visible on my wordpress website?
- Microsoft Advertising SDK: Windows Phone - number of requests
- How does AdMob detect developer click?
- ScanSettings.CALLBACK_TYPE_ALL_MATCHES not working
- How google ads are shown on Android?
- Android Flurry Ads Fetch error
- Android InterstitalAd gray small bar bevor the ad
- Applovin AdclickListener not working in android
- Identify via Youtube data API whether advertisements can be displayed on/before/next to a specific video
Related Questions in VAST
- How to create a Javascript video overlay with VAST VPAID?
- Google IMA3 SDK, VAST on iOS - dispatching event mediaLoadTimeout
- using VideoJS VAST plugin without video content
- mediaelement.js How implement preroll vast tags?
- VPAID issue with JWPlayer 6
- Is it possible to simulate video playback in headless browser?
- Why do HillTopAds VAST tags not work correctly with Google IMA SDK?
- VASK API LogIn with python script. log in Error
- Handling data in AdEvent ICON_TAPPED on Android TV
- JWPlayer - show many ads using VAST
- Serving pre-roll , mid - roll and post - roll ads using dfp without IMA sdk
- Provide third party event trackers only using VAST
- Vast ads implementation
- videojs vast can't run
- How to implement midroll ad with MediaElements.JS?
Related Questions in VIDEO-ADS
- Unity video Ads stuck, DEBUG [T:0x74262000 M] -[UnityAdsVideoViewController videoPlaybackStalled]:334
- How to dynamically display mobile-sized IMA Video Ads instead of desktop-sized video ads when a phone user visits the web page
- How to add Admob non-rewarded video ads in Swift
- Usage of videojs-contrib-ads with react and typescript
- Serving pre-roll , mid - roll and post - roll ads using dfp without IMA sdk
- Documents & Data usage in my game
- Xamarin.Forms admob video ads
- how to mute video ads? firebase admob react native
- How can I get a rid of the little black box before the video plays with the Outstream renderer from Xandr?
- Focus is not transferrable to iframe game when Video Ad Skip button event occurs
- Is there a way to call javascript in VAST before playing video?
- What makes ID3 timed metadata unique?
- How to mute volume of Google IMA Ads
- Can we implement pre-roll video ads
- IMA SDK integration for Android app, with videoview and MediaPlayer
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
For which platform(s) are you trying to use IMA? If the native SDKs (Android and iOS) don't work on your platform, you can always use the HTML5 SDK with custom playback enabled. In Custom Playback (see IMA HTML5 Rendering), the SDK will intelligently make a decision whether to use one player or two players for ad and content playback.
For example, if you want to serve ads on your Chromecast, while IMA doesn't have a native plugin for Chromecast, you would use the HTML5 SDK with custom playback enabled to allow for a seamless experience. Custom playback should work across multiple platforms and video players, given you pass your player reference to the SDK.