Placeholder Feed Item Report - IsSelfAction

2014-06-24 Thread John Bliss
Attempting to do this: To see the clicks/costs/etc. for just sitelink X, use segment > "IsSelfAction", and look at the "This extension" rows. > ...from here . At first, I was just expecting to receive "IsSe

Re: Placeholder Feed Item Report - IsSelfAction

2014-07-01 Thread John Bliss
*SOLUTION* (for me): IsSelfAction EQUALS true ...plus this note from AdWords API Support: I can see what the issue with this report is now, the return value will be > a string instead of a boolean. We'll fix it in the future releases. On Tuesday, June 24, 2014 3:53:47 PM UTC

oAuth 2 and CFML without cfoauth tag

2014-07-17 Thread John Bliss
Hopefully, this will save someone a bunch of time. This is a very simple example of how to do oAuth 2 (in this case, with Google) in CFML without using ACF 11's new cfoauth tag: http://www.brandiandjohn.com/post.cfm/oauth-2-google-and-cfml-without-cfoauth -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: AdGroupAdService.mutateLabel returns InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2014-08-07 Thread John Bliss
I am using 201406 and am getting the same error (but only sometimes) from FeedItemService mutate. Please advise. On Wednesday, August 6, 2014 12:26:51 PM UTC-4, Joe Dealereprocess wrote: > > Are you using the newest version of the API 201406 - i think -. the older > ones might not support that ,

AdWords API Re: socket write error

2009-11-07 Thread John Bliss
Eric Koleda, AdWords API Team > > On Nov 4, 11:06 am, John Bliss wrote: > > > This morning, my calls to CriterionService.updateCriteria() are > > producing: > > > Detail: The fault returned when invoking the web service operation is: > > AxisFault &

AdWords API Re: socket write error

2009-11-10 Thread John Bliss
ts of this problem from > other customers. > > Best, > - Eric > > On Nov 7, 8:36 am, John Bliss wrote:> > This fault > appears to be coming from your application, not the AdWords API servers. > > > How can you tell?  Because I'm the only one seeing this? > >

AdWords API v13 CriterionService -> v200909 AdGroupCriterionService

