recommendation_subscription
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
The Recommendation Subscription resource provides details about subscriptions to specific recommendation types for a customer account.
You can select fields from the Recommendation Subscription and customer resources, but these fields will not segment metrics in your SELECT clause.
Available fields include creation and modification timestamps, resource name, status (enabled or paused), and the type of recommendation subscribed to.
The resource name follows the format customers/{customer_id}/recommendationSubscriptions/{recommendation_type} and is immutable.
The type field indicates the kind of recommendation, such as campaign budget, targeting, conversions, or various ad and bidding optimizations.
Fields from the above resources may be selected along with this
resource in your SELECT and WHERE clauses. These fields will not segment
metrics in your SELECT clause.
recommendation_subscription.create_date_time
Field description
Output only. Time in seconds when the subscription was first created. The datetime is in the customer's time zone and in "yyyy-MM-dd HH:mm:ss" format.
Category
ATTRIBUTE
Data Type
DATE
Type URL
N/A
Filterable
True
Selectable
True
Sortable
True
Repeated
False
recommendation_subscription.modify_date_time
Field description
Output only. Contains the time in microseconds, when the Recommendation Subscription was last updated. The datetime is in the customer's time zone and in "yyyy-MM-dd HH:mm:ss.ssssss" format.
Category
ATTRIBUTE
Data Type
DATE
Type URL
N/A
Filterable
True
Selectable
True
Sortable
True
Repeated
False
recommendation_subscription.resource_name
Field description
Immutable. The resource name of the recommendation subscription. customers/{customer_id}/recommendationSubscriptions/{recommendation_type}
Category
ATTRIBUTE
Data Type
RESOURCE_NAME
Type URL
N/A
Filterable
True
Selectable
True
Sortable
False
Repeated
False
recommendation_subscription.status
Field description
Required. Status of the subscription, either enabled or paused.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-16 UTC."],[],[]]