Talkable docs
Visit www.talkable.com
  • Talkable Campaigns
    • Campaign Types
    • Campaign Placements
    • Views
    • Tutorials
    • Offers Expiration
    • Localization
    • Editor
      • Variables
      • Files
      • History
      • Filters
      • Videos
    • Designer
  • Features
  • Standard Integration
  • Loyalty Integration (beta)
  • E-commerce Platforms
  • Email Marketing & Automation
  • Payment Solutions
  • API Reference
  • Webhooks
  • Talkable iOS SDK
  • Talkable Android SDK

EditorΒΆ

Talkable Campaign Editor is a powerful IDE for Campaign development. It allows developers:

  1. Write Liquid markup for templates

  2. Write SCSS for styles

  3. Upload static assets through File Uploader

  4. Track/rollback code changes through History

  5. Use Interpolation Variables to automate things

  6. Use powerful Liquid Filters for mighty templating

  7. Watch our video guides


Campaign Editor
  • Variables
    • {{ advocate_info }}
    • {{ advocate_origin }}
    • {{ coupon_code }}
    • {{ incentives }}
  • Files
  • History
  • Filters
    • import_font
    • asset_url
    • simple_format
    • encode_query_argument
    • update_query
    • probability_by
    • rand_by
    • regexp_captures
    • ab_test
    • date_diff
    • date_greater_than
    • date_greater_than_or_equal
    • add_time
    • format_date
    • human_time_ago
    • hours_from_time
    • interpolate
    • md5
    • money
    • points
    • strip
    • squish
    • tweet_length
    • parse_json
    • pluralize
    • claim_url
    • group_by
    • sort
    • where
    • localize
    • scale_color
    • adjust_color
    • leaderboard
    • url2png
    • barcode
    • barcode_image
    • base64_encode
    • base64_decode
    • values
    • async_rendering
      • Example 1
      • Example 2
      • Example 3
      • Example 4
    • events_collection
    • rybbon
    • tremendous
  • Videos
    • Liquid Tutorial 1: Intro & Navigation
    • Liquid Tutorial 2: Using Variables and Filters
    • Liquid Tutorial 3: Using Custom Assets