Hello

I have just started integrating Geo_performance_report with my reporting 
solution. I found that the reports are giving Id's and not Names. Its been 
told to use LocationCriterionService to find out Names of respective Ids. I 
am trying to fetch required things for me But somehow I am getting Null 
exception. I am following LocationCriterionService Documentation given on 
Google Adwords but not getting through. Kindly help.

 if (reportType == ReportDefinitionReportType.GEO_PERFORMANCE_REPORT)
                    {
                        var selectorq = new Selector();
                        selectorq.fields = new string[] { "canonicalName" };
                       // selectorq.dateRange = new 
Google.Api.Ads.AdWords.v201506.DateRange
                      //  {
                       //     min = start, //Start date
                       //     max = end // End date
                      //  };
                        var val = //list of ids.;
                        var predicate = new Predicate
                        {
                            field = "CountryCriteriaId", //Filter field 
(Key)
                            values = val.Split(new[] {','}), //Filter value
                            @operator = PredicateOperator.IN//Filter 
operator
                        };
                        selectorq.predicates = new Predicate[]
                        {
                            predicate 
                        }
                            ;
                        var location = new LocationCriterionService();
                        location.User = user;                        
                        var dta = location.get(selectorq);
                    }

I am not sure what other information I need to pass still with this to get 
my results. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a11e7ca1-6820-490d-9930-9644fc233ad2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to