Hi, I have confirmed that tracking is set up:
> 'acceptedCustomerDataTerms': True, > 'conversionTrackingStatus': 'CONVERSION_TRACKING_MANAGED_BY_SELF', And I know the customer has conversion actions already set up. I need to know HOW to manage conversion actions for Smart Campaigns. I can't find any information specific to SMART CAMPAIGNS. When I query campaign_conversion_goal and conversion_goal_campaign_config for a Smart Campaign, there are no results. For our example campaign, there was not selection of conversions or goals via the API, yet it is reporting hits on various customer Conversion Actions already, but that was never specified via the API. The Google UI still shows "Set up Conversion Tracking". On Monday, March 25, 2024 at 4:25:37 AM UTC-5 Google Ads API Forum Advisor wrote: > Hi, > > I would recommend you to follow prerequisites > <https://developers.google.com/google-ads/api/docs/conversions/enhanced-conversions/web-setup#prerequisites> > on > enhanced conversions setup. In order to retrieve information about your > conversion tracking setup. You can check your account's conversion tracking > setup and confirm conversion tracking is enabled by querying the Customer > <https://developers.google.com/google-ads/api/fields/v16/customer> resource > for the ConversionTrackingSetting > <https://developers.google.com/google-ads/api/reference/rpc/v16/ConversionTrackingSetting> > by > the following query with GoogleAdsService.SearchStream > <https://developers.google.com/google-ads/api/reference/rpc/v16/GoogleAdsService#searchstream>: > > > > > SELECT > customer.conversion_tracking_setting.google_ads_conversion_customer, > customer.conversion_tracking_setting.conversion_tracking_status, > customer.conversion_tracking_setting.conversion_tracking_id, > customer.conversion_tracking_setting.cross_account_conversion_tracking_id > FROM customer > > Also, you must accept the customer data terms before you use enhanced > conversions for the web. You can verify whether the customer data terms > have been accepted by the following query. > > > SELECT > customer.id, > customer.conversion_tracking_setting.accepted_customer_data_terms > FROM customer > > You can utilize the Google Ads Query Builder > <https://developers.google.com/google-ads/api/fields/v16/overview_query_builder> > > and Query Validator > <https://developers.google.com/google-ads/api/fields/v16/query_validator> > to build and validate the queries for retrieving the data from the Google > Ads API. > > In order to measure conversions, set up a ConversionAction > <https://developers.google.com/google-ads/api/reference/rpc/v16/ConversionAction> > for > the type > <https://developers.google.com/google-ads/api/reference/rpc/v16/ConversionActionTypeEnum.ConversionActionType> > of > conversion action you want to track. I would recommend you to check this > guide on how to Create Conversion Actions > <https://developers.google.com/google-ads/api/docs/conversions/create-conversion-actions> > for > more information. > > > > This message is in relation to case > "ref:!00D1U01174p.!5004Q02s09ug:ref" (ADR-00228300) > > Thanks, > > [image: Google Logo] Google Ads API Team > > > -- Feathr is closed on Fridays, operating under a four-day workweek from Monday-Thursday. Our platform remains available 24/7, however, on Fridays, please expect delays on email and ticket response times. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/ef9f5f93-cb09-4229-92ef-d4ac7d100b8bn%40googlegroups.com.
