predicate: Adwords Predicate

Description Usage Arguments Value Examples

View source: R/predicate.R

Description

Specifies how an entity should be filtered. Read https://developers.google.com/adwords/api/docs/reference/v201705/AdGroupAdService.Predicate for more informations.

Usage

1
predicate(field = "Name", operator = "EQUALS", values = "Google")

Arguments

field

The field by which to filter the returned data.

operator

The operator to use for filtering the data returned.

values

The values by which to filter the field.

Value

An S3 object with the predicate data.

Examples

1
predicate(field = "CustomerId", operator = "EQUALS", values = "123-456-7890")

adviso/RAdwordsPlus documentation built on Dec. 5, 2019, 3:11 a.m.