Re: developer token and test account

2015-05-15 Thread Raghavendra Soudala (AdWords API Team)
Hi, A developer token *is *required to issue API requests against *Test or Production* accounts. The only difference is that your token should be *approved* to use it against the Production account, whereas approval is not required for Test accounts. To apply for a developer token, you need a

Re: Bundle Adwords API Python using Cx_Freeze

2015-05-15 Thread Anthony Madrigal
Hello Enrique, Unfortunately, I am not sure how you would do this either, but there may be others in the group that could provide some suggestions. Regards, Anthony, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleads

Re: Upgraded URL value track parameter for placement Id

2015-05-15 Thread Raghavendra Soudala (AdWords API Team)
Hi Santhosh, Yes, that's correct. At this time there is no *ValueTrack* parameter that will capture the ID of the placement, so the approach you mentioned is the best option. Cheers, Raghavendra, AdWords API Team. On Thursday, May 14, 2015 at 4:56:48 PM UTC-4, Santhosh Neyyar wrote: > > Thanks

Re: Is it possible to create a Video Campaign in adwords API?

2015-05-15 Thread Raghavendra Soudala (AdWords API Team)
Hi Raj, Creating Video Campaigns through AdWords API is currently not supported. Regards, Raghavendra, AdWords API Team. On Friday, May 15, 2015 at 9:58:05 AM UTC-4, sen raj wrote: > > Please tell anyone about create a video campaign through api. But it's > possible to manually create a video

Re: Parallel operations with AdwordsSession Exception - More than one SoapHeader while invoking public abstract com...SimpleMutateJob

2015-05-15 Thread Josh Radcliff (AdWords API Team)
Hi Biniam, Glad to hear that you've got the multithreading issue fixed. We don't give out our individual emails for support, but we do monitor this forum every day and make every effort to provide timely responses. Cheers, Josh, AdWords API Team On Friday, May 15, 2015 at 12:54:25 PM UTC-4, Bi

Re: Does Adword Dveloper Test Account has limited access to CustomerService and ManagedCustomerService ?

2015-05-15 Thread Josh Radcliff (AdWords API Team)
Hi Jagad MCC, Simply changing the namespace will not suffice, since the *RequestHeader *still needs to be from the *mcm* namespace, while other elements are from the *cm* namespace. You'll need to use the WSDL for each service to find the proper namespace for each element (e.g., ManagedCustome

Re: Product and Service ID returned by Targeting Idea Service does not exist

2015-05-15 Thread Josh Radcliff (AdWords API Team)
Hi Jon, It looks like our documentation may be outdated. I've filed an issue with our docs team -- I'll let you know as soon as I hear back from them. Thanks, Josh, AdWords API Team > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googl

Best way to pull data from Adwords with the API using SSIS

2015-05-15 Thread Vanessa van gelder
Hi I have just got approved to use the Adwords API, wondering if anyone has ever used it to pull into their Data Warehouse before and if they used the microsoft SSIS product to do this? Not quite sure which the best way to do this is, I have a BI development background using SQL but not great o

Re: Does Adword Dveloper Test Account has limited access to CustomerService and ManagedCustomerService ?

2015-05-15 Thread Jagad MCC
Hi Josh, thankyou for response, I got this error when change https://adwords.google.com/api/adwords/*mcm*/v201502 to https://adwords.google.com/api/adwords/*cm*/v201502 for the SOAP header elements. $ curl \ > --header "Content-Type: application/soap+xml" \ > --header "Authorization : Bearer X

Re: Remarketing List created through Api is not growing

2015-05-15 Thread Victor Andrey
Hey Josh, I just confirmed and indeed that was the issue. It is all working fine now. Thanks for the support. On Thursday, May 14, 2015 at 6:57:20 AM UTC-7, Josh Radcliff (AdWords API Team) wrote: > > Hi Victor, > > My colleague just pointed out that the list created through the API is not > u

Re: Parallel operations with AdwordsSession Exception - More than one SoapHeader while invoking public abstract com...SimpleMutateJob

2015-05-15 Thread Biniam Asnake
Dear Josh, Thank you so much. I took that hint you gave me about the *MutateJobServiceInterface* and fixed the issue before some hours. Thank you! I am working for a big company that has a lot of advertisements in Google and we are scaling. So, I have/will have a lot of questions. Can you plea

