Kyle Gregory

Results 8 issues of Kyle Gregory

jQuery 3.5+ migration requests libraries avoid using self-closing tags for tags that may have content unless your page runs in XHTML mode. https://jquery.com/upgrade-guide/3.5/

vis #25 @MilSix > Hi Kyle, > Quick questions for you about Emma api : > > Is there an emma api calls for bulk “archive” subaccount/group/ of members >...

question

It seems development on RestSharp is slowing because of `HttpClient`, which is in .NET 4.5 and .NET Core. Restsharp improved getting the project up and running quickly, but may be...

enhancement

Method: `CreateSavedSearch` API Endpoint: [POST /#account_id/searches](http://api.myemma.com/api/external/searches.html#post--#account_id-searches) Method: `UpdateSavedSearch` API Endpoint: [PUT /#account_id/searches/#search_id](http://api.myemma.com/api/external/searches.html#put--#account_id-searches-#search_id) Creating and Updating searches trips up Emma's API. The API returns the following error: {"error": "'unicode' object has...

api bug

Method: `GetMailingCustomerShares` API Endpoint: [GET /#account_id/response/#mailing_id/customer_shares](http://api.myemma.com/api/external/response.html#get--#account_id-response-#mailing_id-customer_shares) Method: `GetMailingCustomerShareClicks` API Endpoint: [GET /#account_id/response/#mailing_id/customer_share_clicks](http://api.myemma.com/api/external/response.html#get--#account_id-response-#mailing_id-customer_share_clicks) Method: `GetMailingCustomerShare` API Endpoint: [GET /#account_id/response/#share_id/customer_share](http://api.myemma.com/api/external/response.html#get--#account_id-response-#share_id-customer_share) Return values for the above endpoints are unknown, and may be depreciated.

api bug

Method: `GetMemberOptout` API Endpoint: GET /#account_id/members/#member_id/optout **Expected**: Provided member is opted out, information is returned (docs describe date and mailing_id) **Happens**: Returns empty array.

api bug

Method: `GetResponseSummary` API Endpoint: [GET /#account_id/response?range=2015-12-08](http://api.myemma.com/api/external/response.html#get--#account_id-response) **Expected**: If range is a single date, API will return summary of mailings sent on that date. **Happens**: No mailings/summary is returned. **Note**: Other...

api bug

Method: `VaildatePersonalizationSyntax` API Endpoint: [POST /#account_id/mailings/validate](http://api.myemma.com/api/external/mailings.html#post--%23account_id-mailings-validate) If anything is included in html_body or plaintext params, the API returns: "HTML content is missing a required tag: Optout Link Tag". When either...

api bug