Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. Whenever user clicks on one of the first three modules please fire the script below
  2.  
  3. ga('send', {
  4. hitType: 'event',
  5. eventCategory: 'Cheaper Flights',
  6. eventAction: '90', // please insert here the amount of the saved money
  7. eventLabel: 'flight_search/from/Warszawa/to/Paryż/from_code/WAW/to_code/PAR/dd/2018-03-15/rd/2018-03-02/ad/1/ow/1', // please insert here the search URL
  8. nonInteraction: true
  9. });
  10.  
  11.  
  12. Whenever user click on the last module 'plan your trip' please fire the script below
  13.  
  14. ga('send', {
  15. hitType: 'event',
  16. eventCategory: 'Cheaper Flights',
  17. eventAction: 'Plan your trip with calendar',
  18. eventLabel: 'flight_search/from/Warszawa/to/Paryż/from_code/WAW/to_code/PAR/dd/2018-03-15/rd/2018-03-02/ad/1/ow/1', // please insert here the search URL
  19. nonInteraction: true
  20. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement