Skip to content

Commit ccf6c5e

Browse files
committed
One more retired variable
1 parent d4db20e commit ccf6c5e

3 files changed

Lines changed: 1 addition & 67 deletions

File tree

help/implement/TOC.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ user-guide-description: Learn ways to implement Adobe Analytics. Customize what
2525
+ [currencyCode](vars/config-vars/currencycode.md)
2626
+ [decodeLinkParameters](vars/config-vars/decodelinkparameters.md)
2727
+ [dynamicVariablePrefix](vars/config-vars/dynamicvariableprefix.md)
28-
+ [fpCookieDomainPeriods](vars/config-vars/fpcookiedomainperiods.md)
2928
+ [linkDownloadFileTypes](vars/config-vars/linkdownloadfiletypes.md)
3029
+ [linkExternalFilters](vars/config-vars/linkexternalfilters.md)
3130
+ [linkInternalFilters](vars/config-vars/linkinternalfilters.md)

help/implement/vars/config-vars/configuration-variables.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ The following configuration variables are retired. They are documented here for
5656
* **`account`**: Determined the report suite that data was sent to. Report suite is now handled through tracking object instantiation (the [`s_gi()`](../functions/s-gi.md) method). Use the [`s.sa()`](../functions/sa-method.md) method if you need to change the report suite after the tracking object is instantiated.
5757
* **`cookieDomain`**: Determined the domain on which AppMeasurement set cookies. Current versions of AppMeasurement automatically detect the correct cookie domain, making this variable obsolete.
5858
* **`cookieDomainPeriods`**: Helped AppMeasurement determine where to store cookies when a domain contained multiple periods. Current versions of AppMeasurement automatically detect the correct domain, making this variable obsolete.
59+
* **`fpCookieDomainPeriods`**: The first-party equivalent of `cookieDomainPeriods`, used to set cookies in the correct location when a first-party domain's suffix contained an extra period (such as `example.co.uk`). Current versions of AppMeasurement automatically detect the correct domain, making this variable obsolete.
5960
* **`trackingServer`**: Specified the domain used to send data to Adobe over HTTP. It is deprecated in favor of secure data collection over HTTPS. Use [`trackingServerSecure`](trackingserversecure.md) instead.
6061
* **`trackInlineStats`**: Enabled or disabled previous versions of [Activity Map](/help/analyze/activity-map/overview.md).
6162
* **`visitorMigrationKey`**: Carried a key used to migrate visitors from third-party to first-party cookies. It is retired because modern libraries set a first-party fallback cookie (`fid`) and rely on the Experience Cloud ID Service for identity.

help/implement/vars/config-vars/fpcookiedomainperiods.md

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)