Re: Enable custom bids using API

2014-09-10 Thread Danial Klimkin
Hello Berry, You need to mutate the AdGroup setting the relevant parameter. See: https://developers.google.com/adwords/api/docs/reference/v201406/AdGroupService And also: https://developers.google.com/adwords/api/docs/guides/working-with-objects -Danial, AdWords API Team. On Thursday,

Pulling a list of creatives

2014-09-10 Thread Jeff Johnson
Hi Adwords Forum, This seems like a simple question, but I have to ask: According to this , ad ids are unique within an adgroup and adgroup ids are globally unique. If I were to have a list of adgroupid and creativeid

Obtaining and using OAuth2TokenGenerator exe ...

2014-09-10 Thread BDCoder
Hello, New to the Adwords API (using .Net) ... At the point to use the OAuth2TokenGenerator ... Found on this page: https://github.com/googleads/googleads-dotnet-lib/wiki/Using-OAuth2TokenGenerator However, the page above indicates I can obtain the OAuth2TokenGenerator from the following URL:

Campaign Reporting Issue

2014-09-10 Thread Agencyof theNorth
Hi, When using my MCC account id for getting the Campaign Performance Report, no results are returned, however using a single client id, i get results specific to that client. Does Adwords API support Campaign Performance Report on MCC account level (returning all clients campaigns related info

Re: Campaign Reporting Issue

2014-09-10 Thread Danial Klimkin
Hello, This is expected. Cross-MCC reports are not supported in the API. You need to retrieve report for each advertiser account individually and merge them on the client side. -Danial, AdWords API Team. On Wednesday, September 10, 2014 2:11:58 PM UTC+4, Agencyof theNorth wrote: > > Hi, > >

Re: Pulling a list of creatives

2014-09-10 Thread Danial Klimkin
Hello Jeff, Correct. Depending on the number of collisions, you may prefer multiple requests or filtering on the client side. I'd go for the client-side filtering as generally I expect the number of different ad groups (and thus requests) to be large. -Danial, AdWords API Team. On Wednesda

Re: Deleted ProductPartition criterion becomes a Product criterion - is this correct

2014-09-10 Thread Shopping API Team
Hi John, I'm not entirely sure if this is what you're asking, but if you simply set the bids to zero, that will disable any bidding on that BiddableAdGroupCriterion. This is, as Chuck suggested, a much better solution than removing and re-adding nodes to the partition tree as products go out o

Re: Deleted ProductPartition criterion becomes a Product criterion - is this correct

2014-09-10 Thread mcc
I'll try that, but I thought I had a RANGE_ERROR.TOO_LOW when I did this before. Thanks John On Wednesday, September 10, 2014 11:44:47 AM UTC+1, Sérgio Gomes (Shopping API Team) wrote: > > Hi John, > > I'm not entirely sure if this is what you're asking, but if you simply set > the bids to ze

Re: Deleted ProductPartition criterion becomes a Product criterion - is this correct

2014-09-10 Thread mcc
If I set the bid to zero I get a BiddingErrors.INVALID_BID error. Do I need to set anything else? My original question however was is it correct that deleted partition objects are store in the underlying system as the old style Product criteria with suitable conditions set, which leads onto, is

Re: Deleted ProductPartition criterion becomes a Product criterion - is this correct

2014-09-10 Thread Shopping API Team
Hi John, After a bit of digging, I found out that you shouldn't need to make any changes at all to the partition tree, as the system should automatically avoid bidding on items that have been marked as out of stock. I'll double-check this for you, though, and try to find out whether there's any

Re: Obtaining and using OAuth2TokenGenerator exe ...

2014-09-10 Thread Anash P. Oommen (AdWords API Team)
Hi, It should be https://github.com/googleads/googleads-dotnet-lib/releases/latest, may be something changed with the way github.com generates the link for the latest release. I'll fix the wiki link also, thanks for bringing this up. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, S

Re: How to set mobile carrier to MobileAd ?

2014-09-10 Thread Anash P. Oommen (AdWords API Team)
Hi, Thanks for sharing the logs, I have asked the API team to investigate further. I'll keep you updated. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, September 9, 2014 10:18:06 PM UTC-4, 照沼領 wrote: > > Hi, > > Thank you for comment. > > This is soap request id. > 000502ac5deb2bc

Re: Can't access Google AdWords Service. Getting "Invalid Grant" error.

2014-09-10 Thread Anash P. Oommen (AdWords API Team)
Hi Raman, Are you using the latest PHP client library? And generating OAuth2 tokens for the same login email as that of your AdWords account? Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, September 10, 2014 1:15:25 AM UTC-4, raman kumar wrote: > > The two ways through which i get

Re: How can i send custom data in Google Adwords API?

2014-09-10 Thread Ray Tsang (AdWords API Team)
Raman, Invalid grant typically means you may have used an improper client ID/secret and/or refresh token. The OAuth 2.0 authorization is a standard protocol, you may need to look into more on how to use web-based authorization vs offline authorization. Most AdWords API users should be able t