Re: TrafficIdeaService in foreach loop

2016-08-24 Thread François-Régis Lancien
Sorry, I messed up a bit. I'm using TargetingIdea not TraficIdea -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

TrafficIdeaService in foreach loop

2016-08-24 Thread François-Régis Lancien
Hello there, I'm using TrafficIdeaService in order to get some stats on keywords. I have several keywords and I put them into packages of max 800 keywords. All these bundles are parsed in a foreach loop. In this foreach, I create a new API call to get some results on these keywords. When I

Re: DistinctError.DUPLICATE_ELEMENT on TargettingIdeaService

2016-08-02 Thread François-Régis Lancien
The error seems to be in the 70 and 170 element in the queries ( *selector.searchParameters[0].queries[270]*). How can I access to this parameters ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: DistinctError.DUPLICATE_ELEMENT on TargettingIdeaService

2016-08-02 Thread François-Régis Lancien
Ok, I checked my keywords and I found something like this, maybe this is the error : "voli Vintimille le havre" and "passaggio auto Bergen le havre" appeared to be the same, but they're not :/ A bit of help ? :D -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: DistinctError.DUPLICATE_ELEMENT on TargettingIdeaService

2016-08-01 Thread François-Régis Lancien
Hum, is a keyword could be the problem ? Like if I enter "car france" and "car france", will he struggle ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: DistinctError.DUPLICATE_ELEMENT on TargettingIdeaService

2016-08-01 Thread François-Régis Lancien
Thnaks for you answer. "containing two parameters that are the same" ? Do you mean TargettingIdeaService parameters ou parameters that I've put in (my keywords) ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

DistinctError.DUPLICATE_ELEMENT on TargettingIdeaService

2016-08-01 Thread François-Régis Lancien
Hello, I'm using TargetingIdeaService in order to collect values from searches on Google (like numbers, cost, competition ). But, when I work with large amount of keywords, I obtain this error : *class DistinctError#12022 (6) {* * public $reason =>* * string(17) "DUPLICATE_ELEMENT"* *

Personal parameter in request TargetingIdeaService

2016-06-27 Thread François-Régis Lancien
Hello, I'm using TargetingIdeaService and I analyze packages of keywords. Each data row has an id (from the database) and I want to store results (competition, CPC ...) in my database. the thing is, that, when i get the results, I'm not able to associate each result with the initial data row.

Re: Maximum number of Keywords for TargetingIdeaService

2016-06-13 Thread François-Régis Lancien
Even for the API ? Or you're talking about the website ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Maximum number of Keywords for TargetingIdeaService

2016-06-13 Thread François-Régis Lancien
Hello, I'm wondering how many keywords can be passed in a single request for the TargetingIdeaService ? Thanks for you answer and have a good day :) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Negative values in my TargetingIdeaService results

2016-06-13 Thread François-Régis Lancien
Ok, nice ! I changed my ID's to new values and that's ok. The results are good :) Le vendredi 10 juin 2016 18:21:57 UTC+2, Shwetha Vastrad (AdWords API Team) a écrit : > > Hi, > > Could you provide the SOAP XML request and response logs for this request > along with your clientCustomerId? You

Negative values in my TargetingIdeaService results

2016-06-10 Thread François-Régis Lancien
Hello, I'm using the PHP API Library and when I'm displaying the results of my request, results and values are sometimes negative and composed by many figures (like 18 ...) ? What is the problem ? My fault or something to do with my account ? PS : I browsed the forum, but nothing worked :/

PHP include problems

2016-06-09 Thread François-Régis Lancien
Hello, I started using this library a week ago and I'm still struggling with the library herself. I tried everything for the include on PHP. My library was installed with Composer and maked a vendor repository in my main directory. My question is where place the files and which one ? -- --