parseDimFilterGroup | R Documentation |
Saves the need for 3 parameters when you just have one
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' ‘**' = ’includingRegex', ‘!*' = ’excludingRegex')
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.