AdobeDocs / AdobeDocs/contributor.en

Check if _ppvPreviousPage !== 'undefined'

Open
#26 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
1
Forks
23
PR merge metrics
No merged PRs in 30d

Description

In my understanding you need to check if _ppvPreviousPage !== 'undefined' when you "Install the plug-in using tags in Adobe Experience Platform" as in this case _ppvPreviousPage returns 'undefined' when not set.

if(_ppvPreviousPage)
if(_ppvPreviousPage && (_ppvPreviousPage !== 'undefined'))
{
// DO WHATEVER YOU LIKE
}

Contributor guide

Open the contributing guide

Research direction

Start by locating the documentation section titled "Install the plug-in using tags in Adobe Experience Platform" and review how _ppvPreviousPage is described. Done means the guidance clearly covers the 'undefined' value and shows the intended condition consistently.

Written by the indexing model from the issue text.

Assessment

Domain
documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.