Re: Create new conversion actions using the API

2017-10-19 Thread Elton Morais
Hi Zweitze, Thank you for the help, that was exactly what I was looking for :D -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Create new conversion actions using the API

2017-10-19 Thread Elton Morais
Hi Jude, Thank you for your answer. But I want something specific, let me explain it: - At adwords.google.com I can create new Conversion Actions (Website, App or Phone Calls), what I'm trying to do is use Adwords API to create a, lets say, website conversion action, for instance. Can I do it w

Create new conversion actions using the API

2017-10-18 Thread Elton Morais
Hi, At this moment I can fetch all my conversion actions created on Google Adwords with the ConversionTrackerService. I would like to know if I can, with a similar service, create a new Conversion Action through the API. Thank you, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Als

Re: Get account Conversion Actions

2017-10-17 Thread Elton Morais
Hi Shwetha, You were right. I'm now able to fetch all the conversions actions. Thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~

Re: Get account Conversion Actions

2017-09-25 Thread Elton Morais
Hi Shwetha, Thank you for the answer but I don't want to get the Conversion Trackers, I want to get the Conversions actions that I configured previously on my account, just for information purpose. For instance, I set up 3 different conversion actions, and on my website I want to list those Con

Get account Conversion Actions

2017-09-21 Thread Elton Morais
Hi, I wonder how can I get, through the API, all the Conversions Actions set up on my account. Thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~

Re: CustomerService->getCustomers only returns one Customer Client

2017-09-15 Thread Elton Morais
Hi Vincent, You were right. I was sending the clientCustomerId so it was only fetching one. Thank you very much for your help and time. It worked. PS.: Sorry for the prints. sexta-feira, 15 de Setembro de 2017 às 04:03:03 UTC+1, Vincent Racaza (AdWords API Team) escreveu: > > Hi Elton, > >

CustomerService->getCustomers only returns one Customer Client

2017-09-14 Thread Elton Morais
Hi, I'm using the *Adwords API* to fetch all customer clients on a google account. Using the function *getCustomers()* on the *CustomerService* class it only returns one account. $adWordsServices = new AdWordsServices(); // Get the service, which loads the r