Prerequisites
You should have already completed the lessons in the Configure tags section.
Add the Identity Service Extension
Since this is the first extension you are adding, here is a quick overview of extensions. Extensions are one of the core features of tags. An extension is an integration built by Adobe, an Adobe partner, or any Adobe customer that adds new and endless options for the tags that you can deploy to your website. If you think of tags as an operating system, extensions are the apps that you install so tags can do the things you need it to do.
To add the Identity Service Extension
-
In the left navigation, click Extensions
-
Click Catalog to go to the Extensions Catalog page
-
Note the variety of extensions that are available in the Catalog
-
In the filter at the top, type “id” to filter the Catalog
-
On the card for the Adobe Experience Platform Identity Service, click Install
-
Note that your Experience Cloud Organization ID has been auto-detected for you.
-
Leave all of the default settings and click Save to Library and Build
Validate the Extension
The Identity Service extension is one of the few tag extensions that makes a request without having to use a rule action. The extension will automatically make a request to the Identity Service on the first page load of the first visit to a website. Once the ID has been requested, it will be stored in a first party cookie beginning with “AMCV_”.
To validate the Identity Service extension
-
Open the Luma site
-
Make sure the Debugger is mapping the tag property to your Development environment, as described in the earlier lesson.
-
On the Summary tab of the Debugger, the tags section should indicate that the Adobe Experience Platform Identity Service extension is implemented.
-
Also, on the Summary tab, the Identity Service section should populate with the same Org ID that was on your extension configuration screen in the Data Collection interface:
-
The initial request to retrieve the Visitor ID might appear in the Identity Service tab of the Debugger. It might have already been requested, though, so don’t worry if you don’t see it:
-
After the initial request to fetch the Visitor ID, the ID is stored in a cookie whose name begins with
AMCV_
. You can confirm that the cookie has been set by doing the following:- Open your browser’s Developer Tools
- Go to the
Application
tab - Expand
Cookies
on the left side - Click on the domain
https://luma.enablementadobe.com
- Look for the AMCV_ cookie on the right hand side. You might see several since have loaded the Luma site using both it’s hardcoded tag property as well as mapped to your own.
That’s it! You’ve added your first extension! For more details on the configuration options of the Identity Service, see the documentation.