facebookarchive / facebook-instant-articles-sdk-php

The Facebook Instant Articles SDK for PHP provides a native interface for creating and publishing Instant Articles.
https://instantarticles.fb.com/
Other
232 stars 148 forks source link

Validate Analytics Configuration #331

Closed pestevez closed 5 years ago

pestevez commented 6 years ago

The fields expected in the Analytics configuration (and) may not be present. We should ensure they exist before trying to access them:

https://github.com/facebook/facebook-instant-articles-sdk-php/blob/master/src/Facebook/InstantArticles/Transformer/Transformer.php#L620

We are already validating the existence of the fields for the Ads Settings, so we should do the same for Analytics.