All Downloads are FREE. Search and download functionalities are using the official Maven repository.

panda.tube.sendgrid.OpenTrackingSetting Maven / Gradle / Ivy

There is a newer version: 1.8.0
Show newest version
package panda.tube.sendgrid;

/**
 * An open tracking settings object. This allows you to track whether the email was opened or not, but including a single pixel image in the body of the content. When the pixel is loaded, we can log
 * that the email was opened.
 */
public class OpenTrackingSetting {
	public boolean enable;
	public String substitution_tag;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy