'campaign_id' and 'campaign_run_id'
Hi,
Context:
we are running a program with 2 trigger campaign. first trigger checks user's eligibility and if satisfied, an email is sent to that client. now, I want to filter the users who received this email (sent, delivered, opened, clicked e.t.c) with the trigger campaign's campaign_id say 'x' . but for some reason, I'm getting the wrong result set.
however, I've noticed that the correct list of users who received this email have a different campaign_run_id say 'p'.
1. can you please explain the relationship between campaign_id and campaign_run_id and how can i use these to filter the correct set of results??
2. this email also has a link, when pressed on it takes the user to a webpage. i would also like to use activities_visit_webpage to extract the users that visited this webpage. how can i achieve that?
Thanks in Advance.