Activity variables
Variable | Description |
---|---|
created_at | When the activity was created e.g. {{ activity.created_at | time_ago }} |
data | The activity data e.g. {{ activity.data.donation.amount }} |
is_private? | Checks if the activity is private e.g. |
is_public? | Checks if the activity is public e.g. |
type_name | The type of item the activity is for e.g. "Donation" or "Twitter Follower" |
amount_format | Amount formatted in dollars cents e.g. $100.00 |
amount_in_cents | Amount formatted in cents e.g. 10000 |
broadcaster | Broadcaster referenced e.g. {{ activity.author.published_name_linked }} called {{ activity.broadcaster.name }} |
signup | Identity of signup involved in the activity e.g. {{ activity.signup.name_or_email }} |
author | Author of item activity is attached to (comment, suggestion, etc.) e.g. {{ activity.author.name_or_email }} |
show_page_view | Extended format for activity view (most common) e.g. {{ activity.show_page_view }} |
show_oneliner_view | Abbreviated format for activity view e.g. {{ activity.show_oneliner_view }} |