How to find duplicate programs where a same gated pdf link is being used/promoted | Community
Skip to main content
Level 2
June 1, 2023
Solved

How to find duplicate programs where a same gated pdf link is being used/promoted

  • June 1, 2023
  • 2 replies
  • 3120 views

Hello team,

How can find a duplicate program within the same workspace where same white paper has been promoted. 

 

Background:

A gated program has been created to promote an IoT technology white paper where people will download it after filling out the form. 

To promote the same gated IoT white paper someone from team again created another program, where people will fill out the form and download same paper.
What's the way to find both programs'?

Best answer by Darshil_Shah1

Gotcha! Thank you for explaining your requirement in detail. I think you should try getting the program name from the click of the PDF document. Of course, this would need at least 1 click interaction on the PDF link from new assets in the new duplicate program in your instance. Also, I assume you don't have any log of the program creation anywhere else (i.e., in project/ticket management platforms, etc.)

2 replies

SanfordWhiteman
Level 10
June 1, 2023
Are there 2 different forms, and does each have the PDF as its Thank You URL?
Level 2
June 1, 2023

Thank you for your quick response.
Maximum times with different forms but there might be chance to have the same form. 
Most of the times gated PDF catered through confirmation email or with Thank-you Landing Page. In both cases PDF opens after hitting on the download link. 

/Many Thanks
Darshil_Shah1
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
June 1, 2023

Do you have a program naming convention in place that you could use to find the program? That'd be one of the easiest ways to find duplicate programs.

 

Also, even though this asset was uploaded to the Design Studio, there's no way to find the places it's being referenced. One way you could track this is by looking at the activity logs of the people who filled out the gated content form and were sent the gated content email, but for this, you'd have to know the form name too in the first place. Another alternative is to find people who have a Clicked Link in Email Activity with gated content asset's link, but there's a catch here- clicks on the direct downloads may not have sufficient time to get logged in the act log, it'd help with the reliability if you have a target="_blank" attribute on your link, so it'd open up in a new tab.

 

SanfordWhiteman
Level 10
June 2, 2023

Another alternative is to find people who have a Clicked Link in Email Activity with gated content asset's link, but there's a catch here- clicks on the direct downloads may not have sufficient time to get logged in the act log, it'd help with the reliability if you have a target="_blank" attribute on your link, so it'd open up in a new tab.

Well, the Clicked Link in Email will always be logged if the person (or a mail scanner) followed the link. Conversely, a Clicked Link on Web Page will never be logged if the email link went directly to the PDF.

 

The only uncertain situation is when the email link went to a download page (real LP) with a link on it, but the page automatically redirects to the download. You may or may not get the Visited Web Page then. But even that is 99% reliable these days because of beacons (didn’t used to be).

Darshil_Shah1
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
June 3, 2023

Agreed! This makes total sense. Thanks, Sandy! 🙂