In the
example<http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/csharp/v201101/AddKeywordsPerformanceReportDefinition.cs>code
for .Net for adding a keywords performance report definition The
Predicate is being created as follows:
// Create ad group predicate.
Predicate adGroupPredicate = new Predicate();
adGroupPredicate.field = "AdGroupId";
adGroupPredicate.@operator = PredicateOperator.EQUALS;
adGroupPredicate.values = new string[] {adGroupId.ToString()};
Does this mean that this report definition is going to define a keywords
performance report for keywords pertaining only
to the specified AdGroup?
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en