Class: FacebookApp::ExternalTrackingsController
- Inherits:
-
FacebookAppController
- Object
- ActionController::Base
- FacebookAppController
- FacebookApp::ExternalTrackingsController
- Defined in:
- app/controllers/facebook_app/external_trackings_controller.rb
Instance Method Summary collapse
- #identified_signup ⇒ Object
-
#test ⇒ Object
show the pixel.
Instance Method Details
#identified_signup ⇒ Object
4 5 6 7 |
# File 'app/controllers/facebook_app/external_trackings_controller.rb', line 4 def identified_signup track_conversion(:sign_up_on_identified) show_single_pixel end |
#test ⇒ Object
show the pixel
10 11 |
# File 'app/controllers/facebook_app/external_trackings_controller.rb', line 10 def test end |