Unlink Accounts

2023-05-23 Thread MaritoG
Hi! I have this issue. 
If I create a Google Account and give access to user as administrator, he 
can Link the account to other MCC and Unlink from the main one where was 
created. 
This became a big problem for us because I can´t track the spend of the 
account. 

How can I detect this with the API? 
Thanks. 

Mario, 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e2fdab9b-f055-421f-972b-9b70ee97fa5an%40googlegroups.com.


Re: Creating Single Product Listing Groups Through Rest API

2023-05-23 Thread ma...@danzrust.cz
So I believe I'm getting close after recycling some of the older posts but 
something is still wrong.

Here is my currrent JSON:
{
"operations": [
{
"create": {
"type": "LISTING_GROUP",
"status": "ENABLED",
"adGroup": "customers/7803661715/adGroups/149870319335",
"resourceName": 
"customers/7803661715/adGroups/149870319335~-1",
"listingGroup": {
"type": "SUBDIVISION"
}
}
},
{
"create": {
"type": "LISTING_GROUP",
"status": "ENABLED",
"adGroup": "customers/7803661715/adGroups/149870319335",
"cpcBidMicros": "1",
"listingGroup": {
"type": "UNIT",
"caseValue": {
"productItemId": {
"value": 
"shopify_fr_8211946045734_4473156881642"
}
},
"parentAdGroupCriterion": 
"customers/7803661715/adGroups/149870319335~-1"
}
}
},
{
"create": {
"type": "LISTING_GROUP",
"status": "ENABLED",
"adGroup": "customers/7803661715/adGroups/149870319335",
"cpcBidMicros": "1",
"listingGroup": {
"type": "UNIT",
"caseValue": {
"productCondition": {}
}
},
"parentAdGroupCriterion": 
"customers/7803661715/adGroups/149870319335~-1"
}
}
]
}


==> My understanding is that first I need to create a subdivision and then 
create the one product I want to have + all other products, however when I 
ran this JSON,  I've been getting:

{
"error": {
"code": 400,
"message": "Invalid JSON payload received. Unknown name 
\"parentAdGroupCriterion\" at 'operations[2].create': Cannot find field.",
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": "type.googleapis.com/google.rpc.BadRequest",
"fieldViolations": [
{
"field": "operations[2].create",
"description": "Invalid JSON payload received. 
Unknown name \"parentAdGroupCriterion\" at 'operations[2].create': Cannot 
find field."
}
]
}
]
}
}




Any ideas?

DZ
On Tuesday, May 23, 2023 at 8:57:48 PM UTC+2 ma...@danzrust.cz wrote:

> Hi guys,
> I'm trying to create new single product listing groups via Rest API but 
> I'm just stuck - I don't know what mandatory information I need to provide. 
>
> At this point, I am creating a new *ad_group_criterion:*
> POST 
> https://googleads.googleapis.com/v12/customers/7803661715/adGroupCriteria:mutate
>
> {
> "operations": [
> {
> "create": {
> "type": "LISTING_GROUP",
> "status": "ENABLED",
> "ad_group": "customers/7803661715 <(780)%20366-1715>
> /adGroups/149520355436",
> "cpc_bid_micros": 1000,
> "listing_group": {
> "case_value": {
> "product_item_id": {
> "value": 
> "shopify_fr_8211946045734_4473156881642"
> }
> }
> }
> }
> }
> ]
> }
>
> And I keep get back
> {
> "type": "error",
> "array": "INVALID_ARGUMENT (400) Request contains an invalid argument. 
> \n◉ The required field was not present."
> }
>
> Basically, my goal is to create the hierarchy shown in the attachment. 
>
> Cam you pls advise?
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2658dcd0-2575-4590-b346-5fe7dffb11ffn%40googlegroups.com.


Creating Single Product Listing Groups Through Rest API

2023-05-23 Thread ma...@danzrust.cz
Hi guys,
I'm trying to create new single product listing groups via Rest API but I'm 
just stuck - I don't know what mandatory information I need to provide. 

At this point, I am creating a new *ad_group_criterion:*
POST 
https://googleads.googleapis.com/v12/customers/7803661715/adGroupCriteria:mutate

{
"operations": [
{
"create": {
"type": "LISTING_GROUP",
"status": "ENABLED",
"ad_group": "customers/7803661715/adGroups/149520355436",
"cpc_bid_micros": 1000,
"listing_group": {
"case_value": {
"product_item_id": {
"value": 
"shopify_fr_8211946045734_4473156881642"
}
}
}
}
}
]
}

