GraphQL OBJECT
TrackingParameter
X-parameter for a client account. X-parameters are components of URLs that are used to pass information through the checkout process.
link Definition
- type TrackingParameter {
- # Unique ID of the tracking parameter.
- Int :
- # Client which the tracking parameter belongs to.
- Client :
- # Items of the tracking parameter.
- TrackingParameterItem] : [
- # Key of the tracking parameter.
- String :
- # Name of the tracking parameter.
- String :
- # Number in which the parameters are sorted.
- Int :
- }