RTB banners to a landing page on FB, how do i see who converts with a "like" - facebook-like

If I using a DSP to serve banner ads via RTB and the landing page is my FB ap for a contest, how can i correlate the Clicks and CTR to someone then actually hitting the "like" button on my FB page and ap? Would I need to put the Fb Meta Tab inside of the banner ad?

Related

after login django-allauth login page doesn't show good?

On my django project,I added django-alluth for google login.But after click google login button in
my login.html,the page which will login is:
after I clicked continue button google login the page is shownn at the bottom:
I want to from here,At my login template when I clicked to login with google button directly second piture will be shown.How can I do that? Because first picture doesn't look good.I want to directly jump the other image.

Oracle-Apex: Dynamically redirecting from login button

The scenario
I have implemented social authentication similarly to described by Dimitri Gielisin hist post "Facebook, Google and Custom Authentication in the same Oracle APEX 18.1 app" (http://dgielis.blogspot.com/2018/06/facebook-google-and-custom.html)
The pertinent point is that there is a button which has the request 'APEX_AUTHENICATION=FACEBOOK' which logs the user in and also hard codes the page that the user is taken to.
It works great. (However if I have a login menu item which directs back to the same page - the user name isn't updated on the page.)
The Issue
Default behaviour is for apex to redirect users to the login page when they attempt to access a page which is not publicly available.  After logging in the user is taken to the page hard coded page in the button (except for modal dialogues which just produce an invalid session error). 
I'd love it if they could sign in and then continue to the page they need to go to. Is there some not extremely cumbersome ways of doing that? I thought of trying to saving the page number I want the user to go to into an application item and then having the button redirecting based on the application item- but while I was saving the page number the dynamic redirect in the button is not working...and I feel like I'm fighting the apex framework...
Is there a better way? If not can a button reference an item for the page number? I was trying &APP_ITEM. but that didn't seem to work...
(I"m using Apex 20.1)

where i can show my app likes in facebook page?

I have a facebook app with 3800 likes, and i want to show it in a facebook fan page or app page.
I created a page but the page doesn't work ...
The site is : http://www.pagine-mail.it
and the app page is https://www.facebook.com/pages/Paginemail/598791650162031?fref=ts
(Paginemail in search box)
How can i do it?

why can't I see my facebook canvas page?

I've created a new app that will be accessed via a canvas page on facebook. I've entered the required domain and url, but I'm not seeing anyplace on facebook where I can actually see the canvas page. I'm in sandbox mode, does that make a difference? I'm just not seeing any option to see my canvas page. When I go to "preview" under "Review Status" I see some kind of stand in page but not my canvas page. What do I do?
Apps on Facebook are loaded into the Canvas section of the Canvas
Page. The Canvas is quite literally a blank canvas within Facebook on
which to run your app. You populate the Canvas by providing a Canvas
URL that contains the HTML, JavaScript and CSS that make up your app.
When a person using your app requests the Canvas Page, we load the
Canvas URL within an iframe on that page. This results in your app
being displayed within the standard Facebook chrome.
Here's how it works:
User goes to your canvas page (apps.facebook.com/canvasname) and they will see the normal Facebook application interface with a sidebar on the right and the other usual elements. The application will be loaded in an iframe. This iframe is loaded from the location you specify as Canvas URL. Canvas URL can be a page in your own website.
See Facebook Developers documentation for a detailed explanation.
I hope it helps!

how to send a url with facebook like button?

I have page which has the url like the following.
http://example.com/?f=chatter
It has three links.
When I click on a link it details page is display. Which has the url like
http://example.com/?f=chatter&aid=6
But this url does not appear in the browser address bar. It displays in a textbox on its details page. The url in address bar remains the same http://example.com/?f=chatter
My page is of .tpl
Now I want to add the facebook like button to the details page which will share the link of that details page which is displaying in the textbox.
But when I click on the facebook like button, it share the link which is in the address bar of the browser.
{$url} this contains the details page url which is displaying in the textbox.
I have used the following code of the facebook like button.
<iframe src="//www.facebook.com/plugins/like.php?href={$url};send=false&layout=standard&width=450&show_faces=false&action=like&colorscheme=light&font&height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe>
Where in href I have place the {$url}.
I don't know if this will be useful to you but I'm using a jquery plugin that is unfortunatly not free ($5) called jQuery Social Share Buttons plugin
Although I'm having problems getting the facebook like button to include a popup which allows posting the url to my feed (keep getting 'Unknown RPC service: widget-interactive' error when trying to implement), I was able to get the twitter button to post the url.