adwords-apiv201402

Adwords API Exclude Content_label on campaign level

风流意气都作罢 提交于 2019-12-13 04:10:50
问题 I've been researching this for a few hours now and still can't figure out a solution. I intend to exclude some content_labels on the campaign level. At first, I followed the API examples but those are for 'CustomerNegativeCriteria' that are account level settings (sidenote, I couldn't find these global settings on the AdWords interface). Then I read more and tried to exclude them using a CampaignCriterion So I'll create my ContentLabel objects in this way: $criterion = new ContentLabel();

How to generate the USER_AGENT for AdWords API script

风格不统一 提交于 2019-12-12 10:55:02
问题 What is the most effective way to generate the USER_AGENT in order to pull data from the AdWords-API using Python? This value is the last value I need to be able to pull data. Any help would be greatly appreciated. user_agent: INSERT_USER_AGENT_HERE 回答1: Thankfully, I figured out how to resolve this. As noted here: http://googleadsdeveloper.blogspot.ca/2013/11/please-set-user-agent-or-application.html the USER_AGENT field is an optional field. The AdWords, DFP, and DFA APIs can take a user

RAdwords error (“server certificate verification failed”)

余生颓废 提交于 2019-12-11 01:32:04
问题 When I run the following code involving the RAdwords package, I get an error which seems to be related to certificates. Is there a simple solution to this? library(RAdwords) google_auth <- doAuth() Error in function (type, msg, asError = TRUE) : server certificate verification failed. CAfile: /home/pavel/R/x86_64-pc-linux-gnu-library/3.2/RCurl/CurlSSL/ca-bundle.crt CRLfile: none The error occurs on Ubuntu 14.04, R 3.2.0, RCurl 1.95-4.5, and RAdwords 0.1.4. 回答1: I had the same issue on Ubuntu