Questions tagged [impressions]

73 questions
1
vote
1 answer

Hi, Is fabric can measure total content view in a scrolling page? I just looking to track the impressions of some content in my social app

Is there any analytics tool that can measure/track the total view of a content in a scrollable page? I just looking to track the impressions of some content in my social app. So it could track the content view when it shows in the screen after the…
1
vote
0 answers

Retrieve impressions of a post that was made via my Facebook App

There is a way to get the impressions insights of a post throught the graph api? I use my app to publish photos in the users profiles with then permission but i dont get any impressions of that post just likes, comments, reactions... I use the…
1
vote
1 answer

Admob refresh or new adrequest for new impression

I just integrated Admob in my Android App. I have confusion that, my app is kind of a live streaming app i.e. a user will be on the same activity for long time (in hours may be 1-2 hours). And I have an adView I don't want that for the time duration…
Pablo Escobar
  • 393
  • 2
  • 16
1
vote
1 answer

which step is for Google DFP impression

I wonder which code makes DFP counting. There are couple steps. googletag.defineSlot().addService(googletag.pubads()); Googletag.pubads().enableSingleRequest(); googletag.enableServices(); googletag.cmd.push(function() { googletag.display();…
idpokute
  • 598
  • 2
  • 5
  • 14
1
vote
2 answers

Enhanced Ecommerce Google Analytics - Product Impressions

I am trying to improve my analytics implementation by including Enhanced Ecommerce data, but I can't seam to get it to work. At first I am checking the product listings, and I have included the following code (taken from my View Source) - I've…
Thomas Hughes
  • 99
  • 1
  • 11
1
vote
0 answers

Twitter API: Can one identify which user registered an "impression" with a particular tweet?

I know that Twitter's analytics API tallies "impressions" for a particular tweet, but is there a way to find out more information about "impressions", such as the user who registered them and their timestamp?
Danny
  • 11
  • 1
1
vote
2 answers

My Own Impressions on AdMob?

I successfully made an app and its waiting for review right now. But meanwhile i've been playing the game on my mom's phone because, one, i dont have an iphone and its for iphone, and two, I actually like playing it. But I looked at my admob because…
MobileGamer
  • 61
  • 1
  • 1
  • 4
1
vote
2 answers

How do I determine if I can delete some indexes from the impressions table

I'm using the impressionist gem for a Ruby on Rails based website. Our database is mysql. The impressions table is at about 2M records, which should pose no problem for MySql. The table size is 800M which is beginning to tax our servers. The data…
gitb
  • 1,090
  • 2
  • 12
  • 20
1
vote
2 answers

What's the point of a 1px height image provided by Affiliate program?

I am looking into some html provided by an advertiser that we would like to link to, and it has a strange image included at the end of the html code:
Arman Bimatov
  • 1,789
  • 4
  • 24
  • 31
1
vote
1 answer

RoR Impressionist capture external click

I'm using Impressionist gem to record page views. Let's say I have a Question model and an Answer model: question.rb: class Question< ActiveRecord::Base has_many :answers is_impressionable answer.rb: class Answer< ActiveRecord::Base …
1
vote
1 answer

Will "off-screen" ADBannerView count impressions?

I'm maintaining a sole instance of ADBannerView (as the docs suggested), and present is at some points troughout the UX. But I can see that bannerViewDidLoadAd: callbacks are keep invoked even if the banner is not presented. That is really good on…
Geri Borbás
  • 15,810
  • 18
  • 109
  • 172
1
vote
0 answers

In my facebook application's insights, it says that my Story impressions count is set to 0

I actually have user that have posted content on their feed using my application and the actual number of stories is 310. Why is my facebook application's insights not displaying the right number ? What could be preventing it ? Thanks.
1
vote
2 answers

Rails Find_by_id raises exception

I was led to believe that the difference between Object.find and Object.find_by_id is that find will raise a RecordNotFound exception whereas find_by_id simply returns nil if nothing is found. However, in my Rails 3 app if I attempt to search my…
Noz
  • 6,216
  • 3
  • 47
  • 82
0
votes
1 answer

Adwords Impressions, Clicks and Cost, how to get these?

I'm developer for marketing company and I need some help with facebook ads. I've been trying to find method for getting data AUTOMATICALLY from facebook campaign that's created by the user. I'm trying to create script that would get data for…
0
votes
0 answers

How to use LinkedIn API to get Post Analysis Data (Impressions, Reactions, Engagement Rate)?

When you have posted something on LinkedIn and click on "show statistics" you can see several KPIs (e.g. Impressions, Engagement Rate, Reactions, etc.). I feel pretty dumb to ask this here, because I would have expected to find this well documented…
blue
  • 1
  • 1