This trigger fires when a subscriber visits a page that is configured to trigger a rule.
Developer info
- API endpoint slug
- drip.new_page_visit
Trigger fields
No fields for this trigger
Ingredients
Subscriber emailThe subscriber's email address.
- Slug
- subscriber_email
- Filter code
- Drip.newPageVisit.SubscriberEmail
- Type
- String
- Example
- john@doe.com
Subscriber IDThe ID of the subscriber.
- Slug
- subscriber_id
- Filter code
- Drip.newPageVisit.SubscriberId
- Type
- String
- Example
- 9999999
URLThe URL of the page.
- Slug
- url
- Filter code
- Drip.newPageVisit.Url
- Type
- String
- Example
- /blog/1234-hello-world
Account IDThe ID of the account.
- Slug
- account_id
- Filter code
- Drip.newPageVisit.AccountId
- Type
- String
- Example
- 9999999
Created atDate and time event was created.
- Slug
- created_at
- Filter code
- Drip.newPageVisit.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00