Hi, Thanet Has this problem been resolved?
2017년 12월 15일 금요일 오후 3시 8분 26초 UTC+9, Thanet Knack Praneenararat (AdWords API Team) 님의 말: > > Hello Daehyun, > > It turns out that this line causes the conversion action to be hidden: > > adCallMetricsConversion.setCategory(ConversionTrackerCategory.REMARKETING); > > > Could you please use other categories than this one, e.g., LEAD, PURCHASE? > I'll work with engineering to see if this category should be published in > the API. > > Best, > Thanet, AdWords API Team > > On Thursday, December 14, 2017 at 7:57:51 PM UTC+9, Thanet Knack > Praneenararat (AdWords API Team) wrote: >> >> Hello Daehyun, >> >> I'm checking this and will get back to you when I have more information. >> >> Best, >> Thanet, AdWords API Team >> >> On Thursday, December 14, 2017 at 12:33:20 PM UTC+9, [email protected] >> <javascript:> wrote: >>> >>> AdCallMetricsConversion adCallMetricsConversion = new >>> AdCallMetricsConversion(); >>> adCallMetricsConversion.setName("CONVERSION_TEST2"); >>> >>> adCallMetricsConversion.setCategory(ConversionTrackerCategory.REMARKETING); >>> >>> adCallMetricsConversion.setCountingType(ConversionDeduplicationMode.ONE_PER_CLICK); >>> adCallMetricsConversion.setDefaultRevenueCurrencyCode("KRW"); >>> adCallMetricsConversion.setDefaultRevenueValue(0.0); >>> adCallMetricsConversion.setPhoneCallDuration(0L); >>> adCallMetricsConversion.setCtcLookbackWindow(30); >>> adCallMetricsConversion.setExcludeFromBidding(Boolean.TRUE); >>> >>> adCallMetricsConversion.setAttributionModelType(AttributionModelType.FIRST_CLICK); >>> adCallMetricsConversion.setAlwaysUseDefaultRevenueValue(Boolean.TRUE); >>> >>> >>> If you register conversion to the above, the content will not be visible >>> on the AdWords site. >>> What is the problem? >>> >>> >>> >>> <https://lh3.googleusercontent.com/-yzWttsVPb5E/WjHw7UX0GsI/AAAAAAAAACI/IM3YrOES4O8DEz1ak-WprkPBNXjxSZOeACLcBGAs/s1600/gagagagagagaga.PNG> >>> >>> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords 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 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/83fccd26-785b-4990-a15e-4baf3e71d869%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