And I keep get back
{
"type": "error",
"array": "INVALID_ARGUMENT (400) Request contains an invalid argument. 
\n◉ The required field was not present."
}

Basically, my goal is to create the hierarchy shown in the attachment. 

Cam you pls advise?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7cb63db5-da19-4985-85bb-a3e71e22c0c2n%40googlegroups.com.


RE: google conversion events tracking server-side ads api endpoints

2023-05-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello,

Thanks for reaching out to the Google Ads API Forum.

In Google Ads API perspective, you should be able to upload / import offline 
conversions to Google Ads. You may configure enhanced conversions and enhanced 
conversions for leads.

enhanced conversions - https://support.google.com/google-ads/answer/10172785
enhanced conversions for leads - 
https://support.google.com/google-ads/answer/11347292

For the API documentation, you may find references below:

https://developers.google.com/google-ads/api/docs/conversions/enhance-conversions
https://developers.google.com/google-ads/api/docs/conversions/upload-identifiers
https://developers.google.com/google-ads/api/docs/conversions/create-conversion-actions

Also, for uploading click conversions, you may refer here 
https://developers.google.com/google-ads/api/docs/conversions/upload-clicks

Let us know if you have further questions.

This message is in relation to case "ref:_00D1U1174p._5004Q2lKLbC:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/rTv000RV4JMC000JywdUcYQmGJSoJ4oURu3g%40sfdc.net.


Re: Get info about budget account when using auto payments

2023-05-23 Thread Borys Dziundziuk
Seems like invoices are available only for accounts billed monthly. So what 
about accounts that got payed when the limit is reached?

вівторок, 23 травня 2023 р. о 17:39:37 UTC+3 Borys Dziundziuk пише:

> Ok, I've tried to download invoice via API. It says "Cannot request 
> invoices for a billing setup that is not on monthly invoicing"
>
> середа, 12 квітня 2023 р. о 18:10:13 UTC+3 Google Ads API Forum Advisor 
> пише:
>
>> Hi Borys,
>>
>> Thank you for returning to us.
>>
>> Regarding your concern, based on our *Invoice* document, you may 
>> *download* an invoice via the Google Ads API. Can you confirm if you 
>> already tried this on your end and yet you still haven't got your desired 
>> data? On the other hand, if you haven't already, I recommend you try this. 
>>
>> Let us know how it goes on your end.
>>
>> Links included in this email: 
>>
>>- *Invoice - *
>>https://developers.google.com/google-ads/api/docs/billing/invoice 
>>- *download - *
>>https://developers.google.com/google-ads/api/docs/billing/invoice#pdf 
>>
>>
>> Regards,
>>
>> [image: Google Logo] Google Ads API Team 
>>
>> ref:_00D1U1174p._5004Q2kTf1J:ref
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/816e2bfb-b02a-4269-984a-f46292df3272n%40googlegroups.com.


Re: Get info about budget account when using auto payments

2023-05-23 Thread Borys Dziundziuk
Ok, I've tried to download invoice via API. It says "Cannot request 
invoices for a billing setup that is not on monthly invoicing"

середа, 12 квітня 2023 р. о 18:10:13 UTC+3 Google Ads API Forum Advisor 
пише:

> Hi Borys,
>
> Thank you for returning to us.
>
> Regarding your concern, based on our *Invoice* document, you may 
> *download* an invoice via the Google Ads API. Can you confirm if you 
> already tried this on your end and yet you still haven't got your desired 
> data? On the other hand, if you haven't already, I recommend you try this. 
>
> Let us know how it goes on your end.
>
> Links included in this email: 
>
>- *Invoice - *
>https://developers.google.com/google-ads/api/docs/billing/invoice 
>- *download - *
>https://developers.google.com/google-ads/api/docs/billing/invoice#pdf 
>
>
> Regards,
>
> [image: Google Logo] Google Ads API Team 
>
> ref:_00D1U1174p._5004Q2kTf1J:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7d4f2cad-7bc7-4000-acda-957e826bceb0n%40googlegroups.com.


Able to create report in UI but not from API

2023-05-23 Thread SDze
Hello, 

We are trying to fetch Campaign, Adgroup, SearchKeyword wise data and able 
to get the same in UI but unable to do the same in API. Attached the 
screenshot for the query we built in the UI. 
In the API, we tried multiple queries : 

   - SELECT customer.id, customer.currency_code, ad_group.id, 
   ad_group.name, campaign.id, campaign.name, segments.keyword.info.text, 
   metrics.clicks, metrics.cost_micros, metrics.conversions, 
   metrics.engagements, metrics.impressions, metrics.view_through_conversions, 
   metrics.search_impression_share, metrics.top_impression_percentage, 
   metrics.absolute_top_impression_percentage FROM ad_group_ad

