2

我正在尝试找到一种通过 API 访问已购买门票的“跟踪链接”数据的方法。我的意思是每次活动购买的门票数量,其中包含特定&ref=TRACK的小部件 URL。

我可以在 EB 仪表板中看到这些数据,但我似乎无法在 API 中找到它。

在此先感谢,卡尔 :)

4

1 回答 1

3

好的,看起来我已经找到了(只是没有记录在任何地方)。

对于寻找此内容的任何其他人,可以通过调用找到该值,并且为每个与会者存储了event_list_attendees一个名为的值。affiliate

例如

Object {attendees: Array[1]}
  + attendees: Array[1]
      + 0: Object
          + attendee: Object
              + affiliate: "TRACK"            <--- The widget referrer
                amount_paid: "0.00"
                barcode: "123456789012345678901"
                created: "2013-09-15 09:32:42"
                currency: "USD"
于 2013-09-16T18:54:12.263 回答