How to Add Anchor Links
How to Add Anchor Links
Setup Steps
Be sure to set a unique ID that can identify the destination element.
The ID must not overlap with other elements.最終更新
By using the URL configured in a campaign, you can easily achieve moving to a specific location within a page by adding anchor links using the Experience editor. Below, we will explain the specific setup steps.
Creating a Campaign Open the Experience editor and create a new campaign.
Identifying the Destination Element Identify the element that will be the link destination within the page and edit its HTML.
Assigning a Unique ID for Identification Assign a unique identification ID to the identified element. If a unique ID is already set, this step is not necessary. Also, when entering tags: Don't forget to add a single-byte space immediately before it.
Be sure to set a unique ID that can identify the destination element.
The ID must not overlap with other elements.Example of assigning an identification ID: id="customized unique ID value"
Setting the Link Edit the campaign's creative and set the link destination for the relevant button. Select "relative path" as the link format and enter the unique ID of the destination element in the input field. The input format should be "#id".
Testing and Publishing Use the preview function to verify that the link works correctly. If there are no issues, save the campaign and publish it.
最終更新