#include <ad_words_account.h>
JSON template for an Google Ads account.
◆ AdWordsAccount() [1/2]
google_analytics_api::AdWordsAccount::AdWordsAccount |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ AdWordsAccount() [2/2]
google_analytics_api::AdWordsAccount::AdWordsAccount |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~AdWordsAccount()
google_analytics_api::AdWordsAccount::~AdWordsAccount |
( |
| ) |
|
|
virtual |
◆ clear_auto_tagging_enabled()
void google_analytics_api::AdWordsAccount::clear_auto_tagging_enabled |
( |
| ) |
|
|
inline |
Clears the 'autoTaggingEnabled
' attribute.
◆ clear_customer_id()
void google_analytics_api::AdWordsAccount::clear_customer_id |
( |
| ) |
|
|
inline |
Clears the 'customerId
' attribute.
◆ clear_kind()
void google_analytics_api::AdWordsAccount::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind
' attribute.
◆ get_auto_tagging_enabled()
bool google_analytics_api::AdWordsAccount::get_auto_tagging_enabled |
( |
| ) |
const |
|
inline |
Get the value of the 'autoTaggingEnabled
' attribute.
◆ get_customer_id()
const StringPiece google_analytics_api::AdWordsAccount::get_customer_id |
( |
| ) |
const |
|
inline |
Get the value of the 'customerId
' attribute.
◆ get_kind()
const StringPiece google_analytics_api::AdWordsAccount::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind
' attribute.
◆ GetTypeName()
const StringPiece google_analytics_api::AdWordsAccount::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_auto_tagging_enabled()
bool google_analytics_api::AdWordsAccount::has_auto_tagging_enabled |
( |
| ) |
const |
|
inline |
Determine if the 'autoTaggingEnabled
' attribute was set.
- Returns
- true if the '
autoTaggingEnabled
' attribute was set.
◆ has_customer_id()
bool google_analytics_api::AdWordsAccount::has_customer_id |
( |
| ) |
const |
|
inline |
Determine if the 'customerId
' attribute was set.
- Returns
- true if the '
customerId
' attribute was set.
◆ has_kind()
bool google_analytics_api::AdWordsAccount::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind
' attribute was set.
- Returns
- true if the '
kind
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_auto_tagging_enabled()
void google_analytics_api::AdWordsAccount::set_auto_tagging_enabled |
( |
bool |
value | ) |
|
|
inline |
Change the 'autoTaggingEnabled
' attribute.
True if auto-tagging is enabled on the Google Ads account. Read-only after the insert operation.
- Parameters
-
◆ set_customer_id()
void google_analytics_api::AdWordsAccount::set_customer_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'customerId
' attribute.
Customer ID. This field is required when creating a Google Ads link.
- Parameters
-
◆ set_kind()
void google_analytics_api::AdWordsAccount::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
Resource type for Google Ads account.
- Parameters
-
The documentation for this class was generated from the following files: