We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66bd641 commit 66b8b8bCopy full SHA for 66b8b8b
samples/statistic_sample.py
@@ -45,7 +45,6 @@ def stats_for_clicked_links():
45
filters = {
46
"CampaignId": "$Campaign_ID"
47
}
48
- # TODO Outdated in doc.
49
return mailjet30.statistics_linkClick.get(filters=filters)
50
51
@@ -54,7 +53,6 @@ def mailbox_provider_statistics():
54
53
55
56
57
58
return mailjet30.statistics_recipientEsp.get(filters=filters)
59
60
0 commit comments