You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below is an example of how to get objects 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 to be created. The example uses the `dfp_getLineItemsByStatement` function from the \[LineItemService\] (<https://developers.google.com/doubleclick-publishers/docs/reference/v201702/LineItemService>)
251
+
Below is an example of how to get objects 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 to be created. The example uses the `dfp_getLineItemsByStatement` function from the \[LineItemService\] (<https://developers.google.com/doubleclick-publishers/docs/reference/v201802/LineItemService>)
252
252
253
253
```r
254
254
@@ -276,13 +276,13 @@ Below is an example of how to make a simple report request.
276
276
# Documentation for the reportQuery object can be found in R using
277
277
# ?dfp_ReportService_object_factory and searching for ReportQuery
278
278
# Also online documentation is available that lists available child elements for reportQuery
#### A More Detailed Explanation of the Report Process
297
297
298
-
Reports actually require 3 steps from the \[ReportService\] (<https://developers.google.com/doubleclick-publishers/docs/reference/v201702/ReportService>): 1) to request the report, 2) check on its status, and 3) download. This basic process flow is required for all reports requested via this service. The wrapper function used above named `dfp_full_report_wrapper` manages all aspects of reporting, so this level of detail is not needed unless the wrapper service does not quite fit your needs.
298
+
Reports actually require 3 steps from the \[ReportService\] (<https://developers.google.com/doubleclick-publishers/docs/reference/v201802/ReportService>): 1) to request the report, 2) check on its status, and 3) download. This basic process flow is required for all reports requested via this service. The wrapper function used above named `dfp_full_report_wrapper` manages all aspects of reporting, so this level of detail is not needed unless the wrapper service does not quite fit your needs.
299
299
300
300
```r
301
301
@@ -304,13 +304,13 @@ Reports actually require 3 steps from the \[ReportService\] (<https://developers
304
304
# Documentation for the reportQuery object can be found in R using
305
305
# ?dfp_ReportService_object_factory and searching for ReportQuery
306
306
# Also online documentation is available that lists available child elements for reportQuery
0 commit comments