AdDynamicTextPerformanceReport
Columns
Name
Type
Select requirement
Metric
Aggregate
Description
Summary
String
true
The report data will be aggregated by the entire specified report time. The report will not include a time period column.
Daily
Date
true
Each row of the report identifies the month, day, and year when the transaction occurred. The report data will be aggregated by each day. Each row of the report identifies the month, day, and year when the transaction occurred. The report will include a column named GregorianDate that contains the day formatted as yyyy-mm-dd.
Weekly
Date
true
Each row of the report identifies the week when the transaction occurred. The report data will be aggregated by each week. The report will include a column named WeekStartDate that contains the date of the Sunday for each week formatted as yyyy-mm-dd.
Monthly
Date
true
Each row of the report identifies the month when the transaction occurred. The report data will be aggregated by each month. The report will include a column named MonthStartDate that contains the first day of the month formatted as yyyy-mm-dd.
Yearly
Integer
true
Each row of the report identifies the year when the transaction occurred. The report data will be aggregated by each year. The report will include a column named Year that contains the year formatted as yyyy.
AccountName
String
The account name.
AccountNumber
String
The Bing Ads assigned number of an account.
AccountId
Long
The Bing Ads assigned identifier of an account.
AdGroupName
String
The ad group name.
AdGroupId
Long
The Bing Ads assigned identifier of an ad group.
Keyword
String
The keyword text.
AdId
Long
Ad Id
AdTitle
String
true
The ad title.
AdType
String
The ad type.
AdLabels
String
The labels applied to the ad.
DestinationUrl
String
true
The destination URL attribute of the ad, keyword, or ad group criterion.
CurrencyCode
String
The account currency type.
AdDistribution
String
The ad distribution attribute of an ad group.
Param1
String
true
The first dynamic substitution parameter (Param1) of a keyword or biddable ad group criterion.
Param2
String
true
The second dynamic substitution parameter (Param2) of a keyword or biddable ad group criterion.
Param3
String
true
The third dynamic substitution parameter (Param3) of a keyword or biddable ad group criterion.
DeviceType
String
The device name attribute of a device OS target bid. The type of device which showed ads. The possible values include Computer, Smartphone, Tablet, and Unknown.
Language
String
The ad group language.
AccountStatus
String
The account status.
AdGroupStatus
String
The ad group status.
AdStatus
String
The ad status.
KeywordStatus
String
The keyword status.
TitlePart1
String
The title part 1 attribute of an ad.
TitlePart2
String
The title part 2 attribute of an ad.
TitlePart3
String
The title part 3 attribute of an ad.
Path1
String
The path 1 attribute of an ad.
Path2
String
The path 2 attribute of an ad.
FinalUrl
String
The Final URL of the ad, keyword, or criterion.
FinalMobileUrl
String
The Final Mobile URL of the ad, keyword, or criterion.
FinalAppUrl
String
Reserved for future use.
AdDescription
String
The text attribute of an ad.
AdDescription2
String
The second ad description that appears below the path in your ad. Ad description 2 might not appear in your ad.
Goal
String
The goal name.
GoalType
String
The goal type. Possible values include AppInstall, Duration, Event, InStoreTransaction, OfflineConversion, PagesViewedPerVisit, and Url.
Impressions
Integer
true
The number of times an ad has been displayed on search results pages. Without impressions there are no clicks or conversions.
Clicks
Integer
true
Clicks are what you pay for. Clicks typically include a customer clicking an ad on a search results page or on a website on the search network. Clicks can also come from other sources (for example, spiders, robots, and test servers).
Ctr
Double
true
The click-through rate (CTR) is the number of times an ad was clicked, divided by the number of times the ad was shown (impressions). For example, if your ads got 50 clicks given 2,348 impressions, your CTR is 2.13 (%).
AverageCpc
Double
true
The average cost per click (CPC). The total cost of all clicks on an ad divided by the number of clicks. This is the average amount you're actually charged each time your ad is clicked. For example, if you paid a total of 48.35 for 300 clicks, your average CPC is 0.16.
Spend
Double
true
The cost per click (CPC) summed for each click.
AveragePosition
Double
true
The average position of the ad on a webpage.
Conversions
Integer
true
The number of conversions. A conversion is the completion of an action by a customer after viewing your ad. The action could be purchasing your product, registering for your webinar, joining an organization, or whatever you consider your goal and best measure of the ad's success
ConversionRate
Double
true
The conversion rate as a percentage. The number of conversions, divided by the total number of clicks. For example, if the ads in your campaign got 300 clicks and four conversions, the conversion rate is 1.33 (%).
CostPerConversion
Double
true
The cost per conversion. The formula for calculating the cost per conversion is (Spend / Conversions).
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
Name
Type
Description
DatePreset
String
The time period to use for the report. You can specify a custom date range or select a predefined date range, for example, Today or ThisWeek.
The allowed values are Today, Yesterday, LastSevenDays, ThisWeek, LastWeek, LastFourWeeks, ThisMonth, LastMonth, LastThreeMonths, LastSixMonths, ThisYear, LastYear.
EndDate
String
The end date of the custom date range. The end date cannot be later than today's date.
StartDate
String
The start date of the custom date range. The start date must be earlier than or the same as the end date.
Last updated