Keywords updating using Keyword Planner Tool?

2018-04-09 Thread Mark Anthony Gutierrez
Hello, We noticed that using Keyword Planner Tool updates the keywords we request. For example: KeywordUpdated Keywords Search Volume tax accountant tax accountant4400 tax accountants tax accountant4400 tax accounting tax accountant

Re: How to set multiple locations or select all country in TargetingIdeaService?

2018-04-02 Thread Mark Anthony Gutierrez
Hello Sir Peter, I guess I have to option out the LocationSearchParameter because I needed to select all countries. I also tried to add all 200+ countries in the list object but it doesn't work. But optioning out LocationSearchParamter works. Thank you so much! On Monday, April 2, 2018 at 1:31:

How to set multiple locations or select all country in TargetingIdeaService?

2018-04-01 Thread Mark Anthony Gutierrez
I've been trying to get multiple location or countries in a single request and has not been successful. Here is my code example: location = [ 2048, 2056, 2680, 2046] selector['searchParameters'].append({ 'xsi_type': 'LocationSearchParameter', 'locations': [{'id': l

Re: What is the Global location Criteria Id?

2018-03-22 Thread Mark Anthony Gutierrez
Hello sir Peter, I'm using it on TargetingIdeaService, so I can add List of locations on the code right? On Thursday, March 22, 2018 at 3:42:57 PM UTC+8, Peter Oliquino wrote: > > Hi Mark, > > If you are looking for the list of all location criteria that is supported > in the AdWords API, then,

Re: What is the Global location Criteria Id?

2018-03-21 Thread Mark Anthony Gutierrez
Or is there a criteria id for all of the countries? On Thursday, March 22, 2018 at 2:10:59 PM UTC+8, Mark Anthony Gutierrez wrote: > > Is there a global location criteria id for adwords locations? > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog a

What is the Global location Criteria Id?

2018-03-21 Thread Mark Anthony Gutierrez
Is there a global location criteria id for adwords locations? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Multiple user in one customer id

2018-03-21 Thread Mark Anthony Gutierrez
Is it okay to use one client_customer_id to many users requesting at the same time? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Im stock here in CreateHttpHeader error

2018-03-02 Thread Mark Anthony Gutierrez
Hello Vincent, I have successfully get a request using LoadFromStorage(). Thanks a lot for the help! Kudos! On Friday, March 2, 2018 at 5:04:14 PM UTC+8, Vincent Racaza (AdWords API Team) wrote: > > Hi Mark, > > You need to set the client secret >

Re: Im stock here in CreateHttpHeader error

2018-03-02 Thread Mark Anthony Gutierrez
Hello Vincent, Im trying not to use the google.yaml and in the adwords.AdwordsClient parameters there's no indicating that I need the secret token and the refresh token. Also I tried to use googleads.yaml and I got this error: File "C:\Users\xxx\AppData\Local\Programs\Python\Python36-32\lib\

Re: Im stock here in CreateHttpHeader error

2018-03-02 Thread Mark Anthony Gutierrez
Hello Vincent, Im trying not to use the google.yaml and in the adwords.AdwordsClient parameters there's no indicating that I need the secret token and the refresh token. On Friday, March 2, 2018 at 5:20:19 AM UTC+8, Mark Anthony Gutierrez wrote: > > Traceback (most recent call last

Im stock here in CreateHttpHeader error

2018-03-01 Thread Mark Anthony Gutierrez
Traceback (most recent call last): File "C:\Users\xxx\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\core\handlers\exception.py", line 35, in inner response = get_response(request) File "C:\Users\xxx\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\

Correct Syntax for NetworkSetting using Node.js

2018-02-06 Thread Mark Anthony Gutierrez
Hello everyone, Can someone help me for the right syntax to write the NetworkSetting in Nodejs? I've tried this: let selector = { searchParameters: [{ 'xsi:type': 'RelatedToQuerySearchParameter', queries: keyword_slice }, { 'xsi:type': 'LanguageSearchParameter', languages: [{'cm:id': 1000}] }, {