Skip to content

Commit 475ef03

Browse files
authored
Merge pull request #602 from AdobeDocs/attribute
Update index.md
2 parents 7377ec3 + 35f1db3 commit 475ef03

File tree

1 file changed

+2
-1
lines changed
  • src/pages/guides/endpoints/dimensions

1 file changed

+2
-1
lines changed

src/pages/guides/endpoints/dimensions/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ The GET dimensions endpoint includes the following request query parameters:
109109
| `segmentable` | optional | boolean | Whether to include only dimensions that are valid within a segment |
110110
| `reportable` | optional | boolean | Whether to include only dimensions that are valid within the report |
111111
| `classifiable` | optional | boolean | Whether to include only classifiable dimensions |
112-
| `expansion` | optional | array (string) | A comma-delimited list of additional metadata to items, including `tags`, `allowedForReporting`, and `categories` |
112+
| `expansion` | optional | array (string) | A comma-delimited list of additional metadata to items, including `tags`, `allowedForReporting`, `attributionModel`, and `categories` |
113113

114114
#### Response example details
115115

@@ -142,6 +142,7 @@ The GET dimensions endpoint includes the following response parameters:
142142
| `reportable` | array (string) | Whether the dimension is segmentable |
143143
| `description` | string | Contents of dimension description field in report|
144144
| `allowedForReporting` | boolean | Whether the dimension is set to be allowed for reporting. An extra metadata item in response to the `expansion` request parameter. |
145+
| `attributionModel` | string | For a list of attribution models, see [Attribution models and lookback windows](https://experienceleague.adobe.com/en/docs/analytics/analyze/analysis-workspace/attribution/models). |
145146
| `noneSettings` | boolean | Whether "none" item report setting is set. |
146147
| `tags` | object | An extra metadata item in response to the `expansion` request parameter. This can include the tag ID, tag name, tag description, and a list of components associated the tag. |
147148

0 commit comments

Comments
 (0)