-
Notifications
You must be signed in to change notification settings - Fork 584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is SendGridMessage.OpenTracking.SubstitutionTag Optional? #638
Comments
Hello @kspearrin, Yes, the substituionTag is optional and we should update this function to reflect that. I'm going to leave this issue open for that purpose. With regards to the tracking pixel, I'm not sure where it gets placed. I would recommend sending a test email and viewing the source. Alternatively, you can reach out to our support team. With Best Regards, Elmer |
…lue-for-substitutiontag #638 Add default value for SubstitutionTag parameter
@thinkingserious is this still open? Can i update the description of the function to add the optional part? |
Since there has been no activity on this issue since March 1, 2020, we are closing this issue. Please feel free to reopen or create a new issue if you still require assistance. Thank you! |
SendGridMessage
has anOpenTracking
method that requires aenable
boolean andsubstitutionTag
string:I don't plan to use the
substitutionTag
. Should I just passnull
?Ex:
Where will the tracking pixel be placed in this case? At the very bottom of the email?
The text was updated successfully, but these errors were encountered: