Re: Zero cost omitted from results

2023-11-22 Thread Trevor
Yes! I needed it before, still need it now. The documentation says "There's no need to implicitly include zero impression rows, so we've removed {includeZeroImpressions : true}. Also, you can't get zero metric rows for segments. The only alternative seems to be pulling and comparing structural

Re: Creating and mutating video campaigns

2023-06-25 Thread Trevor Loucks
Wanted to just add my support for this feature as well. We were extremely surprised to find out creating and mutating video campaigns was impossible with the official Google Ads API. Is this under development? On Friday, June 23, 2023 at 11:21:38 AM UTC-4 Mohamad Al kadiri wrote: > Hi, it's sti

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

2019-08-21 Thread Trevor
Looks like this may have broken recently, now links with only the __e parameter are resolving to the account selector and then taking me to the MCC overview On Thursday, August 16, 2018 at 12:26:15 AM UTC-7, Meijun Xing wrote: > > > https://adwords.google.com/aw/overview?__e={accountid}&campaign

Re: adServingOptimizationStatusSpecified set to True when getting Campaigns

2018-03-07 Thread Trevor Sanders
s is pretty clearly a problem with the dotnet lib. Thanks, Trevor -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

adServingOptimizationStatusSpecified set to True when getting Campaigns

2018-03-05 Thread Trevor Sanders
When updating to v201802, I came across a migration issue that is associated with v201710. I am using the dotnet client library to get campaigns from the API, perform some updates to them, and make mutate requests. However, although I am not setting AdServingOptimizationStatus

Youtube image ad not "showing ads right now"

2018-02-26 Thread Trevor Sanders
I've recently created an image ad via the AdWords API, and have entered "YouTube.com" as a managed placement. Using the old user interface, when I hover over the Status dialog next to my placement, I see "Showing ads right now?" with a red "NO" arrow. I currently have no keywords associated with

Re: Received an undocumented 'FRAUDSTER_CANNOT_ADD_CLIENTS' error when attempting to link an account

2017-11-22 Thread Trevor
Hi Peter, We've recently started having this issue again. Do we have any insight into what may have been causing it? Let us know if there's anything you'd like us to provide. On Monday, August 14, 2017 at 2:36:59 AM UTC-7, Peter Oliquino wrote: > > Hi everyone, > > Could you confirm if you stil

Re: User Does Not Have Access to Template: 178

2017-09-11 Thread Trevor Sanders
"http://youtube.com"; as a *placement* adGroupCriterion, will this ad be able to serve as a banner ad on youtube? Thanks again for your help, Trevor On Monday, September 11, 2017 at 2:13:39 PM UTC-4, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi Trevor, > &g

Re: User Does Not Have Access to Template: 178

2017-09-11 Thread Trevor Sanders
Got it. Thanks! Any suggestions on placing a Youtube ad via the API? On Monday, September 11, 2017 at 2:45:38 AM UTC-4, Thanet Knack Praneenararat (AdWords API Team) wrote: > > Hello Trevor, > > It turned out that this template ID is already deprecated as it uses Flash. > There

Re: How to get historical bid adjustments

2017-09-02 Thread Trevor
Sounds like your best bet would be to export the change history for a given period of time and then parse it out into usable dates/changed entities. It would however be incredibly helpful to have API access to the change history On Friday, September 1, 2017 at 12:55:53 PM UTC-7, joao...@paret

Re: User Does Not Have Access to Template: 178

2017-08-29 Thread Trevor Sanders
Thanks Thanet! On Tuesday, August 29, 2017 at 6:37:19 AM UTC-4, Thanet Knack Praneenararat (AdWords API Team) wrote: > > Hello Trevor, > > Thanks for reporting. > Let me investigate more and update this thread when I have more info on > this. > > Best, > Thanet, AdWo

User Does Not Have Access to Template: 178

2017-08-28 Thread Trevor Sanders
apException: [AdError.USER_DOES_NOT_HAVE_ACCESS_TO_TEMPLATE @ operations[0].operand.ad.templateId; trigger:'178'] I'm using an AdWords test client account, and I've had success creating a Gmail Template ad. Any help would be greatly appreciated! Best, Trevor -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Error creative YouTube template

2017-08-28 Thread Trevor Sanders
Hey All, I'm having trouble creating YouTube template ads via the AdWords API. ...Getting the following exception: SoapException: [AdError.USER_DOES_NOT_HAVE_ACCESS_TO_TEMPLATE @ operations[0].operand.ad.templateId; trigger:'178'] I have been able to create Gmail template ads using the same a

Is it possible to grab a list of Google accounts authorized on a Customer Account?

2017-08-01 Thread Trevor
Is it possible through any service to retrieve a list of Google accounts that are authorized on a particular AdWords Customer Account? I.e. Adwords account with CID 123-456-7891 has two users attached, j...@gmail.com with *standard* access and t...@gmail.com with *admin *access -- would it be p

Received an undocumented 'FRAUDSTER_CANNOT_ADD_CLIENTS' error when attempting to link an account

