Questions tagged [campaign-monitor]

Campaign Monitor is an Email-Newsletter Service provider.

Campaign Monitor is an Email-Newsletter Service provider. It has a GUI but also an xml and json API to manage the newsletters and newsletter subscriptions.

90 questions
23
votes
6 answers

How can i know if someone has opened an email?

I am working on an email system (PHP based) where hundreds of emails will be sent by the users and i want to track those emails so i will be able to know that email is opened or not ? Can any one guide me how to do this ? Thanks
Naveed Metlo
  • 375
  • 2
  • 6
  • 18
14
votes
3 answers

Make sure the Android application was installed from Play-Store

I've recently discovered the BlackMarket application, it is a rip of Google Play-Store apps, where these people take a paid app from the Play-Store and let their users download it and use it for free. As a developer which plan on charging a buck for…
6
votes
2 answers

Clicking Back after fancyBox AJAX Form Submission

Not sure if this is even possible, but I have a AJAX form like this fiddle: http://jsfiddle.net/nicorellius/GfeEf/ On my website, it is working fine. I do a simple validation in the form with JavaScript, but if the user gets through the JavaScript,…
nicorellius
  • 3,715
  • 4
  • 48
  • 79
4
votes
1 answer

Keeping Track of campaign, strange behaviour from gmail

I know question I am going to ask is not related to programming, but I dont know where to put this question so i am asking it here. I am working on sending campaign to newslettersubscriber. I want to keep track of the email opened count to know the…
Nitin Varpe
  • 10,450
  • 6
  • 36
  • 60
3
votes
1 answer

Campaign Monitor Ajax form submission

Campaign Monitor seems to have updated their code snippets to use a different method of submitting the forms. Now in the
tag there's a data-id attribute. None of the usual ways of submitting the forms using Ajax work anymore. Does anybody…
Gavin
  • 7,544
  • 4
  • 52
  • 72
3
votes
3 answers

Vertical 1px on image in windows outlook 07' 10' html email

I have a Vertical white 1px on my image in windows outlook 2007 & 2010 for my HTML email. I don't know why this is happening. This only happens in windows outlook so far from what i've seen. And not any other client. Heres a photo
Adam G
  • 357
  • 2
  • 6
  • 20
3
votes
1 answer

Is including "Is this email not displaying correctly? View it in your browser." in HTML emails actually still helpful in any way?

For many years now I've included a link for users to view html emails in the browser just because it's an "industry standard". But it doesn't look great, and if it's the first thing the user sees it immediately gives them that "bulk email feeling"…
squarecandy
  • 4,894
  • 3
  • 34
  • 45
2
votes
2 answers

Making button URL editable in Campaign Monitor custom template

I dont know why im struggling to find an answer for this as it seems like it should be a core feature? I must have done something bad in a previous life as im having to create some email templates. Ive created my own custom HTML template as the in…
eyebonk
  • 67
  • 10
2
votes
1 answer

Campaign Tacking with Firebase Analytics

I have integrated firebase analytics into my android project but I am not able to understand how to manage campaign tracking with firebase analytics. Right no we are seeing only 3 parameter direct Not set google-play but our promotion is going on…
2
votes
1 answer

Oracle Responsys Link form in the main Campaign

I have created a Form in Oracle responsys which is linked to my current table and form works completely fine. I have issue with generating the link for the form using built-in oracle responsys function $prefilledform(crm_form_test)$. I just want to…
Preetham Hegde
  • 839
  • 2
  • 13
  • 24
2
votes
0 answers

Python Sessions/Requests Losing Authentication Mid-Session

I'm trying to login to Campaign Monitor to scrape some data from pages related to email campaign performance. The "login-protected" URL of the page I'm trying to access looks like…
2
votes
1 answer

PHP Add onClick event to all links attached in message text

I need to add event onClick="domainname" to all links available in a text message without change nothing in these links. i have an idea to use str_replace() but i don't have much knowledge in pattern matching. i need a help for this matter.
2
votes
1 answer

Add subscriber to multiple lists in Campaign Monitor

I'm trying to add a subscriber to multiple lists using a foreach loop. But the subscriber is only being added to 1 list. So $course is sending the correct value every time. But the find method on TrainingCourse doesn't change the campaign monitor…
user3118321
2
votes
1 answer

Google analytics IOS tracking campaigns error No visible @interface for 'GAIDictionaryBuilder' declares the selector 'set:value:'

I am following the instructions contained here https://developers.google.com/analytics/devguides/collection/ios/v3/campaigns#url-builder Xcode refuses to compile since this statement [hitParams set:kGAICampaignMedium value:@"referrer"]; gives this…
2
votes
0 answers

How can i send post request to campaign monitor using jquery?

I have a wordpress form, which is built using contact form 7. I have a requirement, when checkbox is selected, I have to send the user's email and name to comapign monitor list, also the contact form sends an email.
Arun
  • 1,528
  • 3
  • 19
  • 34
1
2 3 4 5 6