Need help with SPA and mobile login

2015-01-28 Thread Antonio Peric
Hi, we are building SPA and mobile app (SPA packed inside phonegap) with REST API based on Symfony2. The thing we got stuck is login to our rest api. We want to use Google Oauth to authorize user to access our API. Which flow/login we should use and is this possible. The idea is to use google

Re: Need help with SPA and mobile login

2015-01-28 Thread Antonio Peric
her APIs here. > > This page can be helpful though: > > https://developers.google.com/accounts/docs/OAuth2 > > > -Danial, AdWords API Team. > > > > On Wednesday, January 28, 2015 at 12:29:22 PM UTC+3, Antonio Peric wrote: >> >> Hi, >> we are

Re: Need help with SPA and mobile login

2015-01-28 Thread Antonio Peric
only, we can't support > other APIs here. > > This page can be helpful though: > > https://developers.google.com/accounts/docs/OAuth2 > > > -Danial, AdWords API Team. > > > > On Wednesday, January 28, 2015 at 12:29:22 PM UTC+3, Antonio Peric wrote: >

Dummy data for reporting with test accounts

2015-01-29 Thread Antonio Peric
Hi, is there any dummy data for build reporting for test accounts? Thnx -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Need help with SPA and mobile login

2015-02-03 Thread Antonio Peric
I have another problem - when I am sending response from google (auth code) i got CORS error. Only when I send resposne from google. In normal whay cors is disabled -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot

Reporting without downloading report?

2015-02-13 Thread Antonio Peric
Hi, is it possible to get data for reports without downloading report and then parsing the file? thnx -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~

Re: Reporting without downloading report?

2015-02-13 Thread Antonio Peric
> > Exact details depend on the language / library you are using. > > > -Danial, AdWords API Team. > > > On Friday, February 13, 2015 at 12:42:21 PM UTC+3, Antonio Peric wrote: >> >> Hi, >> >> is it possible to get data for reports wi

Multiple report per request

2015-02-14 Thread Antonio Peric
Is it possible to get multiple reports per one request? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Re: Multiple report per request

2015-02-16 Thread Antonio Peric
And is it possible to sort Reports data by Date, Year, Month? On Saturday, February 14, 2015 at 11:34:59 AM UTC+1, Antonio Peric wrote: > > Is it possible to get multiple reports per one request? > > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Multiple report per request

2015-02-17 Thread Antonio Peric
request several > reports in parallel though (multi-threaded). > > 2. Reports do not support paging or sorting. > > > -Danial, AdWords API Team. > > > On Monday, February 16, 2015 at 11:38:26 AM UTC+3, Antonio Peric wrote: >> >> And is it possible to sort Reports

Is it possible to get reach metrics, social metrics Performance (Active View)

2015-02-23 Thread Antonio Peric
hi, i wan to get Reach MetricsUnique cookies Avg. impr. freq. per cookieand Performance (Active View)Active View viewable impr. Active View viewable CTR Active View avg. CPMand Social Metrics"+1s" Shares Comments Follows Earned impressions Earned social actions Is this possible? -- -- =~=~=~

How to filter metrics by campaings and conversion

2015-03-15 Thread Antonio Peric
Hi, in CAMPAIGN_PERFORMANCE_REPORT I see there are fields for CampaignId and ConversionTrackerId. When I try to use both in predicat like this if ($filters['campaigns']) { $selector->predicates[] = new \Predicate('CampaignId', 'IN', $filters['campaigns']); } if ($filters['conversions']) {

Google Adwords API login

2015-03-15 Thread Antonio Peric
Hi, we are creating web (single page app - NG app), Android and iOs app (both with phonegap) and we want to authorize user for Adwords API with offline access. We noticed that if we use iOS id and secret that refresh token that we got is not valid for web application and vice-versa. How we can

Re: Google Adwords API login

2015-03-16 Thread Antonio Peric
ping On Sunday, March 15, 2015 at 10:38:26 PM UTC+1, Antonio Peric wrote: > > Hi, > > we are creating web (single page app - NG app), Android and iOs app (both > with phonegap) and we want to authorize user for Adwords API with offline > access. We noticed that if we use iOS