Some ConversionTrackerID can not get from ConversionTrackerService.ConversionTrackerService issue

56 views
Skip to first unread message

Kazuki Nozawa

unread,
May 30, 2018, 4:15:29 PM5/30/18
to AdWords API and Google Ads API Forum
ConversionTrackerId acquired by PerformanceReport may not be included in the list obtained by ConversionTrackerService.
How can I get it?

Luis Xander Talag (AdWords API Team)

unread,
May 31, 2018, 1:33:47 AM5/31/18
to AdWords API and Google Ads API Forum
Hi Kazuki,

You should be able to get the ConversionTracker.Id which is the same as the ConversionTrackerId from these report types using the ConversionTrackerService.get(). If this is not what you are looking for, could you provide more context regarding your issue about not being able to retrieve the said information?

Thanks and regards,
Luis 
AdWords API Team
Message has been deleted

Kazuki Nozawa

unread,
May 31, 2018, 11:09:58 PM5/31/18
to AdWords API and Google Ads API Forum
Hi Luis,

thanks for reply

i get conversion_tracker_id by CampaignPerformanceReport

#<CSV::Row day:"2018-05-28" campaign_id:"950868188" conversion_tracker_id:"263270631" conversion_category:"Other" conversion_name:"Android_" conversions:"84.00">
#<CSV::Row day:"2018-05-29" campaign_id:"950868188" conversion_tracker_id:"263270631" conversion_category:"Other" conversion_name:"Android_" conversions:"65.00">
#<CSV::Row day:"2018-05-25" campaign_id:"953730474" conversion_tracker_id:"262875484" conversion_category:"Other" conversion_name:"iOS_" conversions:"5.00">
#<CSV::Row day:"2018-05-28" campaign_id:"953730474" conversion_tracker_id:"262875484" conversion_category:"Other" conversion_name:"iOS_" conversions:"8.00">
#<CSV::Row day:"2018-05-26" campaign_id:"953730474" conversion_tracker_id:"262875484" conversion_category:"Other" conversion_name:"iOS_" conversions:"7.00">
#<CSV::Row day:"2018-05-26" campaign_id:"950868188" conversion_tracker_id:"263270631" conversion_category:"Other" conversion_name:"Android_" conversions:"89.00">
#<CSV::Row day:"2018-05-25" campaign_id:"950868188" conversion_tracker_id:"263270631" conversion_category:"Other" conversion_name:"Android_" conversions:"56.00">
#<CSV::Row day:"2018-05-30" campaign_id:"950868188" conversion_tracker_id:"263270631" conversion_category:"Other" conversion_name:"Android_" conversions:"28.00">
#<CSV::Row day:"2018-05-24" campaign_id:"953730474" conversion_tracker_id:"262875484" conversion_category:"Other" conversion_name:"iOS_" conversions:"8.00">
#<CSV::Row day:"2018-05-29" campaign_id:"953730474" conversion_tracker_id:"262875484" conversion_category:"Other" conversion_name:"iOS_" conversions:"6.00">
#<CSV::Row day:"2018-05-27" campaign_id:"953730474" conversion_tracker_id:"262875484" conversion_category:"Other" conversion_name:"iOS_" conversions:"6.00">
#<CSV::Row day:"2018-05-24" campaign_id:"950868188" conversion_tracker_id:"263270631" conversion_category:"Other" conversion_name:"Android_" conversions:"74.00">
#<CSV::Row day:"2018-05-27" campaign_id:"950868188" conversion_tracker_id:"263270631" conversion_category:"Other" conversion_name:"Android_" conversions:"99.00">


and get all conversion_tracker_id by ConversionTrackerService
selector = {
 fields: ['Id'],
 paging: {
   :start_index => 0,
   :number_results => 100
 },
 predicates: [
   {field: 'Status', operator: 'IN', values: ['ENABLED', 'DISABLED', 'HIDDEN']}
 ]
}
cv_tracker_service = @client.service(:ConversionTrackerService, :v201802)
cv_tracker_service.get(selector)


but not contain conversion_tracker_id with ConversionTrackerService

{:total_num_entries=>15,
:page_type=>"ConversionTrackerPage",
:entries=>
 [{:id=>194773321},
  {:id=>194818247},
  {:id=>204475081},
  {:id=>204678369},
  {:id=>205264447},
  {:id=>218629161},
  {:id=>222652731},
  {:id=>222788562},
  {:id=>223321335},
  {:id=>224934628},
  {:id=>226183345},
  {:id=>236330873},
  {:id=>236440446},
  {:id=>238826539},
  {:id=>247631916}
 ]
}

Luis Xander Talag (AdWords API Team)

unread,
Jun 1, 2018, 1:55:07 AM6/1/18
to AdWords API and Google Ads API Forum
Hi Kazuki,

Thank you for providing those details. However, could you also provide the complete report definition of the Campaign Performance Report you are downloading and the complete SOAP request and response logs of the ConversionTrackerService together with your clientCustomerId so I could further investigate this? Please reply via Reply privately to author.
Reply all
Reply to author
Forward
0 new messages