18 #ifndef PAGESPEED_KERNEL_ADS_ADS_UTIL_H_
19 #define PAGESPEED_KERNEL_ADS_ADS_UTIL_H_
23 namespace net_instaweb {
30 extern const char kAdsByGoogleJavascriptSrc[];
32 extern const char kAdsByGoogleApiCallJavascript[];
34 extern const char kAdsbyGoogleClass[];
39 StringPiece GetPublisherIdWithoutProductPrefix(StringPiece publisher_code);
42 bool IsValidAdsByGoogle(
const HtmlElement& element, StringPiece publisher_id);
45 bool IsShowAdsApiCallJsSrc(StringPiece src);
48 bool IsAdsByGoogleJsSrc(StringPiece src);