Questions tagged [dv360]
17 questions
4
votes
0 answers
Display & Video 360 No permission for attempted operation on PARTNER with ID
We have implemented Google API for Display & Video 360 in Google PHP API client.
When we execute the API it returns the below error response:
{
"error": {
"code": 403,
"message": "No permission for attempted operation on PARTNER with ID…

Rashmin Kitelytech
- 61
- 2
3
votes
0 answers
Getting statistics from Google DV360 campaign via API
I'm trying to use google API to get reports on campaigns/ads that are created in Display & Video 360.
Fetching information about them requires https://www.googleapis.com/auth/display-video scope for my access token. However, it looks like getting…

xaxa
- 1,057
- 1
- 24
- 53
1
vote
1 answer
Google DisplayVideo -360 (DV360) Daily limit exceeded error
We have an app which uses different APIs like dv360 and google ads. The issue is that we are facing Daily limit exceeded exception very frequently. We have checked project dashboard to cross verify if we are actually hitting the quota. However, we…

mayur tanna
- 241
- 1
- 3
- 14
1
vote
0 answers
Drop in sessions and revenue in DV360 reports in Google Analytics
We relaunched our website a couple of months back and since then the sessions and revenue data reported for DV360 insertion orders has fallen to 10% of it's pre-launch numbers. While the numbers reported in Display channel within Channel reporting…

user3608427
- 11
- 1
1
vote
0 answers
how to automate and pull reports from dv360 api using dbm api and google service account oauth python?
I am trying to automate a scheduled report using python from DV360.
As I understand the documentation you need to use the DBM api to do this.
To start it says:
enable the DBM api in the google console - done.
Once you have enabled your DBMI api, it…

bosh
- 11
- 2
1
vote
1 answer
Reporting Data from Google DV360 API
I am not too familiar with the Google World. I am trying to find if there is a way to download the performance data from Google Display Video API like we can do in Google Adwords.
Does anyone have any experience like that? I have researched and…

Oo-_-oO
- 417
- 7
- 24
1
vote
1 answer
Is it possible to use DV360 API for youtube campaigns?
I am trying to modify line items through DV360 API. I am able to do it for Display campaigns but while using the same code for Youtube campaigns its returning 404 content not found even when LI exists with the same LI ID.

Prashant Upmanyu
- 11
- 1
0
votes
0 answers
How to send DV360 reports to BigQuery
I am wanting to put together Python code to send DV360 reports to GCP BigQuery. I have this code but it throws me an error that I can't seem to fix:
AttributeError: 'Resource' object has no attribute 'list'
Can someone give me a hand?
import…
0
votes
1 answer
"CREATIVE_CUSTOM_EVENT_NAME_REQUIRED: A name is required for custom events" error on CreateRequest for a Creative
I am trying to create an HTML5 (CREATIVE_TYPE_STANDARD) creative in DV360 by calling the C# API.
Here is the code for initializing a Creative object:
var mainAsset = new AssetAssociation { Asset = new Asset { MediaId = mediaId }, Role =…

Developer
- 435
- 4
- 16
0
votes
0 answers
DoubleClickBidManager API no data retrieved
I've created a project within Google Cloud, enabled DV360 and DoubleClick Bid Manager APIs, created oAuth 2.0 Client IDs and credentials and have dowloaded the JSON client secret which I have attached to my project root. In my python code, I am…

PKirby
- 859
- 3
- 16
- 36
0
votes
0 answers
Display & Video 360 API - while uploading asset getting error Invalid Upload Request. Please check your URL and ensure it includes the /upload prefix
I am using https://developers.google.com/display-video/api/reference/rest/v2/advertisers.assets/upload - Method: advertisers.assets.upload
But while uploading asset getting error - Invalid Upload Request. Please check your URL and ensure it…

Siddhart hundare
- 114
- 1
- 9
0
votes
0 answers
Issue Google StarThinker: 'invalid_grant: Bad Request
I've got a Python script to connect data from DV360 to Google Sheets by using the StarThinker framework.
The script was running correctly until a few weeks ago when the work email account of the person who set this up (Python Script, Google Cloud…

Damián Gómez
- 23
- 4
0
votes
1 answer
dv360: Installed App or Server to Server application?
I am trying to create a python script to ingest data into dv360. Its a script that just runs - its not a web app for instance. Thus I would assume its defined as a "server to server" application. Though its really a script to server application - is…

BigBoy1337
- 4,735
- 16
- 70
- 138
0
votes
1 answer
If I create a dataLayer vairable in GTM to capture a dynamic value, the event pixel (part of CM floodlight) needs to be placed on site, correct?
I am implementing Campaign Manager floodlight tags in Google Tag Manager. As I am trying to capture dynamic values, do I create a dataLayer variable with double brackets, ex: {{cost}} in GTM, then request the event pixel be placed on site? Will the…
0
votes
0 answers
DV360 API. Create target for lien item
I'm trying to create an ageRange target for a line item using the DV360 API. However, I require targetOptionId. Where can I get…

Ignat
- 1