double-click-advertising

“Unexpected error” thrown when using UrlFetch [duplicate]

扶醉桌前 提交于 2020-12-26 09:44:09
问题 This question already has answers here : Unexpected error on UrlFetchApp.fetch in Google Apps Script using basic authentication (4 answers) Closed 11 days ago . I have been using App Scripts to Download and insert CM360 reports into Google Sheets for a while now, but since a couple of days back I get the following error when running the code: Exception: Unexpected error: https://www.googleapis.com/dfareporting/v3.4/reports/xxx/files/xxx?alt=media (Code:23:56) Example of the code I am running:

HttpEroor 500 Backend Error and HttpError 403 using DoubleClick Bid Manager API in python

不羁的心 提交于 2020-03-25 16:01:24
问题 I need to create and run some queries as well as get the last reports via DoubleClick Bid Manager API in python, after following the example get_last_report.py in Github step by step, I always got an HttpError 500 , like: Traceback (most recent call last): File "dbm.py", line 202, in <module> main(util.setup(args), args.output_directory, QUERY_ID, args.report_window) File "dbm.py", line 154, in main response = doubleclick_bid_manager.queries().listqueries().execute() File "//anaconda3/lib

Looking for a sample doubleclick ad serve logs for BigQuery analysis [closed]

心不动则不痛 提交于 2019-12-21 20:47:27
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 2 years ago . I'm building a BigQuery application and am looking for a sample data set from Double Click for Publishers. Specifically, ad serve logs in CSV for a sample period including Clicks, Impressions, and ActiveViews. Has anyone come across a sample along these lines? I've looked through

failed to load ad : 3

随声附和 提交于 2019-12-16 20:08:46
问题 I'm setting an ad to my Android application using DoubleClick and can't manage to show the final ad, can someone help me? When I test an ad by adding ".addTestDevice("xxx...")" I get the test ad but when I remove this line I get the following error : W/Ads: No fill from ad server W/Ads: Failed to load ad: 3 I set my ad like this : PublisherAdRequest adRequest = new PublisherAdRequest.Builder().build(); mPublisherAdView.loadAd(adRequest); And my publisherView look like this : <com.google

disable third party cookies using javascript

巧了我就是萌 提交于 2019-12-13 01:50:00
问题 i am working to implement the new cookie policy compliance as per data protection rules for all companies operating in the EU. According to which user has to be able to refuse/accept all but required cookies when he is using any website. In my client's website i can see the following third party cookies are getting stored. _ga - my-site _gid - my-site __ncuid - .doubleclick.net DSID - .doubleclick.net IDE - .doubleclick.net 1P_JAR - .google.be NID - .google.be CONSENT -.google.be NID -

Exit URL on converted swf with swiffy

社会主义新天地 提交于 2019-12-12 06:19:02
问题 I tried to add an exit URL and metrics from doubleclick studio from a converted swf with swiffy to the HTML5 file. Could anyone tell me what the most efficient way is to do this? What would the code look like in the HTML5 creative? Where in the code to add best? What tags to use? The code swiffy generates looks like a mess to me. <!doctype html> <html> <head> <script src="https://s0.2mdn.net/ads/studio/Enabler.js"> </script> <link rel="stylesheet" type="text/css" href="exit.css"> <script src=

Google DFP - Resize SafeFrame custom creative outer Iframe container from inside (expand ad)

戏子无情 提交于 2019-11-27 09:09:55
i'm searching for solution, that can expand SafeFrame custom ad from inside of custom creative in Google DFP, is that possible somehow? There are 2 possible solutions: 1) using SafeFrame API pros: u can use it "out of the box" you can use it on any website, no custom code on website is needed it's safe to use cons: it's limited to fill just visible area of website need to wait, until ad unit is visible to the user 2) code your own API with window.postMessage() javascript method cons: you need to add custom code to your website it's a possible threat, if you use some 3th party creatives pros:

Google DFP - Resize SafeFrame custom creative outer Iframe container from inside (expand ad)

ⅰ亾dé卋堺 提交于 2019-11-26 14:32:40
问题 i'm searching for solution, that can expand SafeFrame custom ad from inside of custom creative in Google DFP, is that possible somehow? 回答1: There are 2 possible solutions: 1) using SafeFrame API pros: u can use it "out of the box" you can use it on any website, no custom code on website is needed it's safe to use cons: it's limited to fill just visible area of website need to wait, until ad unit is visible to the user 2) code your own API with window.postMessage() javascript method cons: you