Re: Parallel operations with AdwordsSession Exception - More than one SoapHeader while invoking public abstract com...SimpleMutateJob

2015-05-15 Thread Josh Radcliff (AdWords API Team)
Hi, Could you double-check that you are using a *new, separate* instance of *MutateJobServiceInterface* for *each *thread? The reason I'm asking for you to check this again is that the *only* way I could get a multithreaded process to fail with the error you mentioned was if I reused the same

Re: Exception while adding a template Ad

2015-05-15 Thread Josh Radcliff (AdWords API Team)
Hi, There are no immediate plans to add API support for additional template ad IDs. You'll have to use the user interface to make changes to unsupported template ads. Thanks, Josh, AdWords API Team On Friday, May 15, 2015 at 10:38:45 AM UTC-4, veseo wrote: > > > Hi, > > is there a possibility

Product and Service ID returned by Targeting Idea Service does not exist

2015-05-15 Thread jon
Hi, We are retrieving product and service IDs for keywords from the TargetingIdeaService. Recently we've seen ID 13494 returned but when I look up against: https://developers.google.com/adwords/api/docs/appendix/productsservices this id does not exist. Any advice is appreciated. Thanks! Jon

Re: Exception while adding a template Ad

2015-05-15 Thread veseo
Hi, is there a possibility to support Templates with ID 424 via the API? We are interested in automated change of urls of these ads and it seems impossible to do it via the API for now (I'm getting the same error as the guy from the first message). On Tuesday, November 4, 2014 at 11:43:22 PM

Re: Does Adword Dveloper Test Account has limited access to CustomerService and ManagedCustomerService ?

2015-05-15 Thread Josh Radcliff (AdWords API Team)
Hi AF, The reason that your requests for *ManagedCustomerService* and *CustomerService* are failing is that you are not using the correct XML namespace for the *clientCustomerId* and *developerToken* elements in those requests. You're specifying the namespace of: https://adwords.google.com/api

developer token and test account

2015-05-15 Thread google-test-api
I want to connect to the Adwords API. I use test account and googleads-python-lib but I get error: Server raised fault: '[QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'ABcdeFGH93KL-NOPQ_STUv']'. I think what reason in developer token. Documentation "Test account access does not require an app

Bundle Adwords API Python using Cx_Freeze

2015-05-15 Thread Enrique PiƱa
Hello Everybody, I need to create an exe file from a desktop application (using qt) and adwords api. I'm using python to develop that. The problem is, when I create the exe file with cx_freeze, my application doesn't works because of adwords api. is there any solution to package adwords api u

Is it possible to create a Video Campaign in adwords API?

2015-05-15 Thread sen raj
Please tell anyone about create a video campaign through api. But it's possible to manually create a video campaign. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers

Re: Waiver to scrape data

2015-05-15 Thread Danial Klimkin
Hello Dan, As a technical team we are not in position to grant any waivers. The best approach at this time will be to use the Ad Performance report as Anash originally suggested. -Danial, AdWords API Team. On Thursday, May 14, 2015 at 10:00:13 PM UTC+2, dan lawton wrote: > > Hello Danial, W

Re: Search Query Perf. Report missing FinalUrls

2015-05-15 Thread Danial Klimkin
Hello Joel, Unfortunately this is something we don't currently support and don't plan to release within the next few months. -Danial, AdWords API Team. On Thursday, May 14, 2015 at 8:56:56 PM UTC+2, joel wrote: > > Hello, I would like to raise this issue again. Destination Urls are going > a

Re: Parallel (multi-threaded) access to API to speed things up?

2015-05-15 Thread Biniam Asnake
OK. Thanks. On Wednesday, May 13, 2015 at 8:36:35 PM UTC+2, Josh Radcliff (AdWords API Team) wrote: > > Hi Biniam, > > Please see my response to your question on your other post > . > If you have additional questions, let's c

Re: Parallel operations with AdwordsSession Exception - More than one SoapHeader while invoking public abstract com...SimpleMutateJob

2015-05-15 Thread Biniam Asnake
Thanks for the reply. Yes, I am sharing *AdWordsServices* but creating one instance of *MutateJobServiceInterface *and* AdwordsSession.* According to my experiment, I have multiple threads which use different instances of *AdwordsSession. * Two threads have their own *AdwordsSession* but the