You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: