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

若如初见. 提交于 2019-12-22 06:55:18

问题


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!


回答1:


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



来源:https://stackoverflow.com/questions/13868008/pass-eventbrite-attendee-parameters-to-custom-order-confirmation-page-via-redire

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!