# Adobe Analytics

[Adobe ](https://www.adobe.com/)is an multinational computer software and web analytics company (See [Adobe Experience Cloud](https://business.adobe.com/)). Using this destination you can implement server-side tracking, by sending events to Adobe Analytics.

Please note that we use the Adobe [Bulk Data Insertion API](https://developer.adobe.com/analytics-apis/docs/2.0/guides/endpoints/bulk-data-insertion/).

### Authentication

We use the Oauth2 authentication process.

{% hint style="warning" %}
Only the **server-to-server** oauth is supported
{% endhint %}

Go to *Administration* / *Connector Credentials* and click on **Add connector credentials**.\
Select Adobe Analytics.

<figure><img src="https://1259070148-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mk6XpTQ2LaRLcr2tA-d%2Fuploads%2Fgit-blob-4babf32c56e068c368fd686f50461e7013123d2a%2FCapture%20d%E2%80%99e%CC%81cran%202022-12-13%20a%CC%80%2011.26.33.png?alt=media" alt=""><figcaption></figcaption></figure>

Enter the Client ID and Client Secret that you can find on your **Adobe Developer Console**.

<figure><img src="https://1259070148-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mk6XpTQ2LaRLcr2tA-d%2Fuploads%2Fgit-blob-b75628c8cc04bec5cdfa90644223e4fe3c060bba%2FCapture%20d%E2%80%99e%CC%81cran%202022-12-13%20a%CC%80%2011.26.55.png?alt=media" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="https://1259070148-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mk6XpTQ2LaRLcr2tA-d%2Fuploads%2Fgit-blob-092e86f40f610114073f64e002c48d0b19e9896b%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

In case you haven’t selected the server-to-server oauth (if it is an old project, and you don’t want to configure it again for example), it is possible to change the authentication, click on “Connect another credential” on Adobe Analytics interface.

<figure><img src="https://1259070148-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mk6XpTQ2LaRLcr2tA-d%2Fuploads%2Fgit-blob-afb016331a6a3f964f646986cf5a486d5521911c%2FDoc%20Adobe%20anonyme.png?alt=media" alt=""><figcaption></figcaption></figure>

<figure><img src="https://1259070148-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mk6XpTQ2LaRLcr2tA-d%2Fuploads%2Fgit-blob-877475ab99f2624d222fc2ef2b8f4aee70aeac5a%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

### Configuration

Click on *Destinations* / *Add destination* and select **Adobe Analytics** on the catalog.

Select sources, give a name to the destination and select the environment.

Select the authentication you've just created previously.

Fill the **Adobe Group ID** and **Customer ID Type** coming from your Adobe Analytics account.

<figure><img src="https://1259070148-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mk6XpTQ2LaRLcr2tA-d%2Fuploads%2Fgit-blob-d6e1b130628832cb60c6d7bdc49eafdc23b122d1%2FCapture%20d%E2%80%99e%CC%81cran%202022-12-13%20a%CC%80%2014.44.51.png?alt=media" alt=""><figcaption></figcaption></figure>

#### **Mandatory parameters mapping**

This parameter is mandatory:

* userAgent

You can map corresponding properties or directly enter values.

#### **User id mapping**

At least one of these fields should be filled to identify users.

* visitorID
* marketingCloudVisitorId
* IP address
* CustomerID (CustomerIDType)

<figure><img src="https://1259070148-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mk6XpTQ2LaRLcr2tA-d%2Fuploads%2Fgit-blob-db9d2bc69781f3cd53fb84eb7cba7bc12fc2bc89%2FCapture%20d%E2%80%99e%CC%81cran%202022-12-13%20a%CC%80%2014.45.42.png?alt=media" alt=""><figcaption></figcaption></figure>

#### Page identifier mapping

Adobe web page identifier. You can set several, but at least one is needed for the export. If you set either linkName, linkURL or linkType the other two must be set as well.

<figure><img src="https://1259070148-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mk6XpTQ2LaRLcr2tA-d%2Fuploads%2Fgit-blob-f36678a114e723aee39af11ce0021dc221ac2c21%2FCapture%20d%E2%80%99e%CC%81cran%202022-12-13%20a%CC%80%2014.46.02.png?alt=media" alt=""><figcaption></figcaption></figure>

#### Mapping

You can map here all your event properties to Adobe Analytics properties, especially eVars.

<figure><img src="https://1259070148-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mk6XpTQ2LaRLcr2tA-d%2Fuploads%2Fgit-blob-38c65dbe7dbdfebea0934c9c2de0472bb7f25148%2FCapture%20d%E2%80%99e%CC%81cran%202022-12-13%20a%CC%80%2014.46.32.png?alt=media" alt=""><figcaption></figcaption></figure>

#### Properties transformation

This step is optional, you can transform your properties before to send it.
