maxCookieCount property

int? maxCookieCount
getter/setter pair

The largest number of cookies set by a creative.

If this field is set, cookie_names above will be set to the cookie names of top domains with the largest number of cookies. This field will only be set for TOO_MANY_COOKIES policy.

Implementation

core.int? maxCookieCount;