How to define zone in website for improve web personalize performance
Usage scenario: Currently, when entering a web page, the CDP will return all variants that target the events invoked on this page. Therefore, for improve website personalize performance , the client can actively transmit the zone_code according to each desired event. The CDP will only return variants that target that zone on that event.Guidelines:
1.Completed website integration with CDP: Add main script, event script, ... (Required).
2.Planning ad placement and creating a zone
3.Add the script "_cdp365JourneySetting "
1. Completed website integration with CDP: Add the main script, event script, ...
2. Planning ad placement and creating a zone
You can see a sample display location plan here: Example - Planning zoneYou can see instructions for creating zones here: How to create a new "Ad Zone"
3. Add the script "_cdp365JourneySetting"
Structure:
Add the script to the "HEAD" tag on the pages where you want to specify the event and zone to display the ad
jrequest_events: list of events used to deliver advertising
EVENT_CATEGORY_NAME_CODE1, EVENT_ACTION_NAME_CODE1 là code của event mà bạn dựa vào để delivery ad trên page
For example:
Events | event_category_name_code | event_action_name_code |
---|---|---|
Pageview | pageview | view |
View Product | product | view |
jrequest_zones: The list of zones will display ads on the page
ZONE_CODE1, ZONE_CODE2: Zone code of Zone that you created
You can see how to create a zone and get the zone code here
Code example:
If you want to trigger all events for all zones, then set up a value like that
Code example:
If you don't want push event delivery and do not load the media file template
jrequest_zones: "none"
Code example:
Last updated