Questions tagged [dfareporting]

The DCM/DFA Reporting and Trafficking API provides programmatic access to DoubleClick Campaign Manager (DCM) and DoubleClick Digital Marketing (DDM) Reporting.

The DCM/DFA Reporting and Trafficking API provides programmatic access to DoubleClick Campaign Manager (DCM) and DoubleClick Digital Marketing (DDM) Reporting. https://developers.google.com/doubleclick-advertisers/reporting/

6 questions
1
vote
0 answers

Access Google's Campaign Manager 360 Reporting API with R

I am trying to access campaign manager 360 Reporting API with using the httr package in R. This is the code I have run so far to test the connection and I keep getting a 403 error code. I already created the API credentials on Google Console and…
Ulrich
  • 43
  • 4
0
votes
1 answer

Gcm Api AdvertiserLandingPages.List() does not apply advertiser id filter to landing pages

I am trying to get a list of advertiser landing pages for a specific advertiser only as described in docs using code below, which mimics the sample: var reportingService = new DfareportingService( new BaseClientService.Initializer …
0
votes
1 answer

com.google.api import "cannot be resolved" AEM 6.4

I'm trying to add the google DFA reporting api in order to track offline conversions and post view conversions on my website. I believe I have added the dependencies correctly and built the files in maven properly but I am getting a "cannot be…
jPring
  • 1
  • 1
0
votes
1 answer

Google DFA API - List Placement/Campaign IDs - Apps Script

DETAILS: Hi everyone, I've got two functions on App Scripts for my Google Sheets file. These were created using the DFA API Reference for DoubleClick Campaign Manager v3.3. ERROR: One is for list Campaign IDs and the other Placement IDs. My problem…
0
votes
1 answer

Create Ad and assign creative and placement

I have a campaign in Campaign Manager. Within the campaign is 1 placement and 1 creative (both 160x600 and active) I want to create an Ad, assign the creative, and then assign the placement using Google Apps Script in Google Sheets. I've built out…
0
votes
1 answer

DFA Reporting API v2.4 - list all reports or filter by name

I have a DFA account that has access to several hundred profiles from other accounts. Is there a way to get a list of all reports I have associated with a Profile, or at least filter by name? I want to keep a named Report for each Profile that I…