Description Usage Arguments Details See Also
Saves the need for 3 parameters when you just have one
1 | parseDimFilterGroup(dfe)
|
dfe |
A string of form: dimension operator expression e.g. country!~GBR |
dimension = c('country','device','page','query','searchAppearance') operator = c(‘~~' = ’contains', ‘==' = ’equals', ‘!~' = ’notContains', ‘!=' = ’notEquals)
expression = country: an ISO 3166-1 alpha-3 country code. device: 'DESKTOP','MOBILE','TABLET' page: not checked query: not checked searchAppearance: 'AMP_BLUE_LINK', 'RICHCARD'
Other search analytics: lookupCountryCode
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.