2010-02-18 Thread John Bliss
I've been using v13 CriterionService for a long time with no problems. Now, I'm working on switching over to v200909 AdGroupCriterionService. My problem is that, when I want to fetch all Keywords in an AdGroup and build an AdGroupCriterionSelector that looks like this: {{IDFILTERS={[{ADGROUPID={

AdWords API Re: v13 CriterionService -> v200909 AdGroupCriterionService

2010-02-19 Thread John Bliss
d any PHP, .NET, etc code.) Thanks! On Feb 18, 4:49 pm, John Bliss wrote: > I've been using v13 CriterionService for a long time with no > problems.  Now, I'm working on switching over to v200909 > AdGroupCriterionService.  My problem is that, when I want to fet

AdWords API URGENT: v13/CriterionService getText() problem

2010-02-24 Thread John Bliss
This morning, code that has been working for a long time is failing: I have a call to v13/CriterionService.getAllCriteria(AdGroupRemoteID) but then when I call getText() on any one of the resulting criteria, my app server is throwing this error: "The getText method was not found. Either there ar

AdWords API Unmarshalling Error: ParseError

2010-03-30 Thread John Bliss
I'm getting "Unmarshalling Error: ParseError" when posting the following XML to https://adwords.google.com/api/adwords/cm/v200909/AdGroupCriterionService What am I doing wrong...? http://schemas.xmlsoap.org/soap/ envelope/" xmlns:v20="https://adwords.google.com/api/adwords/cm/ v200909"> http:

AdWords API Re: Unmarshalling Error: ParseError

2010-03-30 Thread John Bliss
I noticed that my https://adwords.google.com/ api/adwords/cm/v200909"> was missing xsi:type="v20:BiddableAdGroupCriterion" and I've fixed that...but the problem persists. Please advise... On Mar 30, 10:41 am, John Bliss wrote: > I'm getting "Unmarshalling

AdWords API Re: Unmarshalling Error: ParseError

2010-03-30 Thread John Bliss
Lord. I forgot: xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; ...in my tag. I really hope that this short, embarrassing thread helps the next person NOT spend seven hours trying to fix this problem. On Mar 30, 11:03 am, John Bliss wrote: > I noticed

AdHoc Fields

2012-02-24 Thread John Bliss
I'm successfully retrieving adhoc reports with: https://adwords.google.com/api/adwords/cm/v201109";> ExternalCustomerId CustomerDescriptiveName CampaignId CampaignName AdGroupId AdGroupName KeywordText Id KeywordMatchType Status DestinationUrl MaxCpc CriteriaDestinationUrl CampaignStatus Impressi

Re: AdHoc Fields

2012-02-24 Thread John Bliss
iaParameters CriteriaStatus Also, I don't see why Effective DestinationUrl wouldn't be available in the Keyword Report. Confusing." On Friday, February 24, 2012 3:48:30 PM UTC-6, John Bliss wrote: > > I'm successfully retrieving adhoc reports with: > > https://adwo

Re: AdHoc Fields

2012-02-24 Thread John Bliss
But it's not over yet... Destination URL report appears to be missing: Id Keyword ID KeywordMatchType Match type ...or are those named something else? Anyone know? On Friday, February 24, 2012 5:39:10 PM UTC-6, John Bliss wrote: > > UPDATE: > > Google: > > "At a qu

Re: Exclusion Lists and IP Address Exclusions

2012-05-23 Thread John Bliss
Danial, I don't follow your answer. I think that, like OP, I'm trying to do this: http://support.google.com/adwords/bin/answer.py?hl=en&answer=61493 ...with the AdWords API. I looked here: http://code.google.com/apis/adwords/docs/reference/latest/CampaignCriterionService.NegativeCampaignCriter

How to use API to set/edit Campaign Setting - Device Bid adjustment

2013-06-26 Thread John Bliss
Currently, I can use the AdWords website to view a Campaign, click Settings (tab), Devices, and then edit Device Bid adjustment. When looking at https://developers.google.com/adwords/api/docs/reference/v201302/CampaignService.Campaign I do not see how I'd use the API to edit those Device Bid a

Re: How to use API to set/edit Campaign Setting - Device Bid adjustment

2013-07-16 Thread John Bliss
om/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201302/campaignmanagement/SetBidModifier.java> > updating > the modifier. > > Best, > - Takeshi, AdWords API Team > > On Thursday, June 27, 2013 12:48:54 AM UTC+9, John Bliss

Re: How to use API to set/edit Campaign Setting - Device Bid adjustment

2013-07-16 Thread John Bliss
that error. Removing this fixed the problem: PLATFORM On Tuesday, July 16, 2013 10:57:37 AM UTC-5, John Bliss wrote: > > OK. That seems to work for a SET, but when I attempt to do an ADD (SEE > below), I'm getting, > "CampaignCriterionError.INVALID_OPERATION_ENHANCED_CAMPAIGN

Re: Can Anyone tell me how to integrate google adwords in asp.net C#?

2016-01-08 Thread John Bliss
https://github.com/googleads/googleads-dotnet-lib On Friday, January 8, 2016 at 5:53:35 AM UTC-5, Dhananjay Kumar wrote: > > Please send google adwords integration code in asp.net C#. > > On Friday, 10 July 2015 18:58:33 UTC+5:30, Dhananjay Kumar wrote: >> >> Can Anyone tell me how to integrate

search terms

2016-03-31 Thread John Bliss
Is there a way to use the API to get, for a daterange: account campaign adgroup keyword (broad / phrase) search term (matching keyword) Clicks Impressions CTR Avg. CPC Cost Avg. position ...? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: http

Verification URL in reporting

2016-06-06 Thread John Bliss
I have mobile ads with Verification URL's present. I'm trying to figure out where those Verification URL's will appear in some/all of the following reports: https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report https://developers.google.com/adwords/api/docs/append

v201101/ReportDefinitionService get()

2011-07-05 Thread John Bliss
Hi. Upgrading from v13 to v201101. In v13, this worked: https://adwords.google.com/api/ adwords/v13/ReportService?wsdl" type="webservice"> [snip] But when I try: https://adwords.google.com/api/ adwords/cm/v201101/ReportDefinitionService?wsdl" type="webservice"> [snip] ...I get, "Web service

v13 -> v201101 upgrade: where's getReportDownloadUrl

2011-07-12 Thread John Bliss
In v201101, I'm successfully doing a ReportDefinitionService.get().getentries() which is returning an array of ReportDefinitions. In v13, I could call getReportDownloadUrl() on one of those to get the ReportDownloadUrl but I'm not seeing anything like that on ReportDefinitions. In v201101, given

Re: v13 -> v201101 upgrade: where's getReportDownloadUrl

2011-07-12 Thread John Bliss
Found it: http://code.google.com/apis/adwords/docs/reportingtopics.html#downloading On Jul 12, 11:07 am, John Bliss wrote: > In v201101, I'm successfully doing a > ReportDefinitionService.get().getentries() which is returning an array > of ReportDefinitions.  In v13

v201101 - report delay?

2011-07-12 Thread John Bliss
Using v201101, I requested this report for yesterday (7/11): reportType DESTINATION_URL_REPORT creationTime 20110712 080452 America/Los_Angeles That was created almost four hours ago. But when I call reportdownload, I get: RUNNING 425 0 0 When I create same / similar report with v13 o

Re: v201101 - report delay?

2011-07-13 Thread John Bliss
This AM, about 22 hours after creationTime, reportdownload still shows: RUNNING 425 0 0 What's going on? On Jul 12, 2:01 pm, John Bliss wrote: > Using v201101, I requested this report for yesterday (7/11): > > reportType       DESTINATION_URL_REPORT > creationTime     201107

Re: v201101 - report delay?

2011-07-14 Thread John Bliss
es implement this logic for you. Here's an example in java: http://code.google.com/p/google-api-adwords-java/source/browse/trunk/examples/v201101/DownloadMccReport.java and python: http://code.google.com/p/google-api-adwords-python-lib/source/browse/trunk/examples/adspygoogle/adwords/v20

Re: AdWords Database Schema/Design ?

2017-08-01 Thread John Bliss
In a nutshell: Account - has many - Campaigns - has many - AdGroups - has many - Keywords/Sitelinks - has many - Impressions, Clicks, Conversions, etc Then, you have a decision to make: how often do you fetch Impressions, Clicks, Conversions, etc and attach them to Keywords/Sitelinks? Hourly?

RESPONSE_SIZE_LIMIT_EXCEEDED

2017-11-29 Thread John Bliss
I'm getting RESPONSE_SIZE_LIMIT_EXCEEDED when fetching 5,500 Criterion in 1 AdGroup. I've tried to reduce the number of fields I'm fetching and the problem persists. The only solutions I've been able to come up with are: - delete some Criterion from the AdGroup - fetch Criterion from the AdGroup

ocid in https://adwords.google.com URL's

2017-12-21 Thread John Bliss
I'm attempting to programmatically build emails with deep-links our Campaign Managers can click to get directly to where they need to go within our AdWords. For example: https://adwords.google.com/aw/ads?campaignId=1234&adGroupId=1234&ocid=1234&__c=1234&authuser=0&__u=1234 The only part of that

Un-remove Ad

2018-01-11 Thread John Bliss
Is it possible to use the API to update a Removed Ad to "Enabled?" -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~