Campaign Tip
Parameters
Filter events between a specified Min
and Max
Min
and Max
are inclusive of the entered values
Any Value
- Leave both min and max empty to accept any valueExact Value
- Enter only aMax
to trigger on a specific valueGreater Than
- Enter only aMin
to trigger on any value greater than the specified valueRange
- Enter bot ha min and a max to trigger within a desired range
Variables
The following variables will be populated when this trigger executes:
Description | ||
---|---|---|
campaignId | string | The ID of the campaign at Pally.gg |
campaignSlug | string | The URL slug of the campaign |
campaignTitle | string | The title of the campaign at Pally.gg |
campaignUrl | string | The URL of the campaign |
createdAt | DateTime | When the tip was given |
tipDisplayName | string | The name used for the tip |
tipGrossAmount | decimal | The total amount of the tip Example: 1.25 |
tipGrossAmountFormatted | string | The total amount of the tip, formatted as a string with currency symbol Example: $1.25 |
tipGrossAmountInCents | int | The total amount of the tip, in cents Example: 125 |
tipId | string | The ID of the tip on Pally.gg |
tipMessage | string | If provided, the message that was sent along with the tip |
tipNetAmount | decimal | The amount of the tip that you will receive Example: 1 |
tipNetAmountFormatted | string | The amount of the tip that you will receive, formatted as a string with currency symbol Example: $1.00 |
tipNetAmountInCents | int | The amount of the tip that you will receive in cents Example: 100 |
tipProccessingFee | decimal | The processing fee for the tip Example: 0.25 |
tipProccessingFeeFormatted | string | The processing fee for the tip, formatted as a string with currency symbol Example: $0.25 |
tipProccessingFeeInCents | int | The processing fee for the tip, in cents Example: 25 |