got below error :

   - 'metrics.search_impression_share' is not a valid field in the SELECT 
   clause when 'ad_group_ad' is the resource in the FROM clause. Fields in the 
   SELECT must be 'Selectable'.
   
With this :

   - SELECT customer.id, customer.currency_code, ad_group.id, 
   ad_group.name, campaign.id, campaign.name, segments.keyword.info.text, 
   metrics.clicks, metrics.cost_micros, metrics.conversions, 
   metrics.engagements, metrics.impressions, metrics.view_through_conversions, 
   metrics.search_impression_share, metrics.top_impression_percentage, 
   metrics.absolute_top_impression_percentage FROM ad_group

Error : 

   - 'segments.keyword.info.text' is not a valid field in the SELECT clause 
   when 'ad_group' is the resource in the FROM clause. Fields in the SELECT 
   must be 'Selectable'.
   
Query :

   - SELECT customer.id, customer.currency_code, ad_group.id, 
   ad_group.name, campaign.id, campaign.name, segments.keyword.info.text, 
   metrics.clicks, metrics.cost_micros, metrics.conversions, 
   metrics.engagements, metrics.impressions, metrics.view_through_conversions, 
   metrics.search_impression_share, metrics.top_impression_percentage, 
   metrics.absolute_top_impression_percentage FROM search_term_view
   
Error : 

   - 'metrics.search_impression_share' is not a valid field in the SELECT 
   clause when 'search_term_view' is the resource in the FROM clause. Fields 
   in the SELECT must be 'Selectable'.
   
So basically we've tried out multiple scenarios and multiple resources yet 
unable to get the exact data that I got from the API [As in Screenshot].
Can someone please help.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f5dcc850-1329-4143-bbc0-ac988107b396n%40googlegroups.com.


The data in the API does not match the data in the Google Ads WEB UI.

2023-05-23 Thread 박주호
he data in the API does not match the data in the Google Ads WEB UI.
There is a difference in some customer_id data among several customer_ids.
Please explain what causes the data difference.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d21e17c3-826f-4ac2-990b-289ffe0218c5n%40googlegroups.com.


RE: google ads api discovery feed campaign

2023-05-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello,

Thanks for reaching out to the Google Ads API Team.

Can you please provide us with the complete request and response logs with 
request ID generated on your end when you performed your API requests and an 
uncropped screenshot of the UI where you are observing “campaigns from the 
"Discovery feed" category.” so we can investigate further?

You can provide it via Reply privately to the author option. If this option is 
not available, then send it instead on this email address 
googleadsapi-supp...@google.com.

Request - 
https://developers.google.com/google-ads/api/docs/concepts/field-service#request
Response - 
https://developers.google.com/google-ads/api/docs/concepts/field-service#response
Request ID - 
https://developers.google.com/google-ads/api/docs/concepts/call-structure#request-id


This message is in relation to case "ref:_00D1U1174p._5004Q2lK7Vf:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/_lyBt0RV3YFR00kQWx7bpmQ1KDT2ZGeBmNDw%40sfdc.net.


Re: Missing resources from dashboard which are present in google ads API

2023-05-23 Thread 'Adithya A S' via Google Ads API and AdWords API Forum
Hi team,
Can you please let us know if they are any updates regarding this? 


On Wednesday, April 12, 2023 at 12:04:55 AM UTC+5:30 Adithya A S wrote:

