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

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

Go to download

Panda Tube is a Web Service API client for WordPress XML-RPC, Google Vision API, etc.

The newest version!
package panda.ex.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