i4w_newuser
Usage
This module is used to automate the creation of tags for the so-called "Magazine Subscription Model", which enables the system to prevent subscribers from seeing content published before they joined or for any months during which they were not members.
Please contact us prior to implement this membership model to ensure that it does what you need. This module can be called through a 'Send an http post…' as part of a trigger process, legacy action set or campaign builder sequence.
Parameters
| Parameter | Value | Description |
|---|---|---|
| i4w_newuser | YOUR_SECURITY_KEY | Determine the basic action to be taken. |
| prefix | m | Defines the prefix to be used when generating and assigning monthly/yearly tags. Default: "m". |
Example
- Basic
- With Prefix
https://www.yoursite.com/?i4w_newuser=YOUR_SECURITY_KEY
https://www.yoursite.com/?i4w_newuser=YOUR_SECURITY_KEY&prefix=m
Notes
In all examples provided, YOUR_SECURITY_KEY stand for the security key defined under plugin options. These are used to authenticate the request.
The new "Campaign Builder" HTTP POST do not automatically send the contact record data for processing. Individual value pairs must now be specified. In this case, the required value pair is either of the following:
| Parameter | Keap Merge Field |
|---|---|
| Id | ~Contact.Id~ |
| contactId | ~Contact.Id~ |
| ContactId | ~Contact.Id~ |
| Contact0Id | ~Contact.Id~ |