Questions tagged [impressions]

73 questions
9
votes
5 answers

How to count banner impressions and Clicks

We have a small php script, that displays random adverts on our site . The banners are served from any location we designate. What I really would like to know, or be pointed in the right direction is, can we somehow collate the number of impressions…
422
  • 5,714
  • 23
  • 83
  • 139
8
votes
2 answers

What is impression CTR, Request RPM, Impression RPM in admob

I'm not getting this Impression CTR , Request RPM, Impression RPM. how this all is calculated? and what should I do for more estimated earnings. does higher CTR increase earnings? will constantly showing ad in app (more impressions) will increase…
akshay bhange
  • 2,320
  • 2
  • 28
  • 46
7
votes
1 answer

How does Apple count impressions of iAd banners?

How does Apple count impressions of iAd banners. I realise that this is not specifically a programming question, but it affects implementation of iAds drastically. I am using a shared banner instance-the same banner on all view controllers. I have…
potato
  • 4,479
  • 7
  • 42
  • 99
6
votes
1 answer

Youtube Analytics API - Get Thumbnail-Impression Click-Through-Rate

One of the most important KPIs doesn't seem to be available via Youtube-Analytics-API. I can't get the total of thumbnail-impressions that have been shown to users. With that I could aggregate the impression-CTR using the views from certain…
AndyW
  • 482
  • 7
  • 19
5
votes
2 answers

How to Check if element is visible after scrolling for react-native? (tracking impressions and clicks)

How do I Check if element is visible after scrolling for react-native? saw some examples for react, but am looking specifically for react-native. Would like to track impressions and clicks
changey
  • 18,606
  • 9
  • 28
  • 34
5
votes
3 answers

Can I be banned from AdMob for seeing real ads (impressions)?

Question 1: I know that clicking on real ads in my own app can get me banned but does that include impressions ? I developed app and tested ads with test ads but now I want to see how it looks with real ads (which ads appear ....). How can I test…
Alen
  • 949
  • 3
  • 17
  • 37
4
votes
0 answers

admob rewarded video limit

I use admob rewarded video. I set the limit of impressions to 5 per hour. But how can I check on client when the limit is reached, without implementing my own checking system. I want to avoid to send a request when there is no reward video available…
Mira Stinktshir
  • 303
  • 4
  • 13
3
votes
1 answer

undefined method `cookie_value' for .... Impressionist gem

I've set up the impressionist gem in my Film model. It has been working fine, updating the impressions count, but suddenly I've been receiving the following error when trying to GET the Films#Show page. undefined method `cookie_value' for…
3
votes
1 answer

Webpage long list item impression

Say we have a long list, so some items may not be seen at the beginning. After user scrolls the screen, some more items are seen.
  • --------not seen at the beginning-------
Hank
  • 331
  • 1
  • 13
3
votes
1 answer

How does admob ads frequency (Frequency capping) work?

While setting admob unit for ads I was asked to check this : -No cap on impressions or -Show no more than ____ impressions per user per ____ MINUTES In my app I wrote code to generate random number (0,1,2) and then if number is 1 i request an ad,…
Alen
  • 949
  • 3
  • 17
  • 37
3
votes
3 answers

Estimated earnings admob dropped to 0

I have an Android application in Google Play and I show a banner at the bottom of the screen. I uploaded the application three days ago, until now the estimated earnings have increased but today I got up and saw that the banner has been shown 55…
Juan Manuel Amoros
  • 347
  • 1
  • 5
  • 17
3
votes
1 answer

Creating a simple hit counter in Rails

I've been trying to implement the gem Impressionist, but as the doc is confusing and the gem carries a bit of overhead for my simple use case I wonder how I could go about implementing this myself? I want to track impressions (requests) of a…
Fellow Stranger
  • 32,129
  • 35
  • 168
  • 232
3
votes
2 answers

Rails/Postgres query rows grouped by day with time zone

I'm trying to display a count of impressions per day for the last 30 days in the specific users time zone. The trouble is that depending on the time zone, the counts are not always the same, and I'm having trouble reflecting that in a query. For…
ifightcrime
  • 1,216
  • 15
  • 18
2
votes
2 answers

Admob Ads impressions issue

Admob network details This is last 28 days data from admob of my Android app, I'm using Admob in this app from last 3 years. Everything was fine till this Jan but after that no impressions but have ad requests. I didn't get any email nor any policy…
2
votes
0 answers

Android Admob Requests 4-5 times higher than impressions

my app uses admobs native express ads, every 4th row in a recipe list is showing an ad. I preload the ads before showing them to reduce the loading time. That causes that an Ad is requested even if it is not shown and the requests are much higher…
Ben Denger
  • 228
  • 1
  • 11
1
2 3 4 5