Hi Adword Team,

When  i adding conversions (website, phone, app) can get the snippet of the 
code after mutate request. But fetching all conversions from the 
"ConversionTrackerService" always returns an empty snippet.
This is the code i am using.How can i get the snippet of corresponding 
conversions.

$conversionTrackerService =   $this->GetService('ConversionTrackerService', 
ADWORDS_VERSION);
$selector = new Selector();
$selector->fields = array('Id', 'Name', 'Category');
$selector->predicates[] =
      new Predicate('Status', 'IN', array('ENABLED'));
$result = $conversionTrackerService->get($selector); 
return $result;

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f1e4ccb9-b467-4cff-914a-308b5c9cd777%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to