You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The Convert product line this billing plan pertains to.
52
-
* - `experiences`: Relates to A/B testing, MVT, Split URL, and personalization features.
53
-
* - `deploy`: Relates to the "Deploy" feature for rolling out changes to specific audiences without A/B testing reports. Knowledge Base: "Deployments have the potential to contain small segments...and this could be interpreted by Privacy Authorities in Europe as identification of data subjects."
54
-
* - `addons`: Relates to add-on products that extend the core platform capabilities.
* The Convert product line this billing plan pertains to.
61
-
* - `experiences`: Relates to A/B testing, MVT, Split URL, and personalization features.
62
-
* - `deploy`: Relates to the "Deploy" feature for rolling out changes to specific audiences without A/B testing reports. Knowledge Base: "Deployments have the potential to contain small segments...and this could be interpreted by Privacy Authorities in Europe as identification of data subjects."
63
-
* - `addons`: Relates to add-on products that extend the core platform capabilities.
64
-
*
65
-
*/
66
-
exportconstProducts={
67
-
EXPERIENCES: 'experiences',
68
-
DEPLOY: 'deploy',
69
-
ADDONS: 'addons'
70
-
}asconst;
71
-
72
34
exporttypePageNumber={
73
35
/**
74
36
* The page number for paginated results. For example, if `results_per_page` is 30, `page: 2` will retrieve items 31-60.
@@ -1916,14 +1878,14 @@ export type ConfigGoalBase = {
0 commit comments