Re: AdWords Report with group by

2016-11-15 Thread Darkcookie
As i see there is no way to get placement and keyword together. пятница, 11 ноября 2016 г., 19:18:00 UTC+3 пользователь Shwetha Vastrad (AdWords API Team) написал: > > Hi, > > I'm afraid you cannot use full SQL vocabulary in AWQL query. Although AWQL > is inspired by SQL, JOIN and GROUP BY

Re: Hi experts i am gettting issue in setup google adwords api in php

2016-11-15 Thread testrev6
in the first scenerio i created the outh credentials from the same test manager account , when i tried to execute GetAccountHierarchy example i used the customer id

Re: Hi experts i am gettting issue in setup google adwords api in php

2016-11-15 Thread testrev6
i followed the following steps: 1) i created test manager account (testr...@gmail.com) from i create adwords api credentials 2) Then i used developer console from testr...@gmail.com to generate oauth credentials 3) then i followed instruction to generate refreshtoken fromn GetRefreshtoken.php

Re: Hi experts i am gettting issue in setup google adwords api in php

2016-11-15 Thread 'Peter Oliquino' via AdWords API Forum
Hi, The USER_PERMISSION_DENIED error suggests that there could be no link between the client account and the MCC account, or that your OAuth2 credentials do not match the clientCustomerId.

Re: Sorting and translating report

2016-11-15 Thread 'Peter Oliquino' via AdWords API Forum
Hi Luan, This appears to be AdWords Scripts related. To get in touch with their team, you may post your concerns here . Thanks and regards, Peter AdWords API Team -- --

Hi experts i am gettting issue in setup google adwords api in php

2016-11-15 Thread testrev6
i have followed all the steps to create a refresh token and usign php sdk (github) provided by google , when i try to fetch a user campaign i am getting the following errror , i am using a test account and making a request on test account to fetch but sill getting the same error An error has

Sorting and translating report

2016-11-15 Thread Luan Rodriguez
Hello I have a script that sends an email report of the campaigns. I need to sort by ascending or descending order according to a metric. How can I do this? Also I need to translate values like devices type. I have tried by searching and replacing with regex but couldn't make it work. I can

Re: Trying to find some c# sample code for sending a Dynamic Remarketing csv file up to Google's AdWords system.

2016-11-15 Thread Justin
Hi Mike - thanks for the reply :) really appreciate it (and to the others who have also helped out :) > You should be able to create thousands of feed items in a single mutate request by adding more operations Ok - kewl :) i'll have to figure out how to do that and off I go :) >initial setup

Re: CustomerService.getCustomers() returns only top level Customer object with session setClientCustomerId = null

2016-11-15 Thread 'Peter Oliquino' via AdWords API Forum
Hi Jakub, Would you happen to have the SOAP request and response when you encountered this issue? This will help me look into the issue better. Please send your reply using *Reply privately to author*. Best regards, Peter AdWords API Team -- --

CustomerService.getCustomers() returns only top level Customer object with session setClientCustomerId = null

2016-11-15 Thread Jakub Senovsky
Hi all, when i tried to get all customers from Adwords MCC account via CustomerService.getCustomers() -- in the session is setClientCustomerId(null) -- , I get only MCC customer's object and not others customers connected to this MCC. I would expected to return all customers objects ( return

Re: Countdown Ad for GDN

2016-11-15 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Aurel, Countdown on text ads can be used for display network as well. You would need to enable required network for an ad group and target your feed item to that ad group. Our Customizing Text Ads guide has code

Re: UNEXPECTED_INTERNAL_API_ERROR when calling CampaignCriterionService

2016-11-15 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Caihua, I'm not aware of any such issues on our side. To be able to further debug, could you please provide me with the SOAP XML request and response logs for the failed API call? Please click on *Reply privately to author* when responding. Regards, Vishal, AdWords API Team -- --

UNEXPECTED_INTERNAL_API_ERROR when calling CampaignCriterionService

2016-11-15 Thread Caihua Du
Hi all, We saw several UNEXPECTED_INTERNAL_API_ERROR errors around 11/15/2016 9:30 - 9:50 UTC time when calling CampaignCriterionService, Is there any update or maintenance going on at that time? Thanks! Caihua. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Countdown Ad for GDN

2016-11-15 Thread Aurel Laor
Hi, I know it's possible to have a countdown text ad for search. I was wondering if it's possible to use this feature also in GDN text ads? If so, how can I do it? Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: label id uniqueness

2016-11-15 Thread markus . heiden
At least in the german documentation this still has not been documented yet. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: Trying to find some c# sample code for sending a Dynamic Remarketing csv file up to Google's AdWords system.

2016-11-15 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, You can modify what data appears in these ads using the Feed Services, but you don't have to limit to one request at a time. You should be able to create thousands of feed items in a single mutate request by adding more operations. The guide probably only shows one because it wants to

Re: Receiving URLError when trying to upload ads

2016-11-15 Thread 'Peter Oliquino' via AdWords API Forum
Hi, To better investigate the issue, could you provide any SOAP request and response that was generated when the issue occurred while using the AdWords API? Please respond using *Reply privately to author*. Best regards, Peter AdWords API Team -- --

Receiving URLError when trying to upload ads

2016-11-15 Thread yoni
Hi, We're trying to upload ads to a campaign with the api and receive the following error URLError We get this message sometimes randomly, but this time it is persistent with the specific request. I can't find any documentation for this type of error. Is there a way to get more information