Skip to content

Commit c3574b5

Browse files
Prep documentation for release
1 parent 89536dc commit c3574b5

File tree

8 files changed

+22
-22
lines changed

8 files changed

+22
-22
lines changed

README.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ network_info[,c('id', 'networkCode')]
132132

133133
#### Pull a LineItem
134134

135-
The function `dfp_getLineItemsByStatement()` function from the [LineItemService](https://developers.google.com/doubleclick-publishers/docs/reference/v201802/LineItemService)
135+
The function `dfp_getLineItemsByStatement()` function from the [LineItemService](https://developers.google.com/ad-manager/api/reference/v201811/LineItemService)
136136
allows you to retrieve Line Items by Publishers Query Language (PQL) statement.
137137
The statement is constructed as a list of lists that are nested to emulate the
138138
hierarchy of the XML that needs to be created in the request.
@@ -176,7 +176,7 @@ to these developers for their contributions to open source.
176176

177177
## More Information
178178

179-
Google provides support for client libraries [here](https://developers.google.com/doubleclick-publishers/docs/clients),
179+
Google provides support for client libraries [here](https://developers.google.com/ad-manager/api/clients),
180180
but unfortunately, R is not a supported language. Google's client libraries directly
181181
reference the production WSDLs to interact with the API, but this package makes
182182
SOAP requests best formatted to match the WSDL standards. This articulation is not
@@ -185,7 +185,7 @@ the client libraries.
185185

186186
Most all operations supported by the DFP API are available
187187
via this package. It is strongly recommended that you use the
188-
[DFP API Reference](https://developers.google.com/doubleclick-publishers/docs/rel_notes)
188+
[DFP API Reference](https://developers.google.com/ad-manager/api/rel_notes)
189189
when using this package. Details on formatting, attributes, and methods are all
190190
better explained by Google's documentation.
191191

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ network_info[,c('id', 'networkCode')]
105105

106106
#### Pull a LineItem
107107

108-
The function `dfp_getLineItemsByStatement()` function from the [LineItemService](https://developers.google.com/doubleclick-publishers/docs/reference/v201802/LineItemService) allows you to retrieve Line Items by Publishers Query Language (PQL) statement. The statement is constructed as a list of lists that are nested to emulate the hierarchy of the XML that needs to be created in the request.
108+
The function `dfp_getLineItemsByStatement()` function from the [LineItemService](https://developers.google.com/ad-manager/api/reference/v201811/LineItemService) allows you to retrieve Line Items by Publishers Query Language (PQL) statement. The statement is constructed as a list of lists that are nested to emulate the hierarchy of the XML that needs to be created in the request.
109109

110110
``` r
111111
# Retrieve up to 3 Line Items that have a status of "DELIVERING"
@@ -163,9 +163,9 @@ This application uses other open source software components. The authentication
163163
More Information
164164
----------------
165165

166-
Google provides support for client libraries [here](https://developers.google.com/doubleclick-publishers/docs/clients), but unfortunately, R is not a supported language. Google's client libraries directly reference the production WSDLs to interact with the API, but this package makes SOAP requests best formatted to match the WSDL standards. This articulation is not perfect and continued progress will be made to bring functionality up to par with the client libraries.
166+
Google provides support for client libraries [here](https://developers.google.com/ad-manager/api/clients), but unfortunately, R is not a supported language. Google's client libraries directly reference the production WSDLs to interact with the API, but this package makes SOAP requests best formatted to match the WSDL standards. This articulation is not perfect and continued progress will be made to bring functionality up to par with the client libraries.
167167

168-
Most all operations supported by the DFP API are available via this package. It is strongly recommended that you use the [DFP API Reference](https://developers.google.com/doubleclick-publishers/docs/rel_notes) when using this package. Details on formatting, attributes, and methods are all better explained by Google's documentation.
168+
Most all operations supported by the DFP API are available via this package. It is strongly recommended that you use the [DFP API Reference](https://developers.google.com/ad-manager/api/rel_notes) when using this package. Details on formatting, attributes, and methods are all better explained by Google's documentation.
169169

170170
More information is also available on the `pkgdown` site at <https://StevenMMortimer.github.io/rdfp/>.
171171

cran-comments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Test environments
22

3-
* local OS X install, R 3.4.3
4-
* ubuntu 12.04 (on travis-ci), R 3.4.3, R-oldrel, R-devel.
3+
* local OS X install, R 3.5.1
4+
* ubuntu 14.04 (on travis-ci), R 3.5.1, R-oldrel, R-devel.
55
* win-builder (devel)
66

77
## R CMD check results

docs/articles/ad-trafficking-setup.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/checking-availability.html

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/pulling-reports.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ network_info[,c('id', 'networkCode')]
133133

134134
#### Pull a LineItem
135135

136-
The function `dfp_getLineItemsByStatement()` function from the [LineItemService](https://developers.google.com/doubleclick-publishers/docs/reference/v201802/LineItemService)
136+
The function `dfp_getLineItemsByStatement()` function from the [LineItemService](https://developers.google.com/ad-manager/api/reference/v201811/LineItemService)
137137
allows you to retrieve Line Items by Publishers Query Language (PQL) statement.
138138
The statement is constructed as a list of lists that are nested to emulate the
139139
hierarchy of the XML that needs to be created in the request.
@@ -177,7 +177,7 @@ to these developers for their contributions to open source.
177177

178178
## More Information
179179

180-
Google provides support for client libraries [here](https://developers.google.com/doubleclick-publishers/docs/clients),
180+
Google provides support for client libraries [here](https://developers.google.com/ad-manager/api/clients),
181181
but unfortunately, R is not a supported language. Google's client libraries directly
182182
reference the production WSDLs to interact with the API, but this package makes
183183
SOAP requests best formatted to match the WSDL standards. This articulation is not
@@ -186,7 +186,7 @@ the client libraries.
186186

187187
Most all operations supported by the DFP API are available
188188
via this package. It is strongly recommended that you use the
189-
[DFP API Reference](https://developers.google.com/doubleclick-publishers/docs/rel_notes)
189+
[DFP API Reference](https://developers.google.com/ad-manager/api/rel_notes)
190190
when using this package. Details on formatting, attributes, and methods are all
191191
better explained by Google's documentation.
192192

0 commit comments

Comments
 (0)