2017-07-17 Thread trevor . miller
Error occurred while adding account: Google.Api.Ads.AdWords.Lib. AdWordsApiException: AdWordsApiException: One or more AdWords API errors have occurred. Unknown.. (Error: ManagedCustomerServiceError.UNKNOWN, FieldPath: operations[0], Trigger: ) ---> System.Web.Services.Protocols.SoapException: [Ma

How to create a bid management system?

2016-08-11 Thread Trevor Oakley
I see a sea of companies selling a bid management service for google shopping (I think this is based on google as words). I saw google has ad words scripts. How are these systems built - do they use an API from Google or some other way? example - https://www.youtube.com/watch?v=8Fn6T9_UgcE (V

Re: AuthenticationError.NOT_ADS_USER @

2016-02-22 Thread Matthew Trevor
I've tried that but it comes up the same. Going forward and when we are live, what if I'm not the MCC on one of our client accounts? On Monday, 22 February 2016 17:30:20 UTC, Yin Niu wrote: > > Hi Matt, > > The MCC accont login requests the token. However, to pull the campaign > data, you would

Re: AuthenticationError.NOT_ADS_USER @

2016-02-22 Thread Matthew Trevor
The scenario is we wish to get clients to log into our website and give us authority for our server to download a list of their campaigns. Currently the developer has logged into Google and created an application and we have got the client id/secret from that login. who then requests the acces

Re: AuthenticationError.NOT_ADS_USER @

2016-02-22 Thread Matthew Trevor
Hi Yin, I've just signed in to the TEST Adwords user account and got an authorisation code and then the access code and then submitted the request again, it came back with: http://schemas.xmlsoap.org/soap/envelope/";>https://adwords.google.com/api/adwords/cm/v201509";>00052c5e53be27000a8159c489

Re: AuthenticationError.NOT_ADS_USER @

2016-02-22 Thread Matthew Trevor
Hi Yin, Sorry for the late reply but I've been away on holiday. Thank you for your response. We have not even got to requesting the refresh token, do you mean the access token? Thanks, Matthew On Friday, 22 January 2016 16:29:35 UTC, Yin Niu wrote: > > Hi Matt, > > Can you verify that the a

Re: AuthenticationError.NOT_ADS_USER @

2016-01-22 Thread Matthew Trevor
Hi Yin, Thanks for the advice, but maybe I'm missing something with the Google app as I get back what looks to be a good result. If I explain the path in more detail: On our test website, the user (whilst logged into their Google Adwords account - a test MCC account at this point) clicks on a

AuthenticationError.NOT_ADS_USER @

2016-01-21 Thread Matthew Trevor
I'm rather new to the Google Adwords API but I'm struggling with the authentication. I've looked at the other posts that people have put on but they don't seem to relate to my issue, I think. The process so far: In the web app we get the Google authorisation code and this comes back fine. We

User Location Performance Report

2015-06-04 Thread Trevor Keating
Is there a way to pull a monthly User Location Performance Report straight into an existing Google Sheet? I want the report to pull most specific location, clicks, impressions, CTR. Avg. CPC, Cost, Avg. position, & conversions. I would like this to file into an existing google sheet and simply

Questions about RMF & ConverstionTrackerService

2011-08-09 Thread Trevor
I am working on the new requirements for RMF's (http://code.google.com/apis/adwords/docs/requirements.html) and have a couple of questions about "C.65- Enable Conversion Tracking" as there is not a lot of information on exact requirements. 1) Is there a limit to the number of adwords conversio

Re: How to retrieve negative adgroup keywords?

2010-12-07 Thread Trevor
Same thing goes with placements on the ad group level. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this m

How to retrieve negative adgroup keywords?

2010-12-07 Thread Trevor
When I look at the report types I see that there is CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT report to get campaign level negative keywords. On the KEYWORDS_PERFORMANCE_REPORT there is no isNegative column to determine if a keyword is negative or not. It looks like there was an Ad Group Nega

Missing field in ImageHostingKey Ad perf report

2010-11-24 Thread Trevor
In V13 reporting, in the Ad Structure report there was a field called "ImageHostingKey" which was a URL back to the stored image. It does not look like this is available in V201008 reporting in the Ad performance report. If it is indeed missing can we get it added in? Is there a work around for th

Re: Finding the account currency

2010-11-10 Thread Trevor
I previously asked this question and was told to still use V13 http://groups.google.com/group/adwords-api/browse_thread/thread/56b105feb6f6680f/fc18203d22c4634e?lnk=gst&q=trevor#fc18203d22c4634e Trevor On Nov 9, 11:22 pm, dkasak wrote: > Hi. > > We used to call getAccountInfo(

report missing CreativeDestinationUrl column

2010-11-09 Thread Trevor
I have created an ad performance report and gave it the following list of columns: [Date, CampaignId, CampaignName, AdGroupId, AdGroupName, KeywordId, Headline, Description1, Description2, DisplayUrl, Url, Id, CreativeDestinationUrl, Impressions, Clicks, CostPerConversion, Cost, AveragePosition]

ServicedAccountService and currency

2010-10-21 Thread Trevor
I am looking to updating to ServicedAccountService from v13 AccountService. In the Account class in v201008 I do not see currency as field (all I see is, customerId, login, companyName and canManageClients) In v13 AcccountInfo had the currency and other account information available. Will these

100 report definition limit

2010-10-08 Thread Trevor
I have heard that there is a limit of 100 report definitions per client but I have not been able to find any documentation on this. I was wondering what version this is for, is it currently being enforced and any another information you might have. Cheers, Trevor

Re: Ad Performance Report in v201003 Beta

2010-10-06 Thread Trevor
Hi Eric, Just wanted to follow up and see if there is any thought on when this feature might be implemented? Thanks, Trevor -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords

Re: Ad Performance Report in v201003 Beta

2010-09-03 Thread Trevor
Just wondering if there any updates on when this is going to be available. Cheers, Trevor On Jul 28, 6:01 pm, AdWords API Advisor wrote: > Hi, > > The fields available for areportcan change in-between API releases, > but at this time I don't have an estimate of when tho