Re: Add Google Adwords Call Extension to AdGroup using API

2014-07-23 Thread James Mills
Hi Josh, Thank you so much for your reply, a speedy one at that! 1. When you create a Feed object does that then live in the account accessible by all Campaigns and all AdGroups? I know the name is unique but what's the container for it to be unique in? For example, this is what I

Re: BulkMutate Python Documentation

2014-07-23 Thread Josh Radcliff (AdWords API Team)
Hi, The add_keywords_in_bulk.py example shows how to submit and monitor MutateJobService

Re: Add Google Adwords Call Extension to AdGroup using API

2014-07-23 Thread Josh Radcliff (AdWords API Team)
Hi, We generally recommend creating one Feed per extension type, so in your case I would have: - One Feed object for call extensions - Within that *Feed*, a FeedItem

Re: Avoiding CANNOT_TARGET_AND_EXCLUDE with Negative keywords

2014-07-23 Thread Josh Radcliff (AdWords API Team)
Hi, One option that would get you very close to #1 is if you passed *true* for the partialFailure header when you are adding the negative criteria. That way, one CANNOT_TARGET_AND_EXCLUDE error won't cause all of the

Re: Is there are table mapping currencies to the smallest non-fractional unit?

2014-07-23 Thread Josh Radcliff (AdWords API Team)
Hi Christian, You can use this tool , linked from our Common Errors guide . Cheers, Josh, AdWords API Team On Wednesday, July 23, 2014 8:21:4

Re: How to Handle file upload to google drive at server side only?

2014-07-23 Thread Josh Radcliff (AdWords API Team)
Hi, This forum is for questions related to the AdWords API. For Drive questions, please use one of the options listed under *Developer Resources* on the Google Drive SDK site . I'm not a Drive expert, but I think the *About Authorization* section there

Linking AdGroupCriterionService Product Partition ProductBiddingCategory ID to ConstantDataService getProductBiddingCategoryData

2014-07-23 Thread Jonathan Wu
Hello, I am pulling a client's product partitions using the AdGroupCriterionService. Since the feed is partitioned on category, the service returns IDs as values for ProductBiddingCategory. I have a service that pulls the entire Product Bidding Category tree using the ConstantDataService. The

Re: Geo lookup failed for location Error in Canonical_Name field

2014-07-23 Thread Josh Radcliff (AdWords API Team)
Hi Satyendra, The *latest.csv* file is a static file that we refresh periodically. If you find that some of the locations in that file are being rejected, you can always check their status using the LocationCriterionService

Re: Sample Keywords Iterator

2014-07-23 Thread Josh Radcliff (AdWords API Team)
Hi, You could use the TargetingIdeaService with a RelatedToUrlSearchParameter to find keyw

Feed naming, creation and Feed Mapping association

2014-07-23 Thread Giles Bodger
Hi all, I have several questions re Feeds Am i right in saying that you cant actually create a Feed via the web dashboard, and that it only happens via the dashboard if you create a FeedItem, like a Sitelink for example, and a Feed is created automatically for you ? I appreciate that you can c

Re: Setting the CPC bid on product in shopping campaign.

