Pass Eventbrite attendee parameters to custom order confirmation page via redirect URL

StackOverflow https://stackoverflow.com/questions/13868008

  •  07-12-2021
  •  | 
  •  

Question

Is there a way to provide parameters to the redirect URL in the Eventbrite order confirmation workflow?

I'd like to forward the attendee ID / order ID (or comma-separated IDs) to my custom page as parameters, so I could perform a lookup and display customized information relevant to that attendee. With a static redirect URL, everyone sees the same 'order confirmation page', with no personalization.

What I'm trying to do is generate an itinerary for each attendee. When they purchase their ticket, they are asked a bunch of questions that determine what their itinerary will look like. Once they complete their order, I'd like to send them to their personalized itinerary page (e.g. http://custom.com/.../<attendee_id>), which they can then bookmark on their mobile device.

If this isn't possible, the only other option I have is to redirect them to a page where they have to manually key in their order number, or barcode number. Not the most elegant option, for several reasons.

Please advise!

Était-ce utile?

La solution

If you include "$event_id" or "$order_id" anywhere in your order confirmation URL, then those values will automatically get swapped in for you.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top