Skip to contents

Sends 'Google Ads' Services objects to the 'Google Ads API'.

Usage

query_google_ads(
  mcc_id,
  google_auth,
  service,
  raw_data = FALSE,
  convert_micros = 1e+06
)

Arguments

mcc_id

Google Ads Client Center MCC Id

google_auth

auth object

service

googleAds service object created by a service constructor such as googleAdsSearch or googleAdsFields.

raw_data

TRUE / FALSE returns raw data or content only

convert_micros

converts micros data: divides data by 1e6, if NULL no conversion will be applied.

Value

Google Services return object either with raw or processed data (default).