Using AXS with multiple types

Sometime AXS does custom events where there is multiple types of tickets, how do we add them?

First of all u need the direct even link, I.E: https://www.axs.com/events/490631/kcon-la-2023-day-1-tickets You'll notice that if we press "GET TICKETS", we aren't redirected to the ticket page, instead to the splash page to the event. To add that event we will go to the redirect page, then grab the type of tickets we want by right clicking the type we want, and click copy url: For example

Will give us this link: https://shop.axs.com/?c=axs&e=59018463754070786&t_skin=kcon OR https://bit.ly/3OHvvgC

Then we can just copy the event id from the url, and tack it on at the end of our normal url https://www.axs.com/events/490631/kcon-la-2023-day-1-tickets?event=59018463754070786

We can just add that link to our monitor using the $monitor command.

Then we can just copy the bitly id from the url, and tack it on at the end of our normal url https://www.axs.com/events/490631/kcon-la-2023-day-1-tickets?bitly=3OHvvgC

We can just add that link to our monitor using the $monitor command.

Last updated

Was this helpful?