Google Analytics inside facebook application - facebook

I've a problem with google Analytics inside Facebook application. Everything works fine except tracking the source. Always the source is 'apps.facebook.com'. I was trying with Google tags and campaign, but did not work.
Do you have any solution for me?

Related

Why can't select my Ionic app on Play Console to make an AdWords Campaign?

I have upload an app to Google Play and I want to make an AdWords campaign. The problem is that I can't select the app to promote it. I don't know if the problem is related whith the code (maybe I need to include code for Google detect my app) or if I have to make something on AdWords.
Link your AdWords account to your developer account as described here.

How to set up a facebook app for an existing fan page to track ad clicks/installs?

I’m trying to set up and link the facebook sdk in some existing mobile apps to an existing fan page. I’m an admin for the fan page, so I have access to https://www.facebook.com/analytics/page_a_id/ for that page. I want to be able to track ad clicks —> app installs. I got a new app working with the sdk setting it up through https://developers.facebook.com/apps/app_b_id/dashboard/. But I want it to be linked to the first page, not a new app. How can I create an app and link it to that already existing fan page? I have followed the instructions from this answer (https://stackoverflow.com/a/13904144/419194), and I was able to successfully see the page I want to connect on https://developers.facebook.com/apps/app_b_id/settings/advanced/ . However, events from the facebook sdk on Android still are reported in the analytics page for page_a_id. Why is this? Is there anything else I have to do? Or am I just misunderstanding how this all works entirely?
And just to keep me sane, this is the correct process, right? I only want to be able to feed the sdk into the analytics. I feel like many other people must have done this, but there seems to be a lot of confusion from various SO/FB help posts.

Google Analytics incised of Facebook

i wanna put the google analytics inside of Facebook.
I use the static HTML and the FBML , and i put the code of Google Analytics in the page (the javascript). However i can't get any results in google analytics.
Can someone tell how can i resolve that issue ?
That is probably impossible. Facebook should provide their own analytics.
Reason, you can't have it is because facebook probably eliminates Javascript form the content you post for security reasons.
Start here:
https://www.facebook.com/help/336893449723054/

Differentiating between Google Analytics Tracking of Facebook App and Web App

I have a web app at www.mydomain.com/webapp and its set up with Google Analytics. I create a facebook app at apps.facebook.com/webapp and iframe in the above url.
Is there a way to distinguish activity of users on facebook from users on mydomain?
Thanks for any help and direction you can give me.
You could use JavaScript to determine that your page is displayed in an iframe – but that would also be true if maybe other sites embedded your page.
A better way would be to check for the [signed_request][1] parameter that gets POSTed to your app on initial load into the iframe. (If you were paranoid about someone “faking” that, you could also verify the signed_request.)
Once you figured out that your page was actually loaded inside Facebook, it should be easy to execute the appropriate JS code to send that info to Analytics.

Google analytics and Facebook pages/apps

I have been doing a bit of research trying to figure out if i can get Google analytics to work with a Facebook app/page. So far I have looked at analytics offered by Facebook, which will be deprecated later this year and also using FBGAT to create a tracking image. from what i found, the tracking image won't work anymore and i was wondering what the community had to say about it or if it is possible to track traffic coming in to an app/page?
Facebook Insights aren't deprecated, some of the specific metrics are/were - these are itemised in the documentation.
You should have no problem using Google Analytics in your app; I believe many developers do this