72 questions
Score of 2
1 answer
273 views
videoThumbnailImpressions in Youtube Analytics API
I’m facing an issue with one of the metrics called 'videoThumbnailImpressions' when using the YouTube Analytics API.
My goal is to extract impression values from my YouTube account using the '...
Score of 1
1 answer
36 views
Could anyone tell me how to know the amount of our admob impression?
I want to know how to see my admob impression amount.
I have searched on google but i couldn't find what I want. Could anyone here tell me the steps to see the impression amount of our admob ads. I ...
Score of 0
0 answers
951 views
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, ...
Score of 1
1 answer
1077 views
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 ...
Score of 1
0 answers
131 views
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.sstatic.net/mixtP.png## Heading ##
Score of 1
1 answer
639 views
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',
'...
Score of 2
2 answers
1633 views
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 ...
Score of 2
1 answer
348 views
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 ...
Score of 3
1 answer
1106 views
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 ...
Score of 7
1 answer
2884 views
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 ...
Score of 0
2 answers
1061 views
impressions in google analytics is zero while sessions and users are more
I'm creating the chart for Users, Sessions and Impressions by Google Analytics API, both Users and Sessions have numbers, but Impressions is 0 for whole time
Any idea why this is happening?
Score of 6
2 answers
10499 views
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
Score of 1
2 answers
817 views
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?
Score of 1
1 answer
98 views
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 ...
Score of 2
0 answers
425 views
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 ...