Get all Landing Page Activities
get
/API/OData/ActivityDetails/1/LandingPageVisit
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
$count: boolean
Indicates whether the total count of items within a collection are returned in the result.Default Value:
false
-
$expand: string
Indicates the related entities to be represented inline. The maximum depth is 2.
-
$filter: string
Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.
-
$orderby: string
Specifies the order in which items are returned. The maximum number of expressions is 5.
-
$select: string
Limits the properties returned in the result.
-
$skip: integer(int32)
Excludes the specified number of items of the queried collection from the result.
-
$top: integer(int32)
Limits the number of items returned from a collection. The maximum value is 20000.
Response
Supported Media Types
- application/json
- application/xml
200 Response
Landing Page Activity successfully retrieved
Nested Schema : LandingPageVisit
Type:
Show Source
object
-
accountID:
integer(int32)
-
baseURLID:
integer(int32)
-
campaignID:
integer(int32)
-
contactID:
integer(int32)
-
eloquaLinkedAccountID:
integer(int32)
-
landingPageID:
integer(int32)
-
landingPageTime:
integer(int32)
-
landingPageViewDateHour:
string(date-time)
-
landingPageViewID:
integer(int64)
-
referrerID:
integer(int32)
-
sessionID:
integer(int64)
-
visitorID:
integer(int64)