I'm basing my development on this code example <https://developers.google.com/google-ads/api/docs/conversions/create-conversion-actions>, but I'm having some trouble creating and configuring ConversionActions.
The docs here <https://developers.google.com/google-ads/api/docs/conversions/overview> say this: *Website* and *Phone number clicks* conversions require the event_snippet (which should be placed on web pages that indicate a conversion action such as a checkout confirmation or lead submission page) and global_site_tag (which must be installed on every page of your website). You can retrieve both of these attributes with ConversionActionService <https://developers.google.com/google-ads/api/reference/rpc/v14/ConversionActionService>. Unfortunately, the linked ConversionActionService docs make no mention of either of these fields. I did find a getTagSnippetsList() method which I can call on my newly created ConversionAction, but this returns an empty list. How can I get the Google Tag ID, or the complete snippet code to be inserted into the web page? Another question: How to configure the conversion URL? The UI provides fields to set the match type (e.g., "URL contains") and the URL of the conversion page, but I can find no reference to these fields in the docs. Thanks for any help. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/143a4e80-fc0e-4455-8553-667a3a283a7cn%40googlegroups.com.
