Questions tagged [impressions]
73 questions
2
votes
1 answer
Admob Android does not correlate to impressions to earnings
I have an app currently running on the market under beta testing. Everything was working fine until I realize I stopped earning money for a couple of days.
Is this something normal due to the decrease number of impressions? Or clicks?
Why does admob…

Gabriel Garcia
- 122
- 7
2
votes
2 answers
Tracking impressions/visits per web page
I have a site with several pages for each company and I want to show how their page is performing in terms of number of people coming to this profile.
We have already made sure that bots are excluded.
Currently, we are recording each hit in a DB…

John
- 21
- 2
2
votes
2 answers
Rails Impressionist making expensive queries
I'm using charlotte-ruby/impressionist to track impressions within my rails app.
I have a very simple implementation, similar to what's shown in the quick start guide. Effectively:
- Controller: impressionist actions: [:show, :index]
- View:…

dmt2989
- 1,610
- 3
- 17
- 30
2
votes
1 answer
Admob hide ads and stop refreshing
What is the best way to hide adMob ads and stop refreshing them? to keep ad impressions (so it won't affect negatively the ad revenue) also the network usage and overall performance.
Android Adview docs don't say much, it's enough doing something…

zappp
- 110
- 9
2
votes
2 answers
What are the Best Practices For SQL Inserts on Large Scale in reference to ad impressions?
I am working on a site where I will need to be able to track ad impressions. My environment is ASP.Net with IIS using a SQL Server DMBS and potentially Memcached so that there are not as many trips to the database. I must also think about…

Reaction21
- 661
- 1
- 5
- 18
2
votes
1 answer
Rails 4, Impressionist and counter_cache
I have a Post model which I've made impressionable:
is_impressionable :counter_cache => true, :column_name => :views
I was thinking about, let's say once a month, clearing impressions older than a given period.
Would this somehow reset the…

Simone Margaritelli
- 4,584
- 10
- 45
- 70
2
votes
2 answers
Save requests for a certain action
I want to save information about requests to a certain action in a model named Impression.
I assume it's benificial for the visitor's response time to save this info in an after_filter, e.g:
after_filter :save_impression
private
def…

Fellow Stranger
- 32,129
- 35
- 168
- 232
2
votes
2 answers
How to get views / clicks of a specific product
As the title suggests, how do I get the number of views / clicks / impressions of a specific product in Magento. Any help is welcome.

ThreeCheeseHigh
- 1,429
- 5
- 22
- 40
1
vote
1 answer
For iAd, what means to be an impression?
Say I have a view that will show an iAd banner once the view is loaded/appear, does it mean that the # of times that the view appears == the # of impressions?

tom
- 14,273
- 19
- 65
- 124
1
vote
1 answer
Impression Tracking in iOS
I want to achieve this:
Impression Tracking in iOS using SwiftUI.
How do I do it?
I am using List to show the feeds. If the user spent 3 seconds on the card, I need to update the viewed count. I want the feeds the user spent 3 secs. If he scrolls…

Raju
- 11
- 4
1
vote
0 answers
Unity Ads doesn't show any ads when when my game goes live.. but test ads are working fine.. dashboard shows request but there is no impressions
[enter image description here][1]
[1]: https://i.stack.imgur.com/mixtP.png## Heading ##

Rogue Cyber
- 11
- 1
1
vote
1 answer
Unable to retrieve post impressions with Facebook FQL
I'm trying to query FB for a Page Stream using FQL in PHP, and I get all the data except impressions. The FB_ACCESS_TOKEN used is the OAuth token for my FB App, where I have granted the following scope:…

monsvik
- 13
- 6
1
vote
1 answer
zero product list views Google Analytics
Hi I am pushing impressions to GTM according to Enhanced Ecommerce (UA):
dataLayer.push({ ecommerce: null }); // Clear the previous ecommerce object.
dataLayer.push({
'event': 'impressions',
'ecommerce': {
'currencyCode': currencyCode, …

bucky roberts
- 339
- 3
- 9
1
vote
1 answer
How to normalize impression bias when calculate the ctr?
when we calculate the ctr from the data, like this
#(click)
ctr = ----------------
#(impressions)
if the number of impressions is too small, the calculted ctr is higher then the bigger impressions.
Is there any way to…

yujin park
- 11
- 3
1
vote
2 answers
Impressions or tracking on Flutter widget
I want to track if a widget is show on the screen. Like a card in a list view.
There is a widget in Flutter like GestureDetector for impression or tracking?

R. Martinez
- 119
- 2
- 10