RE: Store Visits API Report

2019-03-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Alec, Before proceeding, could you provide the clientCustomerId you used to download your Campaign Performance Report so I could better investigate the issue? You may provide them using the *Reply privately to author* option. Regards, Dannison AdWords API Team

Re: Store Visits API Report

2019-02-28 Thread Alec Thomas
hi Carmine, Thanks for the help. When you query the ConversionTrackerId in the report, how do you know which one is for Store Visits? Also, are you running the same report to get the IDs and get the conversion stats (CAMPAIGN_PERFORMANCE)? On Thursday, February 28, 2019 at 6:46:58 AM UTC-8,

Re: Store Visits API Report

2019-02-28 Thread Alec Thomas
Hi Dannison, Seems to me that the customer ID will be 0 for Store Visits ("0 if this is a system-defined conversion type"). Do you have a good way of identifying the id of the store visits conversion tracker without the ownerCustomerId field? On Wednesday, February 27, 2019 at 11:14:01 PM

Re: Store Visits API Report

2019-02-28 Thread Carmine Pagliaro
Hi Alec, I have the same problem. The ConversionTRackerId changed for me, but I dont know why. In according to Team advice I do the following. I add ConversionTrackerId field in my select query to obtain the really ConversionTrackerId for StoreVisit, then I set the new value instead of 239 in

RE: Store Visits API Report

2019-02-27 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Alec, A possible reason on why this is not showing in your reports is probably because the ConversionTrackerId field does not support zero impressions. Due to which you might not

Store Visits API Report

2019-02-27 Thread Alec Thomas
Hello, I'm trying to query the total number of store visit conversions by campaign for a day. Currently, I'm running: SELECT CampaignId, CampaignName, Date, AllConversionValue FROM CAMPAIGN_PERFORMANCE_REPORT WHERE ConversionTrackerId IN [239] DURING 20190202,20190202 and I'm getting: