LogoLogo
IxkioLogin
  • Welcome
  • The Basics
    • Organisation / Structure
      • Folders
        • Organisational Folders
        • Active Folders
        • Active Folder Settings
      • Tag Groups
        • Tag Group Settings
      • Batches
        • Batch Settings
      • Tag Codes
        • Tag Code Settings
        • QR Codes
        • Using Authentication (NTAG424) NFC Tags
      • Moving Tag Codes
  • Response Modes
    • Response Modes Explained
    • API
      • Using the API Mode
      • API Mode for Authentication
    • Direct Response
    • Redirect
      • Using Redirect Mode
  • features
    • Rules
      • Creating a Rule
      • Rule Example
      • Rule Types
      • Rule Layering
    • Dynamic Response
      • Subtags
        • Subtags in API Extended Data
      • Datamerge
    • Data
      • Core Data
      • Extended Data
      • System Data
      • Action Data
    • Stats
    • Associate Data
    • Assignment
      • Scan Assignment
        • Scan Assignment with Ixkio Mobile App
        • Assignment Manager
      • Manual Assignment
  • Advanced Features
    • CodeLink
      • Using CodeLink
      • CodeLink Integration
      • Testing CodeLink
      • Integration Guides
        • Using CodeLink with Shopify
          • Shopify with Standard NFC Tags
          • Shopify with Standard Tags (Video)
        • Using CodeLink with Wix
    • Multiuser
    • Management API
    • Custom Domain
    • Clusters
    • SmartAccess
  • Mobile App
    • Ixkio Mobile Apps
    • Mobile App Functions
      • Check
      • Encode
        • API Response Mode Encoding
  • Account Management
    • Allowances & Usage
    • Additional Modules
    • Add-ons
    • Billing & Invoices
    • Account Information
    • User Settings
    • Cookies and Privacy
  • Explainers
    • Chip Count vs Scan Count
Powered by GitBook
On this page
  • Overview
  • Subtags
  • Datamerge
Export as PDF
  1. features

Dynamic Response

PreviousRule LayeringNextSubtags

Last updated 1 year ago

Overview

Dynamic Response is used to add Enhanced Data (tag information or system information) dynamically into your Responses.

For example, you can set your redirect URL link to dynamically include the Tag Code's Batch Name, Scan Count, an field such as a CUID or chip UID, the Tag Name and more.

Tag Codes moved from one Tag Group to another can automatically inherit Enhanced Data and therefore dynamically change response just by being in another location within the system.

Dynamic Response can be used with all three response types : Redirects, Direct Reponses and API Responses.

It's a very powerful and flexible system and is often an integral part of using the ixkio tag management system.

Dynamic Response uses two systems which can be used separately or even combined to achieve more complex responses.

Subtags

Subtags dynamically add into the responses. This is handled by using curly brackets {}.

For example, you could add a CUID (custom unique ID) stored in the ixkio platform dynamically onto a URL by including {CUID} within your redirect response.

So, if your CUID for Tag Code was 12345, a URL entered as :

https://seritag.com?code={CUID}

would become :

https://seritag.com?code=12345

Datamerge

For example, assuming you had an Extended Data field set up as 'Colour' and the data for that field for a particular Tag Group was 'Blue'. You could use datamerge to change your Redirect URL from :

https://seritag.com

to :

https://seritag.com?Colour=Blue

Datamerge allows you to dynamically add onto your responses. In other words, it will add them to your response rather than substituting into your response as Subtags would. Note that datamerge only works with Extended Data (not the entire Enhanced Data set).

Extended Data
Enhanced Data
Subtags
Extended Data
Datamerge