buildXmlHeader: Build XML Header

Description Usage Arguments Value Examples

View source: R/build_xml_request.R

Description

Build the XML Header for the XML Envelope.

Usage

1
buildXmlHeader(myMcc, userAgent, developerToken, apiVersion)

Arguments

myMcc

The Manager Account (MCC) needed to access the Adwords API

userAgent

The user agent required for the header of the XML request

developerToken

The developerToken required for accessing the API. Found in the API settings of the Adwords Account.

apiVersion

Version of the API being used.

Value

Returns the XML Header for the Envelope

Examples

1
buildXmlHeader("123-456-7890", "myUserAgent", "myD3v3l0p3r70k3n", "v201806")

adwordsR documentation built on May 2, 2019, 5:05 a.m.