> ## Documentation Index
> Fetch the complete documentation index at: https://docs.invoca.com/llms.txt
> Use this file to discover all available pages before exploring further.

# The Custom Code Provided in Documentation Is Not Capturing the Adobe Experience Cloud Visitor ID

> Customers on the newer Adobe SDK Extension store their Visitor ID differently — capture it from a data layer object or cookie instead.

**Applies to:** Customers setting up an Adobe Analytics integration, customers on the Adobe SDK Extension

## Symptoms

After following Step 3 of the [Adobe Analytics: Installation & User Guide](/s/article/adobe-analytics-installation-user-guide), the Adobe Experience Cloud Visitor ID isn't being captured in the attribution of your selected Marketing Data field.

## Cause

Customers using the newer Adobe SDK Extension no longer store their Visitor ID in the Visitor object — it's stored in a data layer object or a cookie instead. The Adobe Analytics integration's documented custom code is built to capture the Visitor ID from the Visitor object, so it needs an alternative method for these accounts.

## Resolution

1. Determine whether your organization stores the Visitor ID in another data layer object.
   * If so, open a new draft of your Invoca Tag and remove the code from the custom code section of the Tag Wizard. In the attribution section for your Visitor ID data field, set the Data Source Type to "JavaScript Data Layer" and enter the method to access the Visitor ID from your data layer as the Data Source Name. Save and test before selecting "Go Live."
2. If there's no such data layer object, the Visitor ID is likely stored in a cookie instead.
   * Determine the cookie's name.
   * In the attribution section of the Invoca Tag Wizard, set the Data Source Type for your Visitor ID field to "Cookie" and enter the cookie name as the Data Source Name. Save and test before selecting "Go Live."

## Where to go next

* [Adobe Analytics: Installation & User Guide](/s/article/adobe-analytics-installation-user-guide)
