Attempting to do this:

To see the clicks/costs/etc. for just sitelink X, use segment 
> "IsSelfAction", and look at the "This extension" rows.
>

...from here 
<https://developers.google.com/adwords/api/docs/appendix/reports#placeholder-feed-item>.
 
At first, I was just expecting to receive "IsSelfAction" as a field in the 
resulting report. No such field appeared despite the fact that I requested 
it and API did not throw an error. So then I tried:

<selector>
[other fields]
<fields>IsSelfAction</fields>
<predicates>
<field>IsSelfAction</field>
<operator>EQUALS</operator>
<values>This extension</values>
</predicates>
</selector>

...which threw error, "Invalid ReportDefinition Xml: 
cvc-complex-type.2.4.a: Invalid content was found starting with element 
'predicates'. One of ordering, paging is expected."

How do I "see the clicks/costs/etc. for just sitelink X?" Simple example 
XML, please? Thanks!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to