Skip to content
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

what is URL Hash in tracking campaign ? #19

Closed
rameshwebmaster opened this issue Dec 6, 2017 · 3 comments
Closed

what is URL Hash in tracking campaign ? #19

rameshwebmaster opened this issue Dec 6, 2017 · 3 comments

Comments

@rameshwebmaster
Copy link

hello ,
i want to track campaign and i have got following code
// Track subscriber click for campaign click
$response = $endpoint->trackUrl('CAMPAIGN-UNIQUE-ID', 'SUBSCRIBER-UNIQUE-ID', 'URL-HASH');
what is URL-Hash field and what value should i pass for same?

@twisted1919
Copy link
Owner

It's the sha1 of the url from the email template that you want to track. Look in the campaign_url table to see the hashes mailwizz creates when preparing a campaign.

@rameshwebmaster
Copy link
Author

rameshwebmaster commented Dec 6, 2017

so you mean to say value of URL-HASH will be 'sha1' right?

@twisted1919
Copy link
Owner

That is correct yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants