Use these tools to create and manage the manual tags available in a KlickTipp account. Tags provide a flexible way to organize contacts, describe their interests or status, and connect customer information with targeting and automation.
For example, you can create a new classification, update its name or description, find existing tags, or remove definitions that are no longer needed. Assigning or removing tags on individual contacts belongs to the Contact Tagging group, while further tag-management actions may be added in the future.
Tool name: add-newsletter-split-test-variant
Adds a test variant to the split test of a campaign and returns the test with all its variants and their editorUrl. With "copyFromEmailId" the variant is a copy of an existing one, otherwise it is empty. A split test needs at least two variants before it can be sent; a fresh one has exactly one. Adding a variant redistributes the audience share evenly. Refused once the test has started. The contents of a variant are written through the tools that take its editorUrl, its subject and preheader through update-newsletter-split-test-variant, the test settings through configure-newsletter-split-test. Nothing is sent.
Email ID of the variant to copy, from splitTestVariants; omit for an empty variant
{ "campaignId": 1, "copyFromEmailId": null, "accountId": null }
{ "accountId": 0, "newsletterId": 0, "variants": [ { "emailId": 0, "label": "string", "name": "string", "subject": "string", "editorUrl": "string", "contentRevision": "string" } ], "variantCount": 0, "needsMoreVariants": true, "sharePerVariantPercent": 0, "testSizePercent": 0, "testDurationHours": 0, "winnerBy": "string", "hasStarted": true }