2014-07-23 Thread david
On Wednesday, 23 July 2014 14:57:13 UTC+1, Chuck Reeves wrote: > > I actually tried to use the AdGroupCriterionSerivce. After I sent in the > 1st ad group, I was rate limited. Between the two calls I waited for 60 > seconds (with other services, I only needed to wait for ~30 seconds between

Re: Change from deleted to removed

2014-07-23 Thread Eric Maas
OK thanks - we'll use v201402 to handle this for now, hopefully it will change once the version is retired. On Wed, Jul 23, 2014 at 9:57 AM, Anash P. Oommen (AdWords API Team) < adwordsapiadvisor+an...@google.com> wrote: > Hi Eric, > > I believe that's because you can still undelete adgroups wit

Add Google Adwords Call Extension to AdGroup using API

2014-07-23 Thread James Mills
I am successfully adding new AdGroups to the Campaign of my choosing. I would now like to add a phone number to be displayed against the ads in that adgroup. I understand this to be an Call Extension. Looking into this I have found that this needs to be added using the API Feed Service (http:/

BulkMutate Python Documentation

2014-07-23 Thread Sean Kennedy
I'm trying to build a BulkMutate job using Python. Can someone point me in the direction of some examples? Is it simply adding a change like below to the array operations of BulkMutate.mutate() object? for idx,dayofweek in enumerate(campaigns[camp_id][1]): #print intervals[idx % 3][0],interval

Re: v201406 - service account not working (v201402 does)

2014-07-23 Thread Ray Tsang (AdWords API Team)
The new scope was also announced in the blog . - The old refresh tokens will continue to work and you shouldn't need to worry. Service accounts work a bit differently because service accounts don't use re

Re: AuthorizationError USER_PERMISSION_DENIED

2014-07-23 Thread Josh Radcliff (AdWords API Team)
Hi, You are setting the values on the *config* *after* you call the AdWordsUser constructor. Since the values from the config are set in the AdWordsUser's base class constructor , your changes to the

Re: problem with big product partitions removal

2014-07-23 Thread Anash P. Oommen (AdWords API Team)
Hi Radoslaw, Could you try deleting the product partition tree in one operation, and then create it again in another operation? Post the request and response xmls if that doesn't work. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, July 15, 2014 3:26:24 PM UTC-4, Anash P. Oommen (Ad

Re: Setting the CPC bid on product in shopping campaign.

2014-07-23 Thread Chuck Reeves
I actually tried to use the AdGroupCriterionSerivce. After I sent in the 1st ad group, I was rate limited. Between the two calls I waited for 60 seconds (with other services, I only needed to wait for ~30 seconds between calls). I never got any errors response from the BulkMutateService (in

Re: Change from deleted to removed

2014-07-23 Thread Anash P. Oommen (AdWords API Team)
Hi Eric, I believe that's because you can still undelete adgroups with v201402 or the UI. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, July 21, 2014 2:03:54 PM UTC-4, Eric Maas wrote: > > Hi, > > We are also having trouble with this. More specifically, using v201406, > if we attem

Avoiding CANNOT_TARGET_AND_EXCLUDE with Negative keywords

2014-07-23 Thread Alan Coleman
Hello everyone, I'm adding negative keywords to AdGroups via the API using the NegativeAdGroupCriterion. I understand the concept of CANNOT_TARGET_AND_EXCLUDE and why it is necessary, I just need to find a way of avoiding it in my app. 1) Is there a way I can skip adding a *Negative Keyword* i

Is there are table mapping currencies to the smallest non-fractional unit?

2014-07-23 Thread Christian
Hi, we are receiving a BID_TOO_MANY_FRACTIONAL_DIGITS error on a bid of 45885 micros in an account having Chilean Pesos (CLP) as currency. Usually a multiply of 1 is non-fractional (e.g. in EUR or USD) but obviously this is not always the case. Is there any AdWords documentation about

Re: [OfflineConversionError.UNAUTHORIZED_USER @ operations[0].operand].

2014-07-23 Thread Anash P. Oommen (AdWords API Team)
Hi Sam, One way of testing this would be to setup a new AdWords account (live, not test), set a low account budget ($1/day), and create a campaign that points to one of your web sites. This should generate couple of clicks (and hence gclids), and then you can turn off the campaign. Right now th

Re: [3-8435000004184] Adwords Api request

2014-07-23 Thread Медиа Энерджи
Hello Ryan, We submit your form 16.07.2014 Please tell me what the average waiting time approving api? Thank you! Sincerely, Dmitry 2014-07-16 16:06 GMT+04:00 Медиа Энерджи : > Hello Ryan, > We submit your form. > Thank u! > Sincerely, > Dmitry > > > 2014-07-16 3:16 GMT+04:00 : > > Hello, >> >>

Re: AuthorizationError USER_PERMISSION_DENIED

2014-07-23 Thread Chad Ruff
Hi , 1. I had logged into my MCC account account when i generated the refresh token in my config. 2. The client customer ID that i am using in my code snippet below is for an AdWords account * config.ClientCustomerId = "449-909-2808".ToString().Replace("-", "")* Thanks and Regards On

Re: [4-4442000004368] Is there a test merchant center account for test mcc?

2014-07-23 Thread Udo Gröbner
Hello Sérgio, that's it! One more proof, that 80% of the errors come from the guy in front of the PC (which is me in this case :D)... Thank you very much for your help! Udo -- Udo Groebner Software developer innohub Tel. +49 851-213728-42 Fax +49 851-213728-88 ugroeb...@crealytics.de www.crea

Re: v201406 - service account not working (v201402 does)

2014-07-23 Thread Zweitze
Are you saying that all refresh tokens become invalid when upgrading to v201406? Wow. Now I have some questions: Can a refresh token generated for v201406 be used in v201402? Can I assume that Google is working on an automatic migration for old refresh tokens? In the future, will every new AdWor

Re: [4-4442000004368] Is there a test merchant center account for test mcc?

2014-07-23 Thread Udo Gröbner
Hello Sérgio, ok, that's good to know. I tried to create a shopping campaign from merchant center UI as well. It says, that the link status for the adwords customer ID 612-309-0132, which is the test MCC, is active. But everytime I try to create a shopping campaign there, it says "Oops, somethi

Re: [4-4442000004368] Is there a test merchant center account for test mcc?

2014-07-23 Thread Udo Gröbner
Hi Sérgio, I tried to create the campaign using the adwords webinterface, which didn't work. It states "You can't create a Shopping campaign until you link your AdWords account within a Google Merchant Center account." Can I create a shopping campaign and some test product dimentsions via API? I

Re: Setting the CPC bid on product in shopping campaign.

2014-07-23 Thread david
See this link in case it helps https://groups.google.com/d/msg/adwords-api/Ou-PSngYi7k/ZD-xuWexxA0J Looks like the BulkMutateService does not support shopping campaigns. But usually the error CAMPAIGN_TYPE_NOT_COMPATIBLE_WITH_PARTIAL_FAILURE is given. So we have to send our partition tree in ba

Re: How to add dummy data to my test account

2014-07-23 Thread Mathis Lübbers
Hey Kevin, you said, you have worked on a mini guide which explains how to add dummy data to a test account. Where can I find that guide? Thank You! Am Montag, 15. April 2013 16:59:21 UTC+2 schrieb Kevin Winter (AdWords API Team): > > We're working on a mini-guide explaining how to approach thi