Skip to content

Commit

Permalink
Prep documentation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMMortimer committed Dec 29, 2018
1 parent 89536dc commit c3574b5
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ network_info[,c('id', 'networkCode')]

#### Pull a LineItem

The function `dfp_getLineItemsByStatement()` function from the [LineItemService](https://developers.google.com/doubleclick-publishers/docs/reference/v201802/LineItemService)
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.
Expand Down Expand Up @@ -176,7 +176,7 @@ to these developers for their contributions to open source.

## More Information

Google provides support for client libraries [here](https://developers.google.com/doubleclick-publishers/docs/clients),
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
Expand All @@ -185,7 +185,7 @@ the client libraries.

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)
[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.

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ network_info[,c('id', 'networkCode')]

#### Pull a LineItem

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.
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.

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

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.
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.

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.
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.

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

Expand Down
4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Test environments

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

## R CMD check results
Expand Down
6 changes: 3 additions & 3 deletions docs/articles/ad-trafficking-setup.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/articles/checking-availability.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/pulling-reports.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ network_info[,c('id', 'networkCode')]

#### Pull a LineItem

The function `dfp_getLineItemsByStatement()` function from the [LineItemService](https://developers.google.com/doubleclick-publishers/docs/reference/v201802/LineItemService)
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.
Expand Down Expand Up @@ -177,7 +177,7 @@ to these developers for their contributions to open source.

## More Information

Google provides support for client libraries [here](https://developers.google.com/doubleclick-publishers/docs/clients),
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
Expand All @@ -186,7 +186,7 @@ the client libraries.

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)
[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.

Expand Down

0 comments on commit c3574b5

Please sign in to comment.