Hi all
I published a new LP yesterday.
Today I found the "Visit Web Page" activity is not recorded when the lead comes from Facebook link.
Sometimes the "Click Link" activity after "Visit Web Page" is not recorded too. Why?
Example
1. The lead clicks LP1's link on Facebook timeline.
2. The lead visits LP1. <============ Not recorded
3. The lead clicks LP2's link on LP1. <==== Sometimes not recorded
4. The lead visits LP2. <====== Recorded and Referrer is LP1
Solved! Go to Solution.
Munchkin itself isn't Facebook-aware, so that's pretty strange. Can you see (in web inspector/dev tools) that the request to /visitWebPage? is actually going out? Do you see other errors (such as red-colored "Canceled request") in the network tab?
Munchkin itself isn't Facebook-aware, so that's pretty strange. Can you see (in web inspector/dev tools) that the request to /visitWebPage? is actually going out? Do you see other errors (such as red-colored "Canceled request") in the network tab?
Thank you Sanford
Your advice is bingo.
/visitWebPage? Status is "canceled" at munchkin.js:10 and Message "Failed to load response data" is shown.
I check my LP.
I am looking for fixing /visitWebPage issue.