Is there a way to delete a facebook pixel event? - facebook

I have added javascript to my page that tracks different events on buttons. I did some testing after I had launched a facebook campaign and the evnets I created got credited to one of the ads. Is it possble to delete specific events (purchase and InitialCheckout) that are registered by the pixel.

Related

Facebook Pixel is triggering multiple times

Facebook pixel is triggering multiple times.
These are the add to cart events triggering multiple times
Facebook is also showing this error
facebook pixel is connected via Partner integration on shopify.
I connected another pixel via partner integration and that is working fine and i also checked that there is no other pixel set up on website and it is connected via only partner integration method on shopify.
I also tried to set up facebook pixel via event set up and facing pixel duplication as well.

How do we figure out to track facebook app installs to a specific marketing campaign and associated that with our own internal user ID?

This seems like a pretty basic need but I am unsure how to do it. Use case:
Company pays FB $$$ for mobile app install.
User clicks on facebook add to install your app
User starts the app. The code in the initialization function (appDidFinishLaunchingWithOptions on IOS) calls FBAppEvents activateApp]
Presumably somewhere in the
Facebook SDK the IDFA is sent to facebook.
Facebook correlates
the IDFA with the facebook app events to figure out what facebook
add was clicked. This data is then fed to facebook analytics so you
can see what campaign was used.
What I need is that after step 5 completes a way to figure what user ID's are associated with the specific facebook campaign. We would use this in our own internal tools to measure the campaign success. Preferably I would do this on the mobile end and send up the campaign source. Alternatively, we could do it server side. But I just don't see a way to get at the campaign data.
You could use Deferred Deep Linking with a parameter flagging the campaign install source. You'd miss out on view-through attribution (you could use Ads Manager to scale it up in aggregate), but it'd get you some user-level tracking.

Application box in Facebook timeline?

I created a Facebook application which occasionally publishes information to the timeline. As I was developing it, I noticed that at some point a box with the title of my application appeared in the timeline (a box similar to the "Friends" or "Activity" boxes). It contained an overview of the last posts published by my application.
Today, I noticed that this box is now gone from the timeline.
Does anybody know how are these boxes created? Is it something that Facebook do automatically? Is it possible to manually (or programmatically) put it back?
Any information on this would be great.
Application box will appear in user's timeline as long as you used Add To Timeline social plugin or requested publish_actions permission from user and published an OpenGraph action.
As long as you have defined aggregations, the box will some and go depends on Facebook's algorithms. Usually, activity us grouped in the Activity (Recent) box on the user's timeline. But sometimes one of the aggregation boxes appear in the timeline too - unfortunately, there is no way to force it to appear all the time.

Facebook Apps User last login to my Apps

I am developing an app for Facebook. I wish to do a feature to show last login player to my apps, by using graph API. however, I can't find any object which enable me to do so. Is there any way to indicate user login? As I wish to build a "recent played friend", which I need information of the player last login to apps to do so. For example, if I want all the player's score in the apps, I can use "scores" API and it will return all the friend in this apps score. but do login enable me to do the same as well?
I found the only object which provide time stamp is "achievement" object. However, this object I planned to keep it for the future.

need my list of facebook friends to show up in adobe flex application

In an application I have created (web) I need to list out my facebook friends within a canvas (or any container) along with their profile pictures.
I am using Flash Builder 4.5. I have also managed to set up AIR app (using the samples) so I am not sure if I am on the right track.
The requirement is :
When each user logs into the site his/her friends list should appear in the frame along with the friend's profile pictures.
You can use Facebook's AS3 API to implement these features.