StubHub price alert tutorial

Seeking help to get past two issues on Stubhub for every event page.

  1. A macro to bypass the “How Many Tickets” pop up that appears on every event.
  2. A macro that can turn off the “recommended tickets” toggle under filters.

I have attached screen shots of the issues. Thanks in advance!



@exclusiveeventsnj were you able to use the macro shared in the following reply shared earlier?

here is a video showing the macro close the “how many tickets” modal and turn off “recommended seats”:

lets start by importing and testing the macro by following these steps:

  1. download the macro which is a json file
  2. go to https://monitor.distill.io/#/w/0/macros/. you can delete existing macro to avoid confusion later.
  3. import the downloaded json using “import macro” button.
  4. click “open recorder” button for the imported macro. click “replay” in the recorder.
  5. the macro should perform the two requested actions and take you to the desired page.

let me know what you observe.

once you have been able to make it work, i will guide you through the next step of using the macro in a monitor.

The five steps work perfectly as you stated. Now you said you would guide me to use it in a monitor.

nice!

here are the steps:

  1. go to the web app at monitor.distill.io
  2. click the green “add webpage” button to create a new monitor.
  3. enter the url to be monitored in the urlbar and click “go”.
  4. a visual selector is opened. select the macro imported earlier to use with this monitor and click the play button. see https://distill.io/docs/web-monitor/macro-to-record-replay-actions/#how-to-use-a-macro-for-monitoring
  5. select the content that you need to monitor and save.
  6. for this test, choose cloud to run the monitor.

two things to note about selecting the content:

  1. i used the following css selector so that it is more stable:#listings-container
    this is how it looks in the visual selector:

  2. the cog icon in the remote browser’s toolbar opens the settings panel.

can you try these out and let me know how it goes? if you anything is not clear, let me know. i will create a video and share here to show the exact steps.