Re: User managment in Google Adwords API

2017-07-14 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Adding users to an AdWords account is not supported in AdWords API at the moment. You need to follow the instructions provided here to grant access to an account. You can keep an eye on our blog

Re: Batch job processing speed

2017-07-14 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Aleksandr, You are right, BatchjobService is extremely helpful in the cases where the operations are dependent (need to use temp Ids), has a bunch operations to be performed etc. BatchJobService also retries operations that fail due to transient errors like rate limit errors. The downside

Re: Google Adwords API targeting ideas error which i dont understand

2017-07-14 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you check that the SOAP request is formed correctly? The production WSDL for TargetingIdeaService can be found here .

Re: Countrycode and report Geo performance report

2017-07-14 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi David, You can perform a LocationCriterionService.get() request with the following selector to get the name of the location using a location Id. $selector = new Selector();

Google Adwords API targeting ideas error which i dont understand

2017-07-14 Thread Kevin
Hello I'm trying to get some targeting ideas using the node js Skd for google adwords. I have the below code: var TargetingIdeaService = user.getService('TargetingIdeaService', 'v201609') //create selector var selector={ SearchParameters:[{RelatedToQuerySearchParameter:'Games'}],

Re: Add user using adwords api

2017-07-14 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Adding users to an AdWords account is not supported in AdWords API at the moment. You need to follow the instructions provided here to grant access to an account. You can keep an eye on our blog

User managment in Google Adwords API

2017-07-14 Thread itgurgaon
Is Google ad-words api supports user creation and giving permission to them. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Countrycode and report Geo performance report

2017-07-14 Thread David Zerah
Hi everybody, I have found many post discussing about what I have been looking for about 2 days. I hope I will find some answers here and I want to thank all the potential reader and answer people. To begin with, I use PHP Google Adwords v201705 library. The goal is : to pick all daily cost

Re: Geo Performance Report countrycode

2017-07-14 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi David, The data returned in the Country/Territory column is the ID of the country Location associated with the impression. You can look up the corresponding name, countryCode

Add user using adwords api

2017-07-14 Thread niverma
Can I add user and assign permission to them using adwords api. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Geo Performance Report countrycode

2017-07-14 Thread David Zerah
Hi everyone, First i would like to thank all the potentiel reader and people who think that they can help me. I have been working for two days on a project by using Google Adwords API with PHP. I explain you the goal : I want to get all daily cost group by countrycode of my adwords and insert

Re: DetailedReportDownloadResponseException with 400 status code back

2017-07-14 Thread Qiyuan Liu
Thanks! On Thursday, July 13, 2017 at 9:10:08 PM UTC-7, Peter Oliquino wrote: > > Hi Qiyuan, > > I had to delete your initial post as it contained sensitive information > such as your clientCustomerId. You may refer to our forum posting > guidelines >

Re: How to get the email address of an user that connects with oAuth2

2017-07-14 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, To retrieve the email address, you need to include the scope: " https://www.googleapis.com/auth/userinfo.email; as mentioned in this document. If this scope is included while you generate the refresh token, you should

Re: [9-8044000018203] CrmBasedUserList removeAllStatus not changing from IN_PROCESS

2017-07-14 Thread Olof Nilsson
Hi Peter, The SOAP request attached to this e-mail chain is the attempt to reproduce the error. Since I didn’t have it for the original request. It has been IN_PROGRESS for almost 24 hours as mentioned, so let’s see if it fails with the same message. However, could you please address my other

How to get the email address of an user that connects with oAuth2

2017-07-14 Thread code . working
Hello, I was wondering if it is somehow possible to get the email address of an user that conencts to the AdWords API via oAuth2. When I test the oAuth2 connection, I only get the refresh token which I can use to access the AdWords accounts, but it seems as if I am not able to see the user's

Re: Getting wrong/different AdGroupIds when running basic operation "get ad groups"

2017-07-14 Thread Garik Tate
Hey Shwetha, Yep I'm currently using 32-bit PHP. After doing a little bit more research, I now see that that's the problem. I don't know of a simple way to convert all intval() to floatval() across all files (if you know, please tell me). But now I know what the problem is. Thank you! On

Re: [9-8044000018203] CrmBasedUserList removeAllStatus not changing from IN_PROCESS

2017-07-14 Thread Olof Nilsson
Hi Peter, That was the one I never saved the req / res for since it was in development environment. The one I sent you yesterday was however sent in the exact same way and that has still status “IN_PROGRESS”. It will probably get the same error message in a while I’m suspecting. Let me know if

Re: Error in Feed uploading through Shopify account

2017-07-14 Thread 'Ivan Bautista' via AdWords API Forum
Hi Abhishek, Based from your screenshot, it seems that your issue is more related to the Google Merchant Center than anything specific to the AdWords API. It would be best that you raise your concern with the Google Merchant Center team via their Contact Us options

Re: Batch job processing speed

2017-07-14 Thread aleksandr . borisov
Hi Sreelakshmi, Obviously, batch processing has some advantages over mutate requests: you can use temporary IDs, it handles transient errors for you, overall setup is simpler, etc. But uploading the same generation (1.2M keywords) with mutate requests will take much less the 9 hours. So could

Re: How get CustomerId with OAuth 2.0

2017-07-14 Thread 'Ivan Bautista' via AdWords API Forum
Hi, Just to clarify, do you wish to get the Customer ID associated with your generated OAuth2 credentials? If yes, then you may do so by using the CustomerService.getCustomers() along with the