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

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? -- --

Re: Multiple report per request

2015-02-17 Thread Antonio Peric
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 data by Date, Year, Month? On Saturday, February 14, 2015 at 11:34:59

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 blog and Google

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

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
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 without downloading report and then parsing the file? thnx

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+:

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

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

Re: Need help with SPA and mobile login

2015-01-28 Thread Antonio Peric
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 building SPA and mobile app (SPA packed inside phonegap) with REST API based on Symfony2

Re: Need help with SPA and mobile login

2015-01-28 Thread Antonio Peric
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: Hi, we are building SPA and mobile app (SPA packed inside phonegap) with REST