-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
196cf07
commit 671fd7d
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -358,6 +358,29 @@ If Real-Time CDP audiences are not being displayed in Commerce, it could be due | |
|
||
The following two sections describe how to troubleshoot either case. | ||
|
||
### Validating the connection | ||
|
||
To validate the credentials and the response from AEP, the next command can be used: | ||
|
||
```bash | ||
bin/magento audiences:config:status | ||
``` | ||
|
||
This command will return connection status and can be paired with `-v` flag to provide extra verbosity: | ||
|
||
``` | ||
./bin/magento audiences:config:status -v | ||
``` | ||
|
||
With extra verbosity: | ||
|
||
``` | ||
+----------------------------------+---------------+---------------------------------------------+---------------------------------------------------------+--------------+ | ||
| Client ID | Client secret | Technical account ID | Technical account email | Sandbox name | | ||
+----------------------------------+---------------+---------------------------------------------+---------------------------------------------------------+--------------+ | ||
| 1234bd57fac8497d8933327c535347d8 | ***** | [email protected] | [email protected] | dev | | ||
``` | ||
|
||
### Incorrect authentication type selected in configuration | ||
|
||
1. Open your Commerce instance. | ||
|