Exam Name: Amazon Marketing Cloud Certification
Exam URL: https://advertising.amazon.com/academy/student/path/36272/amazon-marketing-cloud-certification
- AMC audiences is an API-only feature.
- What are custom parameters?
- Which AMC tables would be required for determining the Amazon-attributed conversion volumes per frequency bucket (including Amazon DSP traffic only)?
- Which of these exploratory queries would allow you to generate a list of all Amazon DSP creative active during your chosen time window?
- Columns in the HIGH and VERY_HIGH aggregation threshold categories cannot be used when applying ____________ to your query.
- Which table would you leverage for a query when your objective is to understand how your current audience strategy is performing for your campaigns?
- This panel provides access to additional subscription-based insights from Amazon or third parties; these insights can be joined with your Amazon Ads events that are already available in AMC.
- What is SQL optimization in the context of AMC?
- Which of these analyses can be accomplished with an overlap query?
- Why is this query unsuitable for assembling a rule-based audience of those who have completed a conversion event? SELECT user_id FROM conversions
- New-to-brand metrics are only relevant for __________.
- The _________________ panel within AMC is a repository of Amazon-authored SQL templates and includes associated use cases, instructions, and a guide to interpret the results.
- What can Amazon shopping insights be used for?
- What is one limitation of AMC SQL?
- How would you adapt this query to limit results to Sponsored Products keyword targeting only? SELECT ad_product_type, targeting, customer_search_term, match_type, SUM(spend)/100000000 AS total_cost_dollars,((SUM(spend)/100000000)/SUM(impressions))*1000 AS avg_cpm, SUM(impressions) AS impressions, SUM(clicks) AS clicks, (SUM(clicks)/SUM(impressions)) AS ctr FROM sponsored_ads_traffic WHERE match_type IN(‘PHRASE’, ‘BROAD’, ‘EXACT’) GROUP BY 1,2,3,4
- Which of the following Amazon services can be used to visualize aggregated AMC reports in a dashboard?
- Overlap analyses enable you to generate insights by comparing different groups of __________ values in isolation and when overlapped.
- The __________ field functions as a grouping indicator for the impression and any associated clicks, view events, or conversion events.
- What types of Sponsored Products records will have spend metrics?
- Why is it considered a good best practice to exclude NULL user_id values from reach and frequency queries?
- Which environment allows you to inspect AMC tables at record level?
- If you run multiple Amazon DSP and sponsored ads campaigns and reached similar audiences, which query can help you understand your customers’ conversion paths that have the highest conversion rate?
- Clicks are considered conversion events and appear as individual records within the amazon_attributed_events_* tables.
- Which of these is NOT a method of optimizing your AMC SQL?
- Why would this query fail? SELECT campaign, SUM(impressions) AS impressions FROM dsp_impressions
- user_id values cannot be viewed in the AMC user interface or downloaded from AMC.
- Cost and fee fields are always reported in microcents.
- There is no universal methodology or join key that can be used to combine tables in all query scenarios.
- Which of the following statements about paid features (beta) is false?
- Which of these queries will only include purchase records from the underlying table?
- Super Power Batteries, a consumer packaged goods brand, is new to AMC and wants to learn more about what tables are available to query. Where in the AMC UI can they find this information?
- The _________ field contains the pseudonymous ad identifier associated with a given impression. It is often used in calculations to understand unique reach volumes.
- Performance reporting, such as Path to Conversion reporting, can be constrained to specific conversion events (e.g. purchases of a specific ASIN).
- Why is the AMC sandbox a helpful environment for testing queries?
- Which two functions can be used together to filter records based on presence of a string within a column’s values?
- In AMC, a conversion is defined as an Amazon.com purchase event.
- Paid features tables are only available in advertiser instances.
- Which of these statements is false regarding AMC audiences?
- What is the Amazon Ads attribution lookback window?
- Which signals are not available within AMC?
- Within the amazon_attributed_events_* tables, Amazon Ads will only attribute conversion events to click events for sponsored ads CPC (cost-per-click) campaigns.
- Which of the following statements is true about using queries within the instructional query library?
- Which event table can be used when attributing conversions to your campaign using custom logic (e.g., 28 day lookback window)?
- What is the max window over which AMC can accrue Amazon Ads events?
- Why should you wait until 14 days after the end date of your query date range to run analyses that leverage the amazon_attributed_events_by_traffic_time table?
- Which table should you use in a query meant to help you choose new Amazon audiences that may benefit your Amazon DSP campaign performance?
- When determining total impressions served over a given date range, you can use dsp_impressions or dsp_views.
- Which of the following business questions can be answered with an overlap analysis?
- To minimize the number of values rendered NULL due to aggregation thresholds, you can:
- What are the two ways to access AMC?
- If you want to understand more about which product or pixel your conversion events are associated with, which field in the amazon_attributed_events_* tables should you leverage?
- How would you adapt this query to obtain cost and impression metrics by supply_source? SELECT device_type, operating_system, SUM(total_cost)/100000 AS total_cost_dollars, ((SUM(total_cost)/100000)/SUM(impressions))*1000 AS avg_cpm, SUM(impressions) AS impressions FROM dsp_impressions GROUP BY 1,2
- Custom parameters help make queries more reusable because they __________.
- Which of these statements is true regarding recurring query automation?
- The ___________ function can be used to append a string to ID fields (such as campaign_id), preventing issues reading the accurate ID values within Excel.
- AMC supports most common SQL functions, but there are some unsupported SQL functions.
- This table contains impression and click events from Sponsored Products, Sponsored Brands, Sponsored Display, and Sponsored Television campaigns
- Where can you activate AMC audiences?
- What is a primary usage of the UNION ALL function in AMC queries?
- Conversions measured via Events Manager can be made available for querying in AMC.
- Iris, a consumer electronics brand, recently started using AMC to perform analytics on events related to their Amazon Ads campaigns. Why should Iris consider using the instructional query library?
- This UI component is considered the day-to-day operating room for the analytics practitioner and is used to author and execute SQL queries, as well as download the results.
- What is an AMC sandbox?
- A single on-Amazon transaction that includes multiple ASINs from your brand will be represented by a single conversion event within each of the amazon_attributed_events_* tables.
- How can you determine if NULL values are the result of aggregation thresholds or a natural occurrence within your report?
- Since the amazon_attributed_events_* tables contain ad-attributed conversions across all of your Amazon Ads media, you can aggregate them by sponsored ads vs. Amazon DSP using the __________.
- AMC can be used by brands that don’t sell their products directly in the Amazon store.
- When analyzing the relationship between frequency and purchase rate, what actionable insight can you leverage for campaign optimization?
- The _____________ field in the conversions_with_relevance table categorizes the relationship between the conversion event and the campaign it is relevant to.
- Why are developer resources required for creating first-party tables in AMC?
- Which of these use cases can be achieved when using Amazon Ads events in conjunction with first-party inputs?
- You can use a _________ filter to limit your query results based on one or more conditions.
- The submitted queries table provides details of the query executed and a link to download your aggregated report as a _______ when it’s ready.
- AMC users have access to all AMC instances in an account by default.
- What is an exploratory query?
- Nutrition Co., a health snack company, would like to know the total impressions that have been delivered per campaign, per supply_source, per device_type. Which of the following represents how to write this query?
- Which of the following statements about AMC lookalike (LAL) audiences is false?
- Where can you find the details of the entities (Amazon DSP, sponsored ads, etc.) linked to an AMC Instance?
- What formula would you use to calculate Amazon DSP CPM using the fields available in dsp_impressions?
- AMC audience creation leverages a separate set of tables than those utilized for AMC reporting.
- Which of these statements is false regarding the amazon_attributed_events_by_conversion_time table?
- Which of the following statements about the amazon_attributed_events_* tables is true.
- Developers can access AMC APIs via the Amazon Ads API gateway.
- Which statement about rule-based audiences is incorrect?
- You are writing a query and would like to know the total impressions that have been delivered per campaign, per supply_source, and per device_type. Which of the following represents how you should write the query?
- You can activate AMC rule-based audiences on _____________.
- Considering the amazon_attributed_events_ tables contain ad-attributed conversions across all of your Amazon Ads media, which of the following fields would allow you to aggregate them by sponsored ads vs. Amazon DSP?
- Which panel within the AMC UI contains a repository of Amazon-authored SQL templates along with use cases, instructions and examples of query results.
- Which field in the amazon_attributed_events_ tables should you leverage if you want to understand more about which product or pixel your conversion events are associated with?
- Which action can be used to determine if NULL values are a natural occurrence within your report or the result of aggregation thresholds?
- How long can AMC accrue and retain Amazon Ads events?
- Which function can be used to append a string to ID fields (i.e., campaign_id) to prevent issues when reading the values in Excel?
- Which field can be used to filter to traffic events from the relevant sponsored ads campaigns?
- Iris, a consumer electronics brand, would like to modify a query to only include purchase records from the underlying table. Which of the following represents how the query should be written?
- Which value is not available for Sponsored Products?