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


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
    http://googleadsdeveloper.blogspot.com/search/label/adwords_api
    https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 03/01/19 04:51:03 [email protected] wrote:

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 UTC-8,
googleadsapi-forumadvisor wrote:

Hi Alec,

A possible reason on why this is not showing in your reports is probably
because the ConversionTrackerId
<https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report#conversiontrackerid>
field does not support zero impressions. Due to which you might not see the
ConversionTrackerIds of accounts having zero impressions. You could use
ConversionTrackerService.get()
<https://developers.google.com/adwords/api/docs/reference/v201806/ConversionTrackerService.ConversionTracker#conversiontypeownercustomerid>
to get all the conversion trackers and can match them to the accounts for
which they belongs using conversionTypeOwnerCustomerId
<https://developers.google.com/adwords/api/docs/reference/v201806/ConversionTrackerService.ConversionTracker#conversiontypeownercustomerid>
field. Let me know if you have any further questions.

Regards,
Dannison
AdWords API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
    http://googleadsdeveloper.blogspot.com/search/label/adwords_api
    https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Was your question answered? Please rate your experience with us by taking a
short survey.
If not -- reply to this email and tell us what else we can do to help.

Take Survey
<https://support.google.com/google-ads/contact/survey_transactional?caseid=7-2099000025414&hl=en&ctx=1>

Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
On 02/28/19 06:15:42 [email protected] wrote:

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:

"CAMPAIGN_PERFORMANCE_REPORT (Feb 2, 2019)"
Campaign ID,Campaign,Day,All conv. value
Total, --, --,0.00

We got the conversion tracker ID from here: https://developers.
google.com/adwords/api/docs/reference/v201809/ConversionTrackerService.
ConversionTracker#id

We have also tried to run this for Calls from Ads (179) on a campaign that
we know has those conversions and have received nothing except for headers.

Is there a better way to query the data we're looking for?

Thanks,
Alec Thomas

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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
---
You received this message because you are subscribed to the Google Groups
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit https://groups.google.com/d/
msgid/adwords-api/8c7047ca-8f8d-41d0-aa7e-036c92c837bc%40googlegroups.com
<https://groups.google.com/d/msgid/adwords-api/8c7047ca-8f8d-41d0-aa7e-036c92c837bc%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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
---
You received this message because you are subscribed to the Google Groups
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/782ab6d1-2f6b-4143-a7c7-fdb47af2dd12%40googlegroups.com
<https://groups.google.com/d/msgid/adwords-api/782ab6d1-2f6b-4143-a7c7-fdb47af2dd12%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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
--- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/08p11g00040000010djoag0001dkh4y6smj4c1p74o30c1g68qj8c9k%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
  • Store V... Alec Thomas
    • RE... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
      • ... Alec Thomas
        • ... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
    • Re... Carmine Pagliaro
      • ... Alec Thomas

Reply via email to