This message was deleted.
# markops
s
This message was deleted.
n
Are you sending the document as attachment?
s
Yes, Niranjan! A gratitude mail + attachement
n
As much as I know there's no way to track that
s
Do you think we can track the exact no. of times the url path got triggered through the attachment, in GA?
n
The pdf attached has links?
s
Yes, HS link as of now
n
HS is the only system that can track then
Not super sure how it's mapped to contact though
s
HS can easily provide the info if we add a form
But we thought not to add a form, to reduce the no. of clicks, as we just want to thank them for contributing to the community. based on that, we will run nurture campaigns
n
Email campaign?
s
yes
n
You should be able to do that from hubspot no!?
s
HS is telling us if any associated clicks are happening. Do you know how we can exactly track the no. of downloads too?
n
I don't think it tracks numbers of occurrence from my knockledge
s
Thanks, Niranjan
s
@Sumit Mukherjee - I understand the rationale behind not gating the content. It is difficult to track email attachments. A quick google search made me find Document GPS. See if this helps. As a best practice, would be good to host this in your domain (hubspot content or cms) so that you can track effectively
n
You could try creating your own custom proper to try tracking that
s
Donโ€™t do all this. Wonโ€™t lead to any good insights. What you want to look for is a rough guidance on the campaign - Open, Clicks and Abuses are good enough.
๐Ÿ‘ 1
a
I know I'm late to the party. create a website URL to download the pdf from that page, and log that event to download
๐Ÿ™Œ 1
Another way is create a URL that actually downloads a PDF, but append query params like email or user IDs (whatever works for you) and before actually downloading the file. Log that information in any table or GA or anywhere you like.
๐Ÿ™Œ 1
m
We use metabase for getting all the download nos.
a
@meenakshi nautiyal someone must be putting the data into DB, that you're fetching through Metabase. The original query was how to track, just FYI
m
My bad, makes sense @akbansa .
๐Ÿ™Œ 1
s
hey, @akbansa, thanks for your insights! We already thought about creating a website URL, but opted against it, because we don't want to make the asset public as of now. we are only giving it away to our prospects and customers for free ๐Ÿ™‚ Can you please explain the 2nd one again?
Thanks @Niranjan Bala @Srikanth V @meenakshi nautiyal @akbansa @Sid for your response
a
@Sumit Mukherjee 1. I don't think the link will be public, it's just an unknown URL to search engine. You can delete the URL after a few days of campaign. 2. So it's more of a server-side URL, that downloads a file on calling the URL instead of opening a page. Wherever you send the email, append {email} or any other param that you want to and log it when the request comes to your server
s
@Shubham