> Hey,
> Have replied to author, please let me know if anything else is required
> Thanks and Regards
> Adithya A S
>
> On Wed, Apr 5, 2023 at 5:30 PM Google Ads API and AdWords API Forum <
> adwor...@googlegroups.com> wrote:
>
>> Re-posting the last inquiry (
>> https://groups.google.com/g/adwords-api/c/XMLUKuIP0-k?pli=1 
>> ) from the forum 
>> as it wasn't routed to our support queue.
>>
>> Regards,
>> Google Ads API Team
>>
>> On Tuesday, April 4, 2023 at 10:59:05 PM UTC+8 adith...@hevodata.com 
>> wrote:
>>
>>> Hello,
>>>   There seems to be a mismatch between what the api is returning and 
>>> what the dashboard output is for keyword_view report. We have list of 
>>> resources which is being returned in the api and not present in dashboard. 
>>>
>>> Few sample of resources present in api and not in dashboard: 
>>>
>>> customers/3158517097 <(315)%20851-7097>
>>> /keywordViews/141205365813~99701970
>>> customers/3158517097 <(315)%20851-7097>
>>> /keywordViews/141205365813~99702030
>>> customers/3158517097 <(315)%20851-7097>
>>> /keywordViews/141205365813~120604953
>>> customers/3158517097 <(315)%20851-7097>
>>> /keywordViews/141205365813~552499182
>>> customers/3158517097 <(315)%20851-7097>
>>> /keywordViews/141205365813~393794368468
>>> customers/3158517097 <(315)%20851-7097>
>>> /keywordViews/141799080215~99702030
>>> for customer id 3158517097 <(315)%20851-7097>
>>>
>>> This is the query made in GAQL with API
>>> "SELECT 
>>> keyword_view.resource_name,metrics.clicks,metrics.impressions,metrics.cost_micros,metrics.conversions,ad_group_criterion.ad_group,
>>> campaign.id,ad_group.id,ad_group_criterion.keyword.text 
>>> ,ad_group_criterion.keyword.match_type,customer.id FROM keyword_view 
>>> WHERE segments.date >= '2022-12-01' AND segments.date <= '2022-12-31'"
>>> And in dashboard we have chosen Ad group,Ad group ID,Keyword ID,Currency 
>>> code,Impr,Cost
>>>
>>> Thanks and Regards,
>>> Adithya A S
>>>
>>> -- 
>> -- 
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>> Also find us on our blog:
>> https://googleadsdeveloper.blogspot.com/
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>>  
>> You received this message because you are subscribed to the Google
>> Groups "AdWords API and Google Ads API Forum" group.
>> To post to this group, send email to adwor...@googlegroups.com
>> To unsubscribe from this group, send email to
>> adwords-api...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/adwords-api?hl=en
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "Google Ads API and AdWords API Forum" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to adwords-api...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/adwords-api/7e75ae5e-dc99-42d3-b75c-3a0ae128b8a0n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/059989bc-c315-40e0-a0c7-518e8dce60b5n%40googlegroups.com.


How should I get reports for a specific time zone?

2023-05-23 Thread Tony Z
How should I get reports for a specific time zone? Can I only do this by 
setting the user's time zone?

Is there a way to set the user's time zone via the api?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ad026015-a9b5-4ecb-b738-d5c7465716f7n%40googlegroups.com.


Audience in Google Ads version 13

2023-05-23 Thread Tung Le
Hi team

I am confused about lookback_window_days in FlexibleRuleUserList and 
membershipLifeSpan of UserList.  
And media screen is displaying "in the past 30 days" for create and update 
userlist. This is lookback_window_days or membershipLifeSpan?
Could you explain the definition of two things.
Thank you!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/68fe4c09-8e61-45d9-81fc-de1f23262646n%40googlegroups.com.


RE: how to designate connected tv at "row type:device" in bulk upload

2023-05-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for reaching out to Google Ads API Forum.

It seems like your concern is regarding Google Ads Scripts. Unfortunately, our 
team specializes in Google Ads API 
(https://developers.google.com/google-ads/api/docs/start) related concerns 
only. For Google Ads Scripts related concerns, please create a new forum case 
in the respective Google Ads Scripts Forum 
(https://groups.google.com/g/adwords-scripts).

This message is in relation to case "ref:_00D1U1174p._5004Q2lK96D:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/wVUGy0RV3QO400eJ3bTwodR6y8bShjc7ogOg%40sfdc.net.


RE: campaign api failed due to connection time out

2023-05-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Aaron,

Thank you for the reply.

What we mean is, did you try the request again and still encounter issues 
(example: code=UNAVAILABLE, description=io exception, 
cause=io.grpc.netty.shaded.io.netty.channel.unix.Errors)? $NativeIoException: 
readAddress(..) failed: Connection timed out)?

If you still haven't tried the request again, then we would suggest you try it 
again so we can check if this is just a transient issue.

On the other hand, please also try our API explorer here: 
"https://developers.google.com/google-ads/api/rest/reference/rest/v13/customers.googleAds/searchStream#:~:text=Authorization%20Scopes-,Try%20it!,-Caution%3A%20You";,
 and let us know how it goes on your end, so that we can further check if the 
issue causing it is from the client library and also for our team to provide 
appropriate recommendations to you.

This message is in relation to case "ref:_00D1U1174p._5004Q2lKDtE:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7yYAe0RV3PCO00gSei8AVYSZiZPt2uEoJRZw%40sfdc.net.