Events Made Easy Forums Bug fixed or feature request implemented Cost & Google Analytics (I swear they are related)

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #42408
    Anonymous
    Inactive

    I have added a “cost” field using #_ATT, but would now like to report it to Google Analytics when a user RSVP’s. Perhaps you could add a field on the settings page that allows for “custom html/javascript code on successful RSVP”.

    In the future, could you add a cost field, and allow it to have a schedule?

    e.g., $50 before some date, $75 thereafter.

    Thanks.

    Great application.

    Pat

    #46191
    Franky
    Keymaster

    I will add an action hook on successful rsvp, then you’re free to do what you want in your functions.php 🙂

    #46192
    Franky
    Keymaster

    I added an action hook that can be executed after the rsvp info is entered in the DB. So you can take that info and post it into any system of your liking using add_action in your theme’s functions.php, e.g.:

    add_action('eme_insert_rsvp_action','do_my_stuff');

    function do_my_stuff($booking) {
    ....
    }

    See http://codex.wordpress.org/Function_Reference/add_action

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top