- WHERE filters
- JOIN functions
- first-party insights
- third-party insights
or
- first-party insights
- aggregation functions such as SUM or AVG
- WHERE filters with literal (static) values
- UNION or JOIN functions
- conversions
- purchases
- request_tag
- engagement_scope
The correct answer is:
- Instructional queries
- Paid features
- Query editor
- Schema explorer
The correct answer is:
- purchases
- halo_code
- request_tag
The correct answer is:
- Adjust FROM statement to: FROM sponsored_products
- Adjust WHERE statement to: WHERE match_type IN(‘PHRASE’, ‘BROAD’, ‘EXACT’) AND ad_product_type = ‘sponsored_products’
- Add LIMIT clause: LIMIT sponsored_products
- Adjust SELECT statement to include the sponsored_products field
The correct answer is:
- Adjust WHERE statement to: WHERE match_type IN(‘PHRASE’, ‘BROAD’, ‘EXACT’) AND ad_product_type = ‘sponsored_products’
- Because first-party table creation is an API-only feature
- Because you must build a custom architecture for automating table creation
- Developer resources are not required for creating first-party tables in AMC
The correct answer is:
- Because first-party table creation is an API-only feature.