OBJECT
WebsiteLog
A log entry for a website visit
link GraphQL Schema definition
- type WebsiteLog {
- # The ID of the account associated with the log
- ID! :
- # The ID of the contact associated with the log
- ID! :
- # The domain name of the website
- String! :
- # Indicates whether the log was created via GraphQL mutation
- Boolean! :
- # The unique ID of the website log
- ID! :
- # The ID of the property associated with the log
- ID! :
- # The IP address of the visitor
- String! :
- # The URL of the page visited
- String! :
- }