Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.71 KB

IntegrationEventV2Request.md

File metadata and controls

16 lines (11 loc) · 1.71 KB

IntegrationEventV2Request

Properties

Name Type Description Notes
profile_id str ID of the customer profile set by your integration layer. Note: If the customer does not yet have a known `profileId`, we recommend you use a guest `profileId`. [optional]
store_integration_id str The integration ID of the store. You choose this ID when you create a store. [optional]
evaluable_campaign_ids list[int] When using the `dry` query parameter, use this property to list the campaign to be evaluated by the Rule Engine. These campaigns will be evaluated, even if they are disabled, allowing you to test specific campaigns before activating them. [optional]
type str A string representing the event name. Must not be a reserved event name. You create this value when you create an attribute of type `event` in the Campaign Manager.
attributes object Arbitrary additional JSON properties associated with the event. They must be created in the Campaign Manager before setting them with this property. See creating custom attributes. [optional]
response_content list[str] Optional list of requested information to be present on the response related to the tracking custom event. [optional]

[Back to Model list] [Back to API list] [Back to README]