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 answers
Related Questions in GOOGLE-DFP
- 2 GAM Sponsorship line items never rotate despite sharing a unit. The second only appears in it's second slot the first only has one slot
- What is this error all zero-area slot sizes were removed?
- One of the following macros is required in code snippet: %%VIEW_URL_UNESC%%, %%VIEW_URL_ESC%%
- Prebid - exisiting gpt tag conflicts with Prebid js script
- infinite scroll - can not serve multiple ads on same page using same ad unit
- Can I avoid or restrict to push the Native fills for certain ads which is served from DFP_DS or Admob they not relevant to our app in iOS
- Ad Manager (DFP) popup banner
- Can a SafeFrame render inside another SafeFrame?
- How to show a advert depending on screen size
- How to catch error in googletag.cmd.push(function() { googletag.display('div-id'); });?
- Copying creatives while preserving line item associations in DFP/GAM
- Google-Mobile-Ads-SDK fails with initialization error while used in both main app and framework
- Why am I getting "Invalid GPT fixed size specification"
- google-dfp enable lazy loading only on certain ads
- Can I get the link of IMA ad?
Related Questions in ADS
- Google adsense ads.txt status cannot be not found
- How to clear cache of a json file in my Godaddy Wordpress website automatically when I update it
- How to fix - The selected currency and country of Nigeria/NGN are incompatible
- How remove disgusting disqus ads
- Targeting with Google Apps Script for Google Ads Performance Max Campaign
- Video.js keeps playing after pausing it (while playing ads via IMA)
- I can't set the custom conversion event to be active in Meta Pixel. what did i do wrong?
- Can I use AppLovin Max Programmatic Method to show MRec Ads inside a widget in Flutter?
- Prevent Expandable Ads as a Publisher
- Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'RNGoogleMobileAdsModule' could not be found
- Facebook Developer Accout Restriction
- Data safety form for Admob (Answer new questions about account deletion)
- Google ads remarketing label conversion
- How to use Platformview to view Applovin_max MREC and banner ads
- Seeking Strategies to Enhance Facebook Ad Conversions for E-Commerce in the US and UK Markets
Related Questions in VAST
- VMAP Midroll Playback Issue: Seeking Solution for Smooth Transition
- Add Pre Roll Video on Youtube Iframe
- jaxb unmarshalling by declaredType not working when no namespace
- Handling data in AdEvent ICON_TAPPED on Android TV
- I am trying to install this VAST JS Tag in Fluid Player and Node.js but I can't
- VASK API LogIn with python script. log in Error
- Why do HillTopAds VAST tags not work correctly with Google IMA SDK?
- Is it possible to simulate video playback in headless browser?
- Cannot get attribute on xml with namespace
- has google ad manager video ads from google?
- Proxy server to fetch Ads response from IMA
- When loading an ad video block using RMP VAST, the main stream of the broadcast stops working, how can I get around this?
- displaying ads on a Android TV app using Google PAL SDK
- videojs vast can't run
- Vast ads implementation
Related Questions in VIDEO-ADS
- Google Ads does not show on website when video is full screen
- How to dynamically display mobile-sized IMA Video Ads instead of desktop-sized video ads when a phone user visits the web page
- How can I get a rid of the little black box before the video plays with the Outstream renderer from Xandr?
- Usage of videojs-contrib-ads with react and typescript
- how to mute video ads? firebase admob react native
- How to add Admob non-rewarded video ads in Swift
- Load videoplayer only when creative exist
- Adocean usage into the HTML5 video player
- flutter - Rewarded Video Ads Error when Reload : "ad_not_loaded, show failed for rewarded video, no ad was loaded, null)"
- Focus is not transferrable to iframe game when Video Ad Skip button event occurs
- google ima sdk video paused when ads skipped
- How to mute volume of Google IMA Ads
- What makes ID3 timed metadata unique?
- Can we implement pre-roll video ads
- Facebook interstitial video ad crashes my app
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?
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)
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.