Re: Issues with BatchJobService - jobs remain stuck

2017-02-13 Thread AdWordsApiUser
Thanks Nadine - appreciate your quick reply. We'll keep an eye out and let you know if things get out of hand. On Monday, February 13, 2017 at 6:19:50 PM UTC+1, Nadine Sundquist (AdWords API Team) wrote: > > Hi MG, > > Thanks for sending over the batch job IDs. I took a look at the time it >

Re: Python - Patched googleads suds package causes UnicodeDecodeError when trying to add non-ascii keyword criteria to Ad Group

2017-02-13 Thread nitzanmargalit
Ok thanks On Tuesday, February 14, 2017 at 12:10:28 AM UTC+2, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi Nitzan, > > Unfortunately, I don't have any other workaround for this issue. You might > need to follow the issue raised on the Python library. > > Thanks, > Sreelakshmi,

Re: Python - Patched googleads suds package causes UnicodeDecodeError when trying to add non-ascii keyword criteria to Ad Group

2017-02-13 Thread nitzanmargalit
Thanks for your answer Sreelakshmi. I'm aware of python 2 unicode handling, and like I wrote earlier I already tried sending the keyword text as unicode string to the API service. It is important to note that PEP 0263

Re: Are CreativeID (AdID) unique cross multiple Adwords Accounts

2017-02-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, AdId is unique within an AdGroup. The same AdId may appear in multiple accounts for different ads since the AdId is not globally unique. The (AdId, AdGroupId) pair on the other hand is globally unique. The AdGroupId is globally unique as well. You can use the (AdId, AdGroupID) pair to map

Re: Python - Patched googleads suds package causes UnicodeDecodeError when trying to add non-ascii keyword criteria to Ad Group

2017-02-13 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Nitzan, Unfortunately, I don't have any other workaround for this issue. You might need to follow the issue raised on the Python library. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: TrafficEstimatorService: HTTP Error 500: Internal Server Error

2017-02-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Gustavo, Glad to hear that you could figure out the source of the error. Please keep an eye on the github issue to be updated once the issue is resolved. Mitchell, could you let me know if you still face this issue? Thanks,

Product Partition Report - Trying to get all products

2017-02-13 Thread rafa . romero
I'm trying to get all product from an AdGroup (from a Shopping Campaign). I'm getting the data through the PRODUCT_PARTITION_REPORT . We have checked that in Adwords the consulted AdGroup has more than

Re: How can we set targeting when creating adgroup through adwords api?

2017-02-13 Thread 하진호
Thanks Vishal, But perhaps my question was not clear enough. I already know the way you told us. However, according to the example you gave, all gender and ages are automatically selected as an adgroup. But what I would like to do is to select only specific ages and gender for demographic

Re: Product Partition Report - Trying to get all products

2017-02-13 Thread 'Peter Oliquino' via AdWords API Forum
Hi Rafa, The Product Partition Performance report aggregates at the product partition level and not at the product level. The product groups report of the AdWords UI maps to the Product Partition report of the AdWords API as seen here

we could receive campaign data by object.

2017-02-13 Thread 오학섭
We are aware of API that could download report in excel file, but Is there an API we could receive campaign data by object? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: we could receive campaign data by object.

2017-02-13 Thread 'Peter Oliquino' via AdWords API Forum
Hi, To get campaign objects information, you may try using the CampaignService of the AdWords API and you may refer to our GetCampaigns

How can we set targeting when creating adgroup through adwords api?

2017-02-13 Thread 하진호
Hi there, How can we set targeting when creating adgroup through adwords api? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: Estimate keyword traffic volume

2017-02-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, This PHP example shows how to print the response from TrafficEstimatorService

Python - Patched googleads suds package causes UnicodeDecodeError when trying to add non-ascii keyword criteria to Ad Group

2017-02-13 Thread nitzanmargalit
Hi, configs: os == ubuntu 16.04 googleads == 5.0.0 (latest) python == 2.7.12 request body XML: ADD 41453028391 Keyword שלום EXACT

Re: Issues with BatchJobService - jobs remain stuck

2017-02-13 Thread AdWordsApiUser
Hello team, The issue seems to happen again, though not as bad as last time, so I thought I'd let you know before it becomes worse. Some jobs are taking a long time to process, while others process very fast. Last time it happened, over 2-3 days, the jobs became slower, and a higher proportion

Re: Get list of Accounts under MCC to manage them (python)

2017-02-13 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Kevin, Please find my responses inline: *- Get a list or dict of all the Adwords Accounts under my MCC* If you are using manager account credentials to authenticate your API call, you can use ManagedCustomerService.get

Dealing with Misspellings and High Search Volume from TargetingIdeaService

