Re: is the unit of conversionvalue yuan or cents?

2024-07-11 Thread yonggen Liu
*what is the Money Unit of conversionValue?* curl --location 'https://googleads.googleapis.com/v16/customers/***:uploadClickConversions' \ --header 'Content-Type: application/json' \ --header 'developer-token: **' \ --header 'login-customer-id: **' \ --header 'Authorization: Bearer

Is the unit of conversionValue yuan or cents?

2024-07-11 Thread yonggen Liu
https://developers.google.com/google-ads/api/rest/reference/rest/v16/customers/uploadClickConversions?hl=zh-cn -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

What is the difference between these two methods?

2024-07-11 Thread yonggen Liu
Method: customers.uploadConversionAdjustments Method: customers.uploadClickConversions reffer: https://developers.google.com/google-ads/api/rest/reference/rest/v16/customers/uploadClickConversions?hl=zh-cn

Is the Google Ads API supported in a Golang version?

2024-07-03 Thread yonggen Liu
com.google.api-ads google-ads 32.0.0 just like this -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google

Why can not get "deep link" of app ad through Google Ads API

2024-07-02 Thread yonggen Liu
curl --location 'https://googleads.googleapis.com/v16/customers/*/googleAds:search' \ --header 'Content-Type: application/json' \ --header 'developer-token: *' \ --header 'login-customer-id:*' \ --header 'Authorization: Bearer *' \ --data '{ "query":" SELECT

Our account has set up adgroup, but we can't get performance data through ADGROUP_PERFORMANCE_REPORT

2019-11-11 Thread yonggen Liu
Hello: :Hello: Our account has set up adgroup, but we can't get performance data through ReportDefinitionReportType.ADGROUP_PERFORMANCE_REPORT api; Call method: ReportQuery query = new ReportQuery.Builder() .fields("AdGroupId", "AdGroupName", "Cost")