customer.sync.request: Adwords Customer Sync Request

Description Usage Arguments Value See Also Examples

View source: R/customer.sync.request.R

Description

Prepares the body of an XML formatted request for the Adwords customer sync service.

Usage

1
2
customer.sync.request(campaign.ids, feed.ids = NULL,
  min.date.time = NULL, max.date.time = NULL)

Arguments

campaign.ids

Vector or list of campaign ids for which we want the changes.

min.date.time

The min date time of the range for the changes in yyyyMMdd HHmmss <Timezone ID> format. Default to system time if NULL.

max.date.time

The min date time of the range for the changes in yyyyMMdd HHmmss <Timezone ID> format. Default to system time if NULL.

campaign.ids

Vector or list of feed ids for which we want the changes.

Value

An XML formatted customer sync request.

See Also

get.service

Examples

1
request <- customer.sync.request(campaign.ids = c("123456789", "456789123", "789123456"))

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