2017-02-13 Thread justin . pacholka
We're dealing with an issue where if we directly check a singular keyword with the TargetingIdeaService and that word is misspelled we get returned the search volume for the correct spelling of the keyword. This is messing with us because we'll go add the misspelling to our account thinking it

TrafficEstimatorService: HTTP Error 500: Internal Server Error

2017-02-13 Thread Mitchell Eccles
Hi, I am just starting out with Adwords API. I thought a good place to start would be with the examples provided by google. I have started with the python version of the TrafficEstimatorService. However, I don't seem to be able to get it to work. The service always returns the following

Re: OAuth2 Error

2017-02-13 Thread 'Joyce Lava' via AdWords API Forum
Hello, If you don't require call back URLs, then you should be able to use the installed app flow (recommended). If so, let's try to focus on making it work with the installed app flow (app type = "Other"). Please make sure that you perform these steps

Soap request returns "no service was found"

2017-02-13 Thread outleads
We're sending the SOAP request below but keep getting "No service was found" in response - why? http://schemas.xmlsoap.org/soap/envelope/; xmlns:ns1="https://adwords.google.com/api/adwords/mcm/v201609; xmlns:ns2="https://adwords.google.com/api/adwords/mcm/v201609;> {token} {user agent}

Re: Soap request returns "no service was found"

2017-02-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Can you confirm that you are sending the request to "https://adwords.google.com/api/adwords/mcm/v201609/CustomerService;? I see that the element getCustomers is not terminated by the matching end-tag in the SOAP body. Could you correct this in the SOAP request and let me know if you get

Re: Issues with BatchJobService - jobs remain stuck

2017-02-13 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hi MG, Thanks for sending over the batch job IDs. I took a look at the time it took for the jobs to run for the slow running jobs. I didn't see any that exceeded 15 minutes and most were completing within 5 minutes. There is a bit of load balancing going on with a lot of job requests, so it's

Get list of Accounts under MCC to manage them (python)

2017-02-13 Thread Kevin Castro
Hi, I have a PPC agency and I'm currently developing a Python system to integrate my PPC platforms. I'm having problems to get a list (array) of all my customers Id from my MCC credentials. What I want to do is this: - Authenticate with my MCC credentials (developer_token, client_id,

Need a AD builder to make my "Tokyo small curry business" with adword

2017-02-13 Thread Climate DIY
I'm a small curry restaurant owner in tokyo.i want to promote my business in adword.Can anybody help or cooperate me ?Thanks and sorry to disturb if i'm wrong to post it here. My address is tokyo sumida - ku kotobashi 2-10-7.post code 130-0022 -- --

Re: TrafficEstimatorService: HTTP Error 500: Internal Server Error

2017-02-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Mitchell, Could you provide the email address used to authenticate the API request along with the clientCustomerId specified in the request header? Is the account specified by the clientCustomerId a test account? A developer token with test access

Are CreativeID (AdID) unique cross multiple Adwords Accounts

2017-02-13 Thread ltu
Hi, We understand CreativeIDs are not global unique under one adwords account. Creatives under different adgroups might have the same creativeIDs (AdIDs) Since we manage multiple Adwords accounts, we would like to know whether a same CreativeID will be used for multiple adwords accounts or

Re: TrafficEstimatorService: HTTP Error 500: Internal Server Error

2017-02-13 Thread Gustavo Mora Gonzalez
After a long research I found this issue on github, downgrade the version of googleads to 4.7.0 and run the example file again, the response show the error. In the 5.0.0 version only response with 500 code El lunes, 13 de febrero

Re: Need a AD builder to make my "Tokyo small curry business" with adword

2017-02-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, On this forum, we address technical issues related to AdWords API . It looks like you are getting started with AdWords. This guide provides step-by-step instructions to start

Re: Python - Patched googleads suds package causes UnicodeDecodeError when trying to add non-ascii keyword criteria to Ad Group

2017-02-13 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Nitzan, There seems to be an issue in how unicode is handled in Python 2. To workaround this issue, you could send unicode content as a unicode string. As an alternate option, you can change your default encoding as seen in PEP 0263 and use

Re: How can we set targeting when creating adgroup through adwords api?

2017-02-13 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, There are various targeting types available in AdWords API. This example

Re: TrafficEstimatorService: HTTP Error 500: Internal Server Error

2017-02-13 Thread Gustavo Mora Gonzalez
Could you resolve the problem? I have the same error, I tried with get_campaigns.py > > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: Dealing with Misspellings and High Search Volume from TargetingIdeaService

2017-02-13 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, By design, the TargetingIdeaService would correct any misspellings in the keyword and the results that you see would correspond to the keyword with the right spelling. This is considered as the expected behavior of the TargetingIdeaService. You could check here