Re: Does the API support campaign groups and performance targets?

2016-12-12 Thread 'Joyce Lava' via AdWords API Forum
Hello David, Campaign Group is currently not supported in AdWords API. Please continue to follow our blog to check on future announcements. Thanks, Joyce, AdWords API Team -- --

Does the API support campaign groups and performance targets?

2016-12-12 Thread David Antunes
Hi, Does the API support campaign groups and performance targets? Like described here: https://support.google.com/adwords/answer/6393275?hl=en=0 Thanks! David -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Audience lists don't get populated

2016-12-12 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Dmitry, Sorry for keeping you waiting. It seems the user list created by API got populated since Nov 22 as well? Could you please confirm this? Cheers, Thanet, AdWords API Team On Tuesday, November 22, 2016 at 6:01:11 PM UTC+9, Dmitry Ovod-Marchuk wrote: > > Hi Thanet, > > We look

Re: PHP - Invalid Request Error in "GetAccessToken"

2016-12-12 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Burak, Usually when there is an error in the PHP library where the error is invalid_request, there's also an error_description. Can you see if that's available? It will usually tell you what field is causing the issue such as 'missing required parameter'. That may help us narrow this

Re: Preventing duplicate FeedItem Objects for Ad Customizer Feed

2016-12-12 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Sam, Do you have any SOAP logs where you are seeing duplicate feed item Ids? If so, could you please provide me with them using *reply privately to author *so I can take a closer look as to why this is happening? Thanks, Anthony AdWords API Team -- --

Re: How to logout after obtaining refresh token for adwords api ?

2016-12-12 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, AdWords API calls are authorized through OAuth2 and that said, OAuth2 enables the API client application to access the AdWords account without having to manage the user's login info. There is no need to logout as by

Stored client's refresh token after access grant, but how do I use it later?

2016-12-12 Thread rentcafedev1
Hi My web application asks clients to move their MCCs under my account so that the web app can manage the account. To do so, I want to send and accept a merge invitation of the account. The client will be asked to give our app access to their account, and I am given an Auth Code. Using the

Preventing duplicate FeedItem Objects for Ad Customizer Feed

2016-12-12 Thread sam
We initialize our feed items for our ad customizer feed using our products, but how do we detect and prevent duplicate FeedItems from being generated the next time we run the same script? Right now, the simple solution is to clear (delete) all FeedItems from Google AdWords website before

Re: Time limit before OAuth2 access expires

2016-12-12 Thread 'Anthony Madrigal' via AdWords API Forum
Hello, Apologies for the confusion. As long as you keep using the refresh token and do not fall under the reasons listed here , including the reason Zweitze mentioned, your refresh token should work. Regards, Anthony AdWords

Re: An existing connection was forcibly closed by the remote host

2016-12-12 Thread Caihua Du
Thanks Anash, I will try this! On Friday, December 9, 2016 at 12:26:25 PM UTC-8, Anash P. Oommen (AdWords API Team) wrote: > > Hi Caihua, > > Could you try increasing the timeout in the .NET client library using the > Timeout setting in App.config? See >

test

2016-12-12 Thread Peter Tanham
I've asked 2 questions that aren't appearing, this is a test to see if posting is working -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

R Google AdWords API, Developer Token, Google Schweigen

2016-12-12 Thread l . krennwallner
Hi, am 14.09.2016 haben wir einen Developer Token bei Google beantragt über MCC Account -> Google Adwords APICentre -> etc.. wie es hier beschrieben ist https://developers.google.com/adwords/api/docs/guides/signup Ich habe auch eine Client ID und ein Client secret. Verwenden möchte ich den

How to logout after obtaining refresh token for adwords api ?

2016-12-12 Thread IntegrationDeveloper
I used this string.Format to form the url successfully to obtain a refresh token to access adwords api : string body = string.Format("code={0}_id={1}_secret={2}_uri={3}_type={4}", HttpUtility.UrlEncode(authorizationCode), HttpUtility.UrlEncode(_appConfig.OAuth2ClientId),

Re: PHP - Invalid Request Error in "GetAccessToken"

2016-12-12 Thread Burak Karakan
Hi Shwetha, any ideas on this? We are unable to run our system for approximately 5 days, any help would be amazing. Thanks again. On Saturday, December 10, 2016 at 11:41:45 AM UTC+3, Burak Karakan wrote: > > Hi Shwetha, > > We are building a web app, therefore the credentials are for a web

Re: How can i use api to create "Visitors of a page during specific dates" list?

2016-12-12 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Rui, Originally the user lists created by API was not fully compatible with those created by UI, so sometimes you might see the data shown in the UI differently from what you've expected. We've improved the compatibility in many areas so far and this would be one that is not fully