Adobe Dynamic Tag Management (DTM) allows you to quickly manage and deploy tags and distribute data. It’s part of the Adobe Marketing Cloud. DTM provides an interface to quickly and easily manage an unlimited number of Adobe Analytics and third-party tags.
You can install your GetFeedback web feedback button through Adobe. To implement a web feedback button through Adobe DTM:
Once an Approver, Approver & Publisher, or Admin level user approves your rule, the change goes into the publishing queue (in the History tab). An Admin, Publisher, or Approver and Publisher needs to publish the rule to show the button on your site.
There are many ways to implement your feedback button with Adobe Dynamic Tag Management. Here are a few conditions you can use when implementing your button.
Condition | Function | Notes |
Protocol | Indicate rule to fire on HTTP or HTTPS | |
Subdomain | Indicate rule to fire or not fire on specified subdomain(s). | Enable regex on this condition to include multiple scenarios in a single condition. |
Path | Indicate rule to fire or not fire on specified URL path(s) | Enable regex on this condition to include multiple scenarios in a single condition. |
Parameter | Indicate rule to fire if specific URL parameter(s) with specific values are present. | Enable regex on this condition to include multiple scenarios in a single condition. |
Condition | Function | Notes |
Cookie Opt-out | Indicate rule to fire only if user accepts cookies based on presence of sat_track cookie that is set to 'true' | Require data element setup. Cooking can be given custom name on the Edit Property page. |
Browser | Indicate rule to fire only in specified browsers. | |
Operating System | Indicate rule to fire only in specified operating systems. | |
Device Type | Indicate rule to fire only on specified devices. | |
Screen Resolution | Indicate rule to fire within specified screen-resolution ranges. | |
Window Size | Indicate rule to fire within specified window-size ranges. | |
Condition | Function | Notes |
Traffic Source | Indicate rule to fire if visit came from specified source. | Enable regex on this condition to include multiple scenarios in a single condition. |
Landing Page | Indicate rule to fire if visit landed on specified page(s) | Enable regex on this condition to include multiple scenarios in a single condition. |
New/Returning Visitor | Indicate rule to fire only if new/returning visit. | |
Sessions | Indicate rule to fire only if new/returning visit. | |
Page Views | Indicate rule to fire if visitor has had >,+, or < specified number of page views in this session or all sessions | |
Time on Site | Indicate rule to fire if visit persists for specified # of minutes. | |
Registered User | Indicate a rule to fire based on user registration status as indicated in data element. if the indicated data element has a value, then the condition evaluates as "true" (does not include the default value). | Requires data element setup. |
Logged In | Indicate rule to fire if user is/is not logged in as indicated in data element. If the indicated data element has a value, then the condition evaluates as "true" (does not include the default value). | Requires data element setup. |
Previous Converter | Indicate rule to fire if user is/is not a previous converter as indicated data element. if the indicated data element has a value, then the condition evaluates as "true" (does not include the default value). | Requires data element setup. |
Cart Item Quanitity | Indicate rule to fire if user has certain number of items in cart as indicated in data element. | Requires data element setup. |
Cart Amount | Indicate rule to fire if user has certain dollar value in cart as indicated in data element. | Requires data element setup. |
Condition | Function | Notes |
Cookie | Indicate rule to fire if specified cookie with specified value is present. | Enable regex on this condition to include multiple scenarios in a single condition. |
Data Element Value | Indicate rule to fire if specified data element with specified value is present. | Requires data element setup. Enable regex on this condition to include multiple scenarios in a single condition. |
Variable Set | Indicate rule to fire if specified JS object with specified value is present. it may be necessary to prefix the object path with the appropriate scope depending on the scenario - 'this', 'even', 'target', 'window', or 'param'. | Enable regex on this condition to include multiple scenarios in a single condition. |
Custom | Open a blank text box to input custom script. |