Tagged Questions
The impressions tag has no wiki summary.
3
votes
0answers
512 views
Has anyone tried Mythryl? [closed]
I read about Mythryl this morning and it seems a very interesting language. Has anyone built something with it? What do you think about it?
2
votes
1answer
183 views
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 ...
1
vote
0answers
61 views
Facebook post impressions missing since December 6 for Facebook pages [closed]
This is the latest date I'm able to get post impressions. I've also noticed that post are now displaying how many people were reached, am how many people are talking about the post. What happened to ...
1
vote
2answers
89 views
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 ...
0
votes
1answer
31 views
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 ...
0
votes
1answer
33 views
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?
0
votes
0answers
32 views
Per-Post Impressions via FQL
I am not seeing per-post impressions via FQL for a large number of pages for posts after December 6th.
The post about deprecation of some of the old metrics in the Insights API did not mention ...
0
votes
2answers
55 views
Impressions/Clicks counting design for heavy load
We have an affiliate system which counts millions of banner Impressions/Clicks per day.
Currently it writes to SQL every Impression/Click that occurs in real time on each request.
Web application ...
0
votes
0answers
48 views
Stream impressions returning null
I am doing a very simple FQL call where I'm trying to get impressions for posts in a stream. My app was granted both read_stream and read_insights permissions, and yet no matter what I get null back ...
0
votes
0answers
169 views
What happened to post impressions for pages?
Since Tuesday (sept 20), I haven't been able to get post impressions for my pages for FQL. I also no longer see this information on the pages themselves. Has Facebook discontinued post impressions? Or ...
0
votes
0answers
37 views
What happened to impressions for Facebook apps?
Facebook used to track the impressions and feedback of each wall post for applications. This feature is no longer available for apps. How can I see the impact of posts on the Facebook wall?
0
votes
1answer
199 views
Unable to retrieve post impressions with Facebook FQL
First try at stackoverflow, so here goes.
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 ...
0
votes
2answers
127 views
Should I use Log file or DB to track impression?
I have a picture (similar to an ad) in an iframe that will be placed in multiple sites. Should I use the server log file to find out the impression? or should I use DB to keep track of each ...
0
votes
2answers
355 views
Typo3: How to count page impressions on every page with an extension
I need to count the page impressions of every page on a typo3 site into the db.
So I think I need an extension which is called on every page impression and increase a column 'impressions' in the db ...
0
votes
2answers
189 views
How to generate multiple impressions on a hyperlink through HtmlUnit in JAVA?
I am using the headless browser provide by HtmlUnit
I have loaded a webpage in a webClient. Now I want to generate mulitple impressions on a hyperlink (on the loaded webpage) just like we hover ...