-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<type> on Visitor Activity differs from what's on the documentation #230
Comments
John, you can open a ticket with our Support team: https://help.salesforce.com/articleView?id=000181929&type=1 |
Unfortunately it does appear that the documentation for
For example, if a visitor clicks an Email associated to a Tracker, the
The values for Sorry for the confusion and I'll be passing this onto the technical writers to revise. |
Francisco - that was my initial course of action and they advised that I open a ticket here...
Jared - this answers my question. Appreciate the help here guys, thank you! |
Hello,
There looks to be a difference in
<type>
for what's listed on the documentation and the response we're receiving when calling the Visitor Activities API. For example, when I call the following:GET: /api/visitorActivity/version/4/do/query?type=1
I get the following resposne:
<type>1</type>
<type_name>Email Tracker</type_name>
So in this particular case i'm expecting to receive "Click" but I receive "Email Tracker".
Is this the expected behavior to not receive the same values that are documented? Looking to get some more clarity on this subject.
Thank you!
Here are the type values that I'm referencing.
http://developer.pardot.com/kb/object-field-references/#visitor-activity-types
Documented Visitor Activity Types
1 - Click
2 - View
3 - Error
4 - Success
5 - Session
6 - Sent
7 - Search
8 - New Opportunity
9 - Opportunity Won
10 - Opportunity Lost
11 - Open
12 - Unsubscribe Page
13 - Bounced
14 - Spam Complaint
15 - Email Preference Page
16 - Resubscribed
17 - Click (Third Party)
18 - Opportunity Reopened
19 - Opportunity Linked
20 - Visit
21 - Custom URL click
22 - Olark Chat
23 - Invited to Webinar
24 - Attended Webinar
25 - Registered for Webinar
26 - Social Post Click
27 - Video View
28 - Event Registered
29 - Event Checked In
30 - Video Conversion
31 - UserVoice Suggestion
32 - UserVoice Comment
33 - UserVoice Ticket
34 - Video Watched (≥ 75% watched)
35 - Indirect Unsubscribe Open
36 - Indirect Bounce
37 - Indirect Resubscribed
38 - Opportunity Unlinked
Other - Unknown
Here are the values we receive when we pull type 1 through 38. Please note that "N/A" indicates that no records were found.
The text was updated successfully, but these errors were encountered: