Description Usage Arguments Details Value References Examples
SCAuth
1 2 |
key |
Client id from your app in the Adobe Marketing cloud Dev Center OR if you are using auth.method='legacy', then this is the API username (username:company) |
secret |
Secret from your app in the Adobe Marketing cloud Dev Center OR if you are using auth.method='legacy', then this is the API shared secret |
company |
Your company (only required if using OAUTH2 AUTH method) |
token.file |
If you would like to save your OAUTH token and other auth details for use in future sessions, specify a file here. The method checks for the existence of the file and uses that if available. |
auth.method |
Defaults to legacy, can be set to 'OAUTH2' to use the newer OAUTH method. |
debug.mode |
Set global debug mode |
endpoint |
Set Adobe Analytics API endpoint rather than let RSiteCatalyst decide (not recommended) |
locale |
Set encoding for reports (defaults to en_US) |
Authorise and store credentials for the Adobe Analytics API
Global credentials list 'SC.Credentials' in AdobeAnalytics (hidden) environment
The list of locale values can be obtained from the Adobe Analytics documentation:
https://marketing.adobe.com/developer/documentation/analytics-reporting-1-4/r-reportdescriptionlocale
1 2 3 4 5 6 | ## Not run:
#Legacy authentication
SCAuth("key", "secret")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.