To configure a custom server-to-server callback make sure you:
After you complete the above, configure event callbacks on the Apps tab.
- Go to the CONFIGURE -> Apps tab and click on your app. Click on the Callbacks tab.
- を選択する。 S2S Callbacks タブを選択します。
- Click on Add A S2S Callback.
- Configure the server URL to call when a specific Tenjin event is fired. Include the server’s URL parameters and pass Tenjin’s macros into those parameters. The format to pass data values are curly braces around each of the event properties you can find here.
Here you can see myIdfaParam set to the Tenjin macro {advertising_id} (which passes the Identifier For Advertising) and myCountryParam set to the Tenjin macro {country} (which passes the country of the event). These macros will eventually get filled with the real values when sent to myserver.com. - Choose the event trigger. This is the event that will get forwarded to your server. Here you can see open is the event that will get sent.
- Select any additional filters or conditions when to send your events to your server.
- Hit Save Callback.
If there are any questions, please send an email to support@tenjin.com.