Difference between revisions of "ATC/Current/AdminGuide/Apply"
DannaShirley (talk | contribs) (Published) |
DannaShirley (talk | contribs) (Published) |
||
Line 16: | Line 16: | ||
|Type=Structured | |Type=Structured | ||
|alignment=Horizontal | |alignment=Horizontal | ||
− | |image= | + | |image=PageChecker1.png |
|gif=No | |gif=No | ||
− | |structuredtext=When you {{Link-SomewhereInThisVersion|manual=AdminGuide|topic=Action_maps|anchor=Create|display text=create an action map}}, | + | |structuredtext=When you {{Link-SomewhereInThisVersion|manual=AdminGuide|topic=Action_maps|anchor=Create|display text=create an action map}}, build an expression that determines on which webpages the action map can trigger: |
− | # | + | # Under '''Apply to selected pages''', click '''Add page'''. |
− | # | + | # In the '''Show this action map if the page URL''' list, select the appropriate {{Link-SomewhereInThisVersion|manual=AdminGuide|topic=Apply|anchor=URLConditionsOperators|display text=operator}}. |
− | # {{Link-SomewhereInThisVersion|manual=AdminGuide|topic=Action_maps# | + | # In the '''some path or keyword''' box, type the appropriate value (as needed by the operator you selected). |
− | # {{Link-SomewhereInThisVersion|manual=AdminGuide|topic= | + | # Do one of the following: |
+ | #* To add an OR condition, next to the '''some path or keyword''' box, click the '''+'''. For more information, see {{Link-SomewhereInThisVersion|manual=AdminGuide|topic=Action_maps#ORConditions|display text=OR conditions}}. | ||
+ | #* To add an AND condition, under the boxes, click '''Add'''. For more information, see {{Link-SomewhereInThisVersion|manual=AdminGuide|topic=Action_maps#ANDConditions|display text=AND conditions}}.<br /> | ||
+ | # {{Link-SomewhereInThisVersion|manual=AdminGuide|topic=Apply|anchor=CheckTargeting|display text=Verify that the expression is valid}}. | ||
|fullwidth=No | |fullwidth=No | ||
|Status=No | |Status=No | ||
}}{{Section | }}{{Section | ||
− | |sectionHeading= | + | |sectionHeading=Operators for URL conditions |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|Type=Structured | |Type=Structured | ||
|anchor=URLConditionsOperators | |anchor=URLConditionsOperators | ||
Line 65: | Line 42: | ||
{{!}}- | {{!}}- | ||
{{!}}{{!}}equals | {{!}}{{!}}equals | ||
+ | {{!}}{{!}}a full URL only | ||
+ | {{!}}{{!}}The action map triggers only when the visitor is on a website page with a URL that exactly matches all of the characters you define. | ||
− | + | '''Note:''' You must specify the protocol, either http: or https:. | |
− | |||
+ | {{!}}{{!}}If you define an '''equals''' condition you cannot define any other AND conditions. | ||
+ | '''Correct''': | ||
+ | * equals <nowiki>http://abc.com OR http://def.com OR http://xyz.com </nowiki> | ||
+ | '''Incorrect''': | ||
+ | * equals abc.com OR def.com | ||
+ | * equals abc.com AND equals xyz.com | ||
+ | {{!}}- | ||
+ | {{!}}{{!}}not equals | ||
{{!}}{{!}}a full URL only | {{!}}{{!}}a full URL only | ||
{{!}}{{!}}The action map triggers only when the visitor is on a website page with a URL that exactly matches all of the characters you define. | {{!}}{{!}}The action map triggers only when the visitor is on a website page with a URL that exactly matches all of the characters you define. | ||
− | |||
− | ''' | + | '''Note:''' You must specify the protocol, either http: or https:. |
+ | |||
+ | {{!}}{{!}}If you define a '''not equals''' condition you cannot define any other AND conditions. | ||
− | ''' | + | <br />'''Correct''': |
+ | * not equals <nowiki> http://abc.com OR http://def.com OR http://xyz.com<br /></nowiki> | ||
+ | '''Incorrect:''' | ||
+ | * equals abc.com OR def.com<br /> | ||
+ | * equals abc.com AND equals xyz.com | ||
{{!}}- | {{!}}- | ||
{{!}}{{!}}like | {{!}}{{!}}like | ||
− | |||
− | |||
− | |||
− | |||
− | |||
{{!}}{{!}}a "substring match" | {{!}}{{!}}a "substring match" | ||
{{!}}{{!}}The action map triggers only when the visitor is on a website page with a URL that contains some of the characters you define. | {{!}}{{!}}The action map triggers only when the visitor is on a website page with a URL that contains some of the characters you define. | ||
− | |||
− | |||
− | ''' | + | This is useful when you want to target a unique query string parameter (a keyword) that appears in multiple URLs. |
+ | {{!}}{{!}}You can build conditions containing multiple '''like''' and '''not like''' operators. | ||
+ | '''Correct''': | ||
+ | * like insurance AND like auto OR home OR health | ||
+ | {{!}}- | ||
+ | {{!}}{{!}}not like | ||
+ | {{!}}{{!}}a "substring match" | ||
+ | {{!}}{{!}}The action map triggers only when the visitor is on a website page with a URL that does not contains any of the characters you define.<br /> | ||
+ | {{!}}{{!}} | ||
{{!}}- | {{!}}- | ||
{{!}}{{!}}starts with | {{!}}{{!}}starts with | ||
+ | {{!}}{{!}}identical characters starting from the beginning of the string up to and including the last character in the string | ||
+ | {{!}}{{!}}Use the '''starts with''' operator when your URLs are generally unvarying but can include query string parameters at the end that you want to exclude. | ||
+ | |||
+ | '''Note:''' You must specify the protocol, either http: or https:. | ||
− | |||
+ | {{!}}{{!}}You can have one '''starts with '''or one '''ends with''' operator per condition. | ||
− | |||
− | |||
+ | '''Correct''': | ||
+ | * starts with http://abc.com OR http://xyz.com AND Like keyword1 or keyword2 | ||
− | + | '''Incorrect''': | |
+ | * starts with abc.com OR xyz.com AND starts with abc.com OR xyz.com | ||
− | {{!}}{{!}} | + | {{!}}- |
+ | {{!}}{{!}}ends with | ||
− | ''' | + | {{!}}{{!}}identical characters starting from the end of the string up to and including the first character in the string |
+ | {{!}}{{!}}Use the '''ends with''' operator when you want to match a specific query string parameters at the end of the URL. | ||
− | |||
+ | For example, you can match shopping cart pages that use /thankyou.html at the end of their URLs. | ||
+ | |||
+ | |||
+ | {{!}}{{!}}You can have one '''ends with''' operator per condition. | ||
{{!}}} | {{!}}} | ||
|fullwidth=No | |fullwidth=No | ||
− | |Status= | + | |Status=No |
− | }} | + | }}{{Section |
+ | |sectionHeading=OR conditions | ||
+ | |Type=Structured | ||
+ | |anchor=ORConditions | ||
+ | |alignment=Horizontal | ||
+ | |image=URLORCondition3.gif | ||
+ | |gif=No | ||
+ | |structuredtext=You can add as many OR conditions as you need for each operator. | ||
+ | |||
+ | {{NoteFormat|If you use an "OR" condition, the action map triggers if either of the conditions is true.}} | ||
+ | # To add an "OR" condition, click '''Add''' and build the expression. For information on the available operators, see {{Link-SomewhereInThisVersion|manual=AdminGuide|topic=Action_maps#URLConditionsOperators|display text=Operators for URL conditions.}} If you cannot click '''Add''', adjust your expression and try again. | ||
+ | # To remove an "OR" condition, click '''Remove'''. | ||
+ | |fullwidth=No | ||
+ | |Status=No | ||
+ | }}{{Section | ||
+ | |sectionHeading=AND conditions | ||
+ | |Type=Structured | ||
+ | |anchor=ANDConditions | ||
+ | |alignment=Horizontal | ||
+ | |image=URLANDcondition.gif | ||
+ | |gif=No | ||
+ | |structuredtext=You can add as many AND conditions as you need for each operator.{{NoteFormat|If you use an "AND" condition, the action map triggers only if both conditions is true.}} | ||
+ | # To add an "AND" condition, click '''Add''' and build the expression you want. For information on the available operators, see {{Link-SomewhereInThisVersion|manual=AdminGuide|topic=Action_maps#URLConditionsOperators|display text=Operators for URL conditions.}} <br />{{NoteFormat|If you cannot add an AND condition, delete any empty OR conditions and then try again. }} | ||
+ | # To remove an "AND" condition, click '''Remove'''. | ||
+ | |fullwidth=No | ||
+ | |Status=No | ||
+ | }}{{Section | ||
+ | |sectionHeading=Verify that the expression is valid | ||
+ | |Type=Structured | ||
+ | |anchor=CheckTargeting | ||
+ | |alignment=Horizontal | ||
+ | |image=PageChecker.png | ||
+ | |gif=No | ||
+ | |structuredtext=After you define the expression to apply an action map to a webpage, check to be sure that the expression is valid. | ||
+ | # Under '''Check if the action map targets the web page(s'''), type the first URL to check in the box. | ||
+ | # To check another URL, click '''+''' and type the next URL. | ||
+ | # When you have specified all of the pages to check, click '''Check'''. | ||
+ | # Review the results.<br />{{NoteFormat|If you see, "No" when you check a webpage, it means that the URL doesn't match the specified conditions. Check your expression: | ||
+ | * If you are using the '''equals''', or '''not equals''' operators, be sure you have specified a full URL. | ||
+ | * If you are using the '''equals''', '''not equals''', or '''starts with''' operators, be sure you have specified the protocol. | ||
+ | }}<br /> | ||
+ | |fullwidth=No | ||
+ | |Status=No | ||
}} | }} | ||
}} | }} |
Revision as of 22:46, November 5, 2019
Contents
Learn how to specify the webpages where an action map triggers.
Prerequisites
- Configure the following permissions in PureCloud:
- Journey > Action Map > Add, Delete, Edit, and View permissions (to create action maps)
- Journey > Action Target > View permission (to select a team to handle interactions from the action map)
- Create segments.
- Create outcomes.
Apply an action map to webpages
When you create an action map, build an expression that determines on which webpages the action map can trigger:
- Under Apply to selected pages, click Add page.
- In the Show this action map if the page URL list, select the appropriate operator.
- In the some path or keyword box, type the appropriate value (as needed by the operator you selected).
- Do one of the following:
- To add an OR condition, next to the some path or keyword box, click the +. For more information, see OR conditions.
- To add an AND condition, under the boxes, click Add. For more information, see AND conditions.
- Verify that the expression is valid.
Operators for URL conditions
Operator | Matches | Description | Notes |
equals | a full URL only | The action map triggers only when the visitor is on a website page with a URL that exactly matches all of the characters you define.
|
If you define an equals condition you cannot define any other AND conditions.
Correct:
Incorrect:
|
not equals | a full URL only | The action map triggers only when the visitor is on a website page with a URL that exactly matches all of the characters you define.
|
If you define a not equals condition you cannot define any other AND conditions.
Incorrect:
|
like | a "substring match" | The action map triggers only when the visitor is on a website page with a URL that contains some of the characters you define.
|
You can build conditions containing multiple like and not like operators.
Correct:
|
not like | a "substring match" | The action map triggers only when the visitor is on a website page with a URL that does not contains any of the characters you define. |
|
starts with | identical characters starting from the beginning of the string up to and including the last character in the string | Use the starts with operator when your URLs are generally unvarying but can include query string parameters at the end that you want to exclude.
|
You can have one starts with or one ends with operator per condition.
Incorrect:
|
ends with
|
identical characters starting from the end of the string up to and including the first character in the string | Use the ends with operator when you want to match a specific query string parameters at the end of the URL.
|
You can have one ends with operator per condition. |
OR conditions
You can add as many OR conditions as you need for each operator.
- To add an "OR" condition, click Add and build the expression. For information on the available operators, see Operators for URL conditions. If you cannot click Add, adjust your expression and try again.
- To remove an "OR" condition, click Remove.
AND conditions
- To add an "AND" condition, click Add and build the expression you want. For information on the available operators, see Operators for URL conditions. ImportantIf you cannot add an AND condition, delete any empty OR conditions and then try again.
- To remove an "AND" condition, click Remove.
Verify that the expression is valid
After you define the expression to apply an action map to a webpage, check to be sure that the expression is valid.
- Under Check if the action map targets the web page(s), type the first URL to check in the box.
- To check another URL, click + and type the next URL.
- When you have specified all of the pages to check, click Check.
- Review the results.ImportantIf you see, "No" when you check a webpage, it means that the URL doesn't match the specified conditions. Check your expression:
- If you are using the equals, or not equals operators, be sure you have specified a full URL.
- If you are using the equals, not equals, or starts with operators, be sure you have specified the protocol.