I have a list of ads containing images, videos and details for each ad comes from an Api.
What is the best option to show a custom screen with random ad on a random time for ex: each 1-5 min will show a random ad.
I have tried workmanger but it doesn't seems like the best option.
Related
I have this app which am about to create with flutter and i want to be able to sell ad space within it where users can place their ads and other people can view it when scrolling like facebook or instagram ads which randomly just shows.
So what i want to know is how to add an ad space within a list which is gotten from the database
Like from the image above i want the ad space to be place within a list of post (maybe ListView) and then still continue showing the post after inserting the ad space within it. Is there a way to do this in flutter.
NB: If you need more explanation or you still don't understand please tell me.
You probably want to fetch only 4-5 items from the DB, store them in a List and add to this list your ad, and you repeat this process every time the user has scroll at the end of the List.
I am currently developing a flutter app, which contain 3 tabs, 1 for dashboard, for displaying activity, for setings,and one for profile.
in activity section I am hitting the API and displaying its result in cards , example, once clicking activity button API returns a JSON of some 10 data, so there are 10 cards gets created inside activity tab, each card once clicke internally calls the another api and display the result which consist of some entries like 5 header fields and corresponding its entries.
till here I am not facing any issue.
what I am trying to do is in dashboard section I want to create a container which show the last 3 clicked cards in the activity tab.
i.e a user logged in and he clicked on the activity inside that he clicked on any of the cards present and viewed its contents, I want to display those cards in my container inside dashboard, so he can view the last accessed cards in the dashboard itself to have the quick access, otherwise he has to go to activity section all time and to search for those cards.
can u help me with the approach so how can I keep track of the cards he accessed, and how to show those inside the dashboard.
For this kind of functionality you will need one list of cards which is accessible from activity and dashboard tab,
Then if user clicks on any card you can add that card object to your local list of cards.
And show that list of cards in dashboard.
This approach will work on local store only,
And if user left app the list will be null.
If you have any other specific situation, please elaborate the question,
I may further help you in that case.
I'm using native interstitials only (on iOS and Android), via AdMob mediation (Google Ads SDK).
I see 3 columns here for requests, filled, and impressions.
For whatever reason though impressions is always about 1/3 of filled.
Note: I'm not using banners or native ads, interstitials only.
I could understand this if this were on the web, with visibility and whatnot, but I'm wondering why this is happening in my native app. Does that mean the ad didn't finish downloading?
What is the proper procedure to increase my impressions?
An ad impression is counted base on its visibility and also how long it stays in visibility, which different ad network has different definition.
Like other ad networks, Facebook Audience Network also requires a minimum time an ad stays in visibility before it can be counted for impression.
In your case, if users click off the interstitial ads before they meet minimum time for visibility, then the impressions will not be counted. You will see filled ads number is greater than impression number.
I am trying to understandard how adsense for mobile apps work. The website typically has alot of text to tell the topic of webpage to get relevant ads. But mobile apps (e.g. a game, or some utility app - clock, etc) typically do not have alot of content to get relavant ads.
Can you share your experience on how mobile apps can provide better context for ads? Should one have more text in the app?
Thank much.
Admob lets you choose what ad categories you want to display in your apps, as well as specifying the age range. Having all ad categories enabled would increase your chance of an ad being available on the server. If you feel the need to only have ads of a specific category, you can do this. I have not, as my goal is to have a high probability of ad impressions.
Ad Mob also lets you enable Google Ad Sense. You can read about it here.
I have a webpage where I have 3 ads that I have set up on Google Adsense.
I would love to be able to know how many clicks they generate individually.
On the report section, I can get only the total number of clicks.
Is it possible to do what I am trying to do?
If so, how?
Thanks,
Dan