Questions tagged [google-reporting-trafficking-api]
5 questions
4
votes
1 answer
How to download a file using a url in Google Apps Script
I am fairly new to Google Apps Script. I am using Google's functionality to access the DFA/DCM Trafficking and Reporting API through App Scripts without having to use OAuth.
When I run the DCM Report to then convert into google sheets, I am not able…

Richard Klein
- 53
- 1
- 4
1
vote
0 answers
DFA Reporting API: how to get a list of reports files
According to the official documentation DCM/DFA Reporting and Trafficking API this the way to get a list of reports files in json format:
$url = "https://www.googleapis.com/dfareporting/v2.3/userprofiles/" . $this->profile_id . "/reports/" .…

Kanan Farzali
- 991
- 13
- 23
1
vote
1 answer
Assigning Creatives to Placements in DFA/DCM Reporting and Trafficking API
Yo. I'm implementing some stuff in the DFA/DCM Reporting and Trafficking API using the Google API PHP Client Library. So far I've added creatives to my campaigns, but I'm trying to figure out where I can add these creatives to a campaign's…

Fal-Cone
- 345
- 1
- 4
- 16
0
votes
1 answer
Error while running google app scripts to pull data from Google DCM
I am trying to use a script to pull some reporting data to google sheets from Google DCM. I did modify the parameters required here and try to run this file. But I get this error ReferenceError: DoubleClickCampaigns is not defined What am I doing…

SNT
- 1,283
- 3
- 32
- 78
-1
votes
1 answer
What is the type of "profileId" parameter in Google API requests?
As a Google API newbie I want to check my access using an authenticated request in APIs Explorer. (My final goal is to extract meaningful reports from DCM/DFA Reporting & Trafficking API.) Our agency contact has set up a new user profile for me and…

Peter L
- 21
- 3