UGC Techdocs
  • Introduction
  • Guides
    • Analytics
      • Tracking UGC on Adobe Analytics
      • Tracking Widget interactions with Google Analytics
    • Direct Uploader
      • How to add Custom Data to Direct Uploader
      • How to capture Custom Data on Direct Uploader
      • How to automatically tag data on Direct Uploader
      • How to Customize error messages on Direct Uploader
      • How to Track Direct Uploader form submissions with Google Analytics (Universal & GA 4)
    • Data Templates
      • Creating a Data Template
    • Rights via Registration
      • Capture Custom Data on Rights by Registration Form
      • Styling Rights via Registration Form
    • REST API
      • Caching REST API results for optimization
      • Posting content into Nosto via Tile API
      • Posting images into Nosto via Tile API
    • Onsite Widgets (2.0)
      • Blank Canvas
        • How to Use the Blank Canvas to Create a Twitter Count Widget
        • Creating an Auto-Scrolling Carousel using Blank Canvas
        • Creating Gallery Widget by Using the Blank Canvas Widget
        • Creating a simple Hover effect using Blank Canvas
        • Creating a Word Cloud using Blank Canvas
        • Creating Your Widget by Using the Blank Canvas
      • Bind your own Events
      • Creating a Grid Widget from Waterfall
      • Create a Q&A Widget using Data Templates
      • Displaying a Widget in a Mobile App
      • Dynamically Specify Products to Display in Widget
      • Dynamically specify what Tile to display in a Widget
      • How to add a title / subtitle to a widget
      • How to localize the load more button on widgets
      • How to overlay existing Google Map with the UGC Map Widget
      • How to use Filter and search in a Widget
      • How to change click on inline tile behaviour to redirect to PDP in a Widget
      • Styling cross-sellers on Grid and Carousel Widgets
      • How to Load External JS and CSS into Widgets
      • Profiling Widget Performance
      • Re-targeting with Widgets and Facebook Pixel
      • Render Widget filters dynamically
      • Styling Carousel Widget
      • Styling Grid Widget
      • Styling Masonry Widget
      • Styling Waterfall Widget
      • Styling Widget Expanded Tile
      • Styling Widget Shopspots
      • Using Web Fonts in Widgets
    • Digital Screens
      • Customizing Carousel Event Screen
      • Customizing Mosaic Event Screen
      • Customizing Scrollwall Event Screen
      • Customizing the Mosaic Event Screen to Have 9 Even Tiles
    • Email
      • Adding Location to an Email Tile
      • Styling the Email Widget
    • Integrations
      • DoubleClick
        • UGC Ads with Nosto and Google DoubleClick
      • Zapier
        • Consuming UGC Webhooks via Zapier
      • Mailchimp
        • Bring Social Content into a Mailchimp Campaign
    • Webhooks
      • Trigger notifications when content is in the moderation queue
  • Widgets
  • API Docs
    • JavaScript API
      • Widgets
        • Introduction
        • API Reference for Content Widgets
        • API Reference for Blank Canvas
        • API Reference for Map Widget
      • Digital Screens
        • Introduction
        • API Reference
    • Content API
      • Reference
    • REST API
      • Reference
        • Filters API
        • Moderation Views API
        • Tags API
        • Terms API
        • Tiles API
        • Users API
        • Widgets API
        • Automation Rules API
        • REST API Reference Widgets style and config
      • Best Practices
    • Webhooks
  • Enterprise Tools
    • Automation Rules
      • Triggers
      • Actions
      • Samples
    • Data Templates
    • User Access Control (UAC)
    • Single Sign On (SSO)
    • Enterprise Admin User Interface (EAUI)
    • Zapier
  • Commerce Tools
    • Product Feeds
    • Widget Implementation
    • Reporting
    • Integrations
      • Google Tag Manager
      • Magento
      • SalesForce Commerce Cloud
      • Shopify
      • Shopify Add To Cart
        • Global Variant Mapping for Add to Cart
        • Customise Add to Cart Widget Experience
  • Analytics
    • Google Analytics 4
      • Getting Started
      • Widgets Events
      • E-commerce Events
      • Email Events
  • Terms of Use
Powered by GitBook
On this page
  • Overview
  • Operations
  • Comparison Query Operators
  • Logical Query Operators
  • Element Query Operators
  • Elevation Query Operators
  • Array Query Operators
  • Fields
  • Tile
  • Asset

Was this helpful?

  1. Enterprise Tools
  2. Automation Rules

Triggers

PreviousAutomation RulesNextActions

Was this helpful?

Overview

Triggers define the respective condition(s) upon which an Automation Rule will be run against a Tile or Asset that has been aggregated into your respective Stack.

Operations

Nosto's UGC supports a range of comparison, logical, element, elevation, and array query operators, allowing clients to define complex triggers to best define their Automation Rules.

These operations can be utilized when defining Rules via the

Comparison Query Operators

Operator
Description

$gte

Matches values that are greater than or equal to a specified value.

$gt

Matches values that are greater than a specified value.

$lte

Matches values that are less than or equal to a specified value.

$lt

Matches values that are less than a specified value.

$eq

Matches values that are equal to a specified value.

$ne

Matches all values that are not equal to a specified value.

Logical Query Operators

Operator
Description

$and

Joins query clauses with a logical AND returns all documents that match the conditions of both clauses.

$or

Joins query clauses with a logical OR returns all documents that match the conditions of either clause.

$nor

Joins query clauses with a logical NOR returns all documents that fail to match both clauses.

$not

Inverts the effect of a query expression and returns documents that do not match the query expression.

Element Query Operators

Operator
Description

$exists

Matches documents that have the specified field.

$type

Selects documents if a field is of the specified type.

Elevation Query Operators

Operator
Description

$regex

Selects documents where values match a specified regular expression.

$where

Matches documents that satisfy a JavaScript expression.

Array Query Operators

Operator
Description

$all

Matches arrays that contain all elements specified in the query.

$elemMatch

Selects documents if element in the array field matches all the specified $elemMatch conditions.

$size

Selects documents if the array field is a specified size.

Fields

Automation Rules supports any data field available on a Tile or Asset object being used in a defined condition within the Trigger.

Tile

Field
Description

geohash

Location expressed in a short alphanumeric string

lang

Identified Language on Tile

image_tags

Visual Recognition Concepts

location.name

Name of Location associated with Tile

media

Media Type of the Tile

message

Text Message associated with Tile

name

Username associated with Tile

user

User Handle associated with Tile

stackla_sentiment_score

Sentiment Score applied to the Tile

tags

Tag(s) applied to the Tile

terms

Term(s) in which the Tile has been aggregated through

Asset

Field
Description

claimed

The Rights Status of the Asset

exif.make

EXIF Make Information

exif.model

EXIF Model Information

exif.software

EXIF Software Information

exif.copyright

EXIF Copyright Information

image_tags

Visual Recognition Concepts

media

Media Type of the Tile

message

Text Message associated with Tile the Asset was created from

name

Username associated with Tile the Asset was created from

user

User Handle associated with Tile the Asset was created from

tags

Tag(s) applied to the Tile

Listed below are some of the key parameters which could be considered when defining an Automation Rule via the .

Rules API
Rules API
Back to Top