SDK DocumentationRecipesAnnouncementsSupport Forum
AndroidiOSAnnouncementsSupport Forum

Support Forum

Ask a Question
ANSWERED

How to get campaign level flowing details

Hi I want to het flowing things through api Campaign level page 1.campaign play/paused function 2.Changing Daily budget function 3.Daily Bid changing function get a campaign page 1.get a campaign level sites block /unblock function 2.get a campaign level sites bid modifier account level i want to get account level campaign name click actuall cpc ctr spend account level block /block Please guide me to fix this my issues
ANSWERED

App Crashing After Update TaboolaSDK Version 2.6.2

Hi Im Vj after sdk Update app crashing . Error says (*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSBundle initWithURL:]: nil URL argument' *** First throw call stack: ( 0 CoreFoundation 0x00007fff23b98bde __exceptionPreprocess + 350 1 libobjc.A.dylib 0x00007fff503b5b20 objc_exception_throw + 48 2 Foundation 0x00007fff255ca87e +[NSBundle bundleWithURL:] + 0 +[NSBundle bundleWithURL:] + 45 0x00000001079bb22d -[TaboolaView htmlTemplate] + 119 0x00000001079bb037 -[TaboolaView fetchContentFromLocalTemplate] + 237) Kindly looking to It
ANSWERED

Taboola Sdk not rendering to user

Hi i'm Vijay ,in recent Times Taboola SDK Can't rendering to the user ,Please explain it I'm using Current Version (2.6.2)
ANSWERED

Bid Strategy is what element on the API and what result is what

Hi I just wanted to confirm if i am correct on this: In the interface, Bid Strategy = Bid Type in API and if yes: Fixed Bid = FIXED in the API Smart Bid = OPTIMIZE_CONVERSIONS in the API ? https://developers.taboola.com/backstage-api/reference#campaign-bid-type Otherwise please advise what attribute to take Many thanks Daniel
ANSWERED

'TaboolaSDK/TaboolaSDK.h' file not found

I have clone the repository (https://github.com/taboola/taboola-react-native-example), then I run npm i, cd ios, pod install. But when I try to run on iOS I get 'TaboolaSDK/TaboolaSDK.h' file not found. What could I be missing here?
ANSWERED

framework not found

Hi , After Update the taboolasdk version 2.7.1 app won't run . And The Error Shows Framework Not Found (Pods-xxx- Extension )
ANSWERED

gradle error while using Android SDK 2.8.0 or 2.8.1

Hi - We are getting the following error while trying to upgrade to 2.8.0 or 2.8.1 ``` > Task :app:processDebugManifest FAILED [com.taboola:android-sdk:2.8.1] /Users/jenkins/.gradle/caches/transforms-2/files-2.1/77fdf33b9b8bd0b1c455fdf83ef81be1/jetified-android-sdk-2.8.1/AndroidManifest.xml:14:9-65 Error: Missing 'package' key attribute on element package at [com.taboola:android-sdk:2.8.1] AndroidManifest.xml:14:9-65 [com.taboola:android-sdk:2.8.1] /Users/jenkins/.gradle/caches/transforms-2/files-2.1/77fdf33b9b8bd0b1c455fdf83ef81be1/jetified-android-sdk-2.8.1/AndroidManifest.xml Error: Validation failed, exiting ``` What should we do?
ANSWERED

Why does the Android Sdk still need Jetifier ?

As Jetifier add an overhead build time, I was expecting that the android sdk would have now no dep with old support libs. If this is still the case, could we get an explanation, and if possible a date for a fix.
ANSWERED

Ads are not loading in devices which has android version 10+ or target Sdk version 30

Ads are not loading and It gives an error like below E/SdkDetailsHelper: createSdkDetailsJSON() failed, sdkType = [Taboola Android SDK] java.lang.SecurityException: getDataNetworkTypeForSubscriber: getDataNetworkTypeForSubscriber
ANSWERED

How can I set a limit to the number of blocks/ads loaded on my page?

Hi, I installed the taboola feed widget on my page and everything is working fine, but it is always with the infinity scroll. What I want is to have a way to limit the number of items the Taboola Feed loads/show on a page. This is the code I'm using right now and it's working on https://unum.com.br/nova-gasolina-mais-cara-rendimento/ <div id="taboola-below-article-thumbnails"></div> <script> window._taboola = window._taboola || []; _taboola.push({ mode: 'alternating-thumbnails-a', container: 'taboola-below-article-thumbnails', placement: 'Below Article Thumbnails', target_type: 'mix' }); </script>