Creating your own custom targeting attributes can help you target specific segments of your site visitors. While you can create a wide variety of attributes, this document features a list of common attributes and shows how to create and use them.
The video below shows how to create a custom targeting attribute and use that attribute for targeting in a content entry.
- In Account Settings, click on the pencil next to Custom Targeting Attributes.
- Click the + New Target Attribute button.
- Name your attribute and choose a Type.
- Click the Save button.
- Open a content entry.
- Click the targeting icon at the top of the UI.
- Select your custom targeting attribute under Where and select the value.
When you create custom targeting attributes, you can specify the attribute you need as well as specify the type. The following list includes some common examples.
In Settings, create isLoggedIn
with a type of Boolean
:
In the content entry's Targeting dialogue, choose Is logged in and set the toggle on for true
or off for false
:
In your code, use:
In Settings, create isNewVisitor
with a type of Boolean
:
In the content entry's Targeting dialogue, choose Is new visitor and set the toggle on for true
or off for false
:
In your code, use:
In Settings, create audience
with a type of String
, toggle on the enum
switch, and add Enum Values:
In the content entry's Targeting dialogue, choose Audience and select the value(s):
In your code, use:
In Settings, create locale
with a type of String
, toggle on the enum
switch, and add Enum Values:
In the content entry's Targeting dialogue, choose Locale and select the value(s):
In your code, use:
The above list features examples to show the potential of creating your own custom targeting attributes. You can create many types of attributes for targeting the right users for your content.
For more information on targeting and custom attributes, see the following documentation:
- Custom Targeting Attributes: offers more detail on creating and using custom targeting attributes.