Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

Set Ecommerce Level via API

Avatar

Level 2

When using the ReportSuite API to saveEcommerce, you are asked for a boolean value

However, there are actually three settings for this in Admin: Enabled, Disabled, and "Enabled, no shopping cart"

Is there a way to set the third option via API ?

{

"ecommerce":"(boolean)",

"rsid_list":[

"(string)"

]

}

1 Accepted Solution

Avatar

Correct answer by
Employee

From the documentation it would appear that only the two states are supported via the API:

SaveEcommerce | Adobe Developer Connection

View solution in original post

2 Replies

Avatar

Correct answer by
Employee

From the documentation it would appear that only the two states are supported via the API:

SaveEcommerce | Adobe Developer Connection

Avatar

Employee Advisor

Also to add, the 'no shopping cart' option is incredibly old, like SiteCatalyst 13.5 or even older. The Analytics processing architecture has improved to where shopping cart metrics are included by default for all report suites.