[Discussion] Conversion amount for use in dbt_apple_search_ads
reports.
#27
Labels
type:enhancement
New functionality or enhancement
dbt_apple_search_ads
reports.
#27
Is there an existing feature request for this?
Describe the Feature
The Apple App Store source package currently does not include the
sales_purchasable_item_source_type_report
table. Adding this table could be beneficial for thedbt_apple_search_ads
package, as Apple Search Ads does not provide a directconversion_value
field. Thesales_purchasable_item_source_type_report
table, available in the Apple App Store connector, tracks app and in-app purchases. By filtering thesales
field wheresource_type = 'App Store Search'
, users can obtain insights into purchases that originated from App Store search activity. This may serve as a useful alternative for conversion value. More details can be found in Apple's Sales and Trends metrics and dimensions documentation.Is this a feature you are interested in are would like to contribute to? Let us know in the comments!
How would you implement this feature?
Add
sales_purchasable_item_source_type_report
to the source. In downstream uses, it's not clear how to join this data, however.Describe alternatives you've considered
No response
Are you interested in contributing this feature?
Anything else?
No response
The text was updated successfully, but these errors were encountered: