SDK DocumentationRecipesAnnouncementsSupport Forum
AndroidiOSAnnouncementsSupport Forum

Support Forum

Ask a Question
ANSWERED

In flutter, Its possiable to add show more button after 10 ads.

if tab show more then again add 10 ads so on..
ANSWERED

Read More button is not showing

The docs says (<https://pubhelp.taboola.com/hc/en-us/articles/360048615054-Working-With-Div-Elements>) I have to put my taboola container after my main article container, but is not working. Is there another config step I'm skipping?
ANSWERED

page URL to pass into initWithPageType in TBLClassicPage

Hi, I'm trying to initialize an instance of `TBLClassicPage` as part of integrating Taboola into my app. Part of the initializer requires a pageURL which according to the API doc is `String describes the website's URL`. My app is a white label app sold to customers. So would that be the website of the individual customer(e.g. just <https://www.google.com>)? Thanks,

Default constructor is missing for classType - class com.taboola.android.tblnative.TBLItemModel.

I am using version 3.8.17. After integration when launching the app from the second time onwards, the app gets fridge & gets the below logs. Android Studio Logs: BaseBlisonConverter com.packagename E Default constructor is missing for classType - class com.taboola.android.tblnative.TBLItemModel. exception - java.lang.NoSuchMethodException: com.taboola.android.tblnative.TBLItemModel.<init> \[]. please provide it for better work flow
ANSWERED

flutter dark mode Taboola not works

In Flutter App its works only in light mode , and also passed extraProperties.putIfAbsent("darkMode", () => "true"); not works
ANSWERED

Webview Pager

I have a pager with several webviews on iOS, including taboola's ads. the last webview displayed is working fine, but when going back to previous webview, no actions are fired when clicking the taboola items. The "didClickOnPlacementItem" function is not called as it should be the delegate (TBLWebPageDelegate) reference seems to be "gone", or it went to the last webview shown. . Anyway, the "previously built" webview has non clickable taboola items Regards
ANSWERED
ANSWERED

Proguard warning com.taboola.android.homepage.HOME_PAGE_STATUS

After enabling shrinking resources and code obfuscation I get this warning: Missing class com.taboola.android.homepage.HOME_PAGE_STATUS (referenced from: int com.taboola.android.homepage.TBLHomePage.mHomePageStatus Is it possible to add it to proguard from your side? Are any additional proguard rules needed? Also taboola messes up with firebase initialization when the shrinking and obfuscation are enabled Exception java.lang.ExceptionInInitializerError: at com.google.firebase.perf.config.RemoteConfigManager.getInstance (RemoteConfigManager.java) at com.google.firebase.perf.config.ConfigResolver.<init> (ConfigResolver.java:78) at com.google.firebase.perf.config.ConfigResolver.getInstance (ConfigResolver.java:86) at com.google.firebase.perf.application.AppStateMonitor.<init> (AppStateMonitor.java:98) at com.google.firebase.perf.application.AppStateMonitor.getInstance (AppStateMonitor.java:87) at com.google.firebase.perf.metrics.NetworkRequestMetricBuilder.<init> (NetworkRequestMetricBuilder.java:92) at com.google.firebase.perf.metrics.NetworkRequestMetricBuilder.builder (NetworkRequestMetricBuilder.java) at com.google.firebase.perf.network.FirebasePerfUrlConnection.instrument (FirebasePerfUrlConnection.java:186) ** at com.taboola.lightnetwork.protocols.http.HttpRequest.performRequest (HttpRequest.java:73) at com.taboola.lightnetwork.protocols.http.HttpRequest.access$000 (HttpRequest.java) at com.taboola.lightnetwork.protocols.http.HttpRequest$1.run (HttpRequest.java)** at java.lang.Thread.run (Thread.java:1012) Caused by java.lang.IllegalStateException: at com.google.firebase.FirebaseApp.getInstance (FirebaseApp.java:179) at com.google.firebase.perf.config.RemoteConfigManager.getInitialStartupMillis (RemoteConfigManager.java:91) at com.google.firebase.perf.config.RemoteConfigManager.<init> (RemoteConfigManager.java:85) at com.google.firebase.perf.config.RemoteConfigManager.<clinit> (RemoteConfigManager.java:52)

Collection View Swift Issues

Hello I'm trying to implement a Taboola unit within a collection view but when I attempt to call the api to retrieve cell height for the generated Taboola unit to be fed into the layout it gives me maximum integer values for the collection view cell size do you all know why that is?