Re: creating single product listing groups through rest api

2023-05-25 Thread ma...@danzrust.cz
Okay.. Figured it out...:

{ "operations": [ { "create": { "type": "LISTING_GROUP", 
"status":"ENABLED", "adGroup": 
"customers/7803661715/adGroups/150631446858", 
"resourceName":"customers/7803661715/adGroupCriteria/150631446858~-1", 
"listingGroup": { "type": "SUBDIVISION" } } }, { "create": { "type": 
"LISTING_GROUP", "status": "PAUSED", "adGroup": 
"customers/7803661715/adGroups/150631446858", "negative": true, 
"listingGroup": { "type": "UNIT", "caseValue": { "productItemId": {} }, 
"parentAdGroupCriterion": 
"customers/7803661715/adGroupCriteria/150631446858~-1" } } }, { "create": { 
"type": "LISTING_GROUP", "status": "PAUSED", "adGroup": 
"customers/7803661715/adGroups/150631446858", "cpcBidMicros": "1", 
"listingGroup": { "type": "UNIT", "caseValue": { "productItemId": { 
"value": "shopify_fr_8211946045734_4473156881642" } }, 
"parentAdGroupCriterion": 
"customers/7803661715/adGroupCriteria/150631446858~-1" } } } ] }

On Thursday, May 25, 2023 at 9:16:20 PM UTC+2 ma...@danzrust.cz wrote:

> Okay, so of course it works now but I do have a follow up question . I 
> need to exclude the "everything else in All Products" listing group but the 
> JSON is still generating both product groups as active. 
>
> I was reading the REST documentation but could not find anything about the 
> exclusions. I'm attaching what I am after.
>
> { "operations": [ { "create": { "type": "LISTING_GROUP", 
> "status":"ENABLED", "adGroup": "customers/7803661715 
> <(780)%20366-1715>/adGroups/148252268534", 
> "resourceName":"customers/7803661715 
> <(780)%20366-1715>/adGroupCriteria/148252268534~-1", 
> "listingGroup": { "type": "SUBDIVISION" } } }, { "create": { "type": 
> "LISTING_GROUP", * "status": "PAUSED",* "adGroup": "customers/7803661715 
> <(780)%20366-1715>/adGroups/148252268534", "cpcBidMicros": "1", 
> "listingGroup": { "type": "UNIT", "caseValue": { "productItemId": {} }, 
> "parentAdGroupCriterion": "customers/7803661715 
> <(780)%20366-1715>/adGroupCriteria/148252268534~-1" 
> } } }, { "create": { "type": "LISTING_GROUP", "status": "PAUSED", 
> "adGroup": "customers/7803661715 <(780)%20366-1715>/adGroups/148252268534", 
> "cpcBidMicros": "1", "listingGroup": { "type": "UNIT", "caseValue": { 
> "productItemId": { "value": "shopify_fr_8211946045734_4473156881642" } }, 
> "parentAdGroupCriterion": "customers/7803661715 
> <(780)%20366-1715>/adGroupCriteria/148252268534~-1" 
> } } } ] }
>
> On Thursday, May 25, 2023 at 8:50:22 PM UTC+2 Google Ads API Forum Advisor 
> wrote:
>
>> Hello,
>>
>> In addition to our previous response. You may send the requested details 
>> privately via “*Reply To Author*” option. If that option is not 
>> available to you, send it directly to googleadsa...@google.com instead, 
>> and let us know here once it is provided.
>>  
>> This message is in relation to case "ref:_00D1U1174p._5004Q2lsXxy:ref"
>>
>> Thanks,
>>   
>> [image: Google Logo] 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/8980a0e5-6ce9-4741-b3f9-6ca9a82d6d25n%40googlegroups.com.


Calculating the climate impact of Google Ads impressions

2023-05-25 Thread 'Ted Power' via Google Ads API and AdWords API Forum
Hello,

I'm co-founder / ceo of Bend (http://usebend.com/) and also a former 
Googler.

Our goal is to build an integration with Google Ads, via the Google Ads 
API, such that our customers can pull in their campaign info, and 
understand the climate impact of their ad spend (essentially the ads 
equivalent of the GCP Carbon Footprint 
tool: https://cloud.google.com/carbon-footprint)

Here is the use case — imagine you are the CFO of Some Co. and you use Bend 
to measure your carbon footprint:
1. You log in to your account on Bend
2. You connect Bend to your AdWords account, via an Oauth flow (you are an 
admin of both your Bend account and your Google Ads account)
3. After you grant this access, Bend automatically pulls in your Google Ads 
impressions data (presumably via the Reporting endpoint) and estimates the 
emissions, monthly, based on the appropriate emissions factors (e.g. this 
kind of thing: https://www.sharethrough.com/carbon-emissions-estimator)

My question, specifically, is around the auth. Is step 2 above possible? 
Specifically, this is a case where we, Bend, operate as a platform. We 
don't want to connect our Google Ads account to Bend, we want our customers 
to be able to connect their respective Google Ads accounts to Bend. And we 
want them to be able to do that in a simple Oauth flow. Is this supported?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ef20c351-8255-4b6b-84ad-3d2fd3bbd9dan%40googlegroups.com.


Re: creating single product listing groups through rest api

2023-05-25 Thread ma...@danzrust.cz
Okay, so of course it works now but I do have a follow up question . I need 
to exclude the "everything else in All Products" listing group but the JSON 
is still generating both product groups as active. 

I was reading the REST documentation but could not find anything about the 
exclusions. I'm attaching what I am after.

{ "operations": [ { "create": { "type": "LISTING_GROUP", 
"status":"ENABLED", "adGroup": 
"customers/7803661715/adGroups/148252268534", 
"resourceName":"customers/7803661715/adGroupCriteria/148252268534~-1", 
"listingGroup": { "type": "SUBDIVISION" } } }, { "create": { "type": 
"LISTING_GROUP", * "status": "PAUSED",* "adGroup": 
"customers/7803661715/adGroups/148252268534", "cpcBidMicros": "1", 
"listingGroup": { "type": "UNIT", "caseValue": { "productItemId": {} }, 
"parentAdGroupCriterion": 
"customers/7803661715/adGroupCriteria/148252268534~-1" } } }, { "create": { 
"type": "LISTING_GROUP", "status": "PAUSED", "adGroup": 
"customers/7803661715/adGroups/148252268534", "cpcBidMicros": "1", 
"listingGroup": { "type": "UNIT", "caseValue": { "productItemId": { 
"value": "shopify_fr_8211946045734_4473156881642" } }, 
"parentAdGroupCriterion": 
"customers/7803661715/adGroupCriteria/148252268534~-1" } } } ] }

On Thursday, May 25, 2023 at 8:50:22 PM UTC+2 Google Ads API Forum Advisor 
wrote:

> Hello,
>
> In addition to our previous response. You may send the requested details 
> privately via “*Reply To Author*” option. If that option is not available 
> to you, send it directly to googleadsa...@google.com instead, and let us 
> know here once it is provided.
>  
> This message is in relation to case "ref:_00D1U1174p._5004Q2lsXxy:ref"
>
> Thanks,
>   
> [image: Google Logo] 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/c2ec94cd-9cb3-4c68-8925-a0bdb53dd4edn%40googlegroups.com.


RE: creating single product listing groups through rest api

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

In addition to our previous response. You may send the requested details 
privately via “Reply To Author” option. If that option is not available to you, 
send it directly to googleadsapi-supp...@google.com instead, and let us know 
here once it is provided.

This message is in relation to case "ref:_00D1U1174p._5004Q2lsXxy: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/Xmac40RV89NH00Mxv1MhEHShWVTMn6A-IszA%40sfdc.net.


Re: creating single product listing groups through rest api

2023-05-25 Thread ma...@danzrust.cz
Oh, damn, that might be it. I will try in a bit. I knew it was gonna be 
something super simple like this after seeing so many java/python hints.

DZ

On Thursday, May 25, 2023 at 8:47:16 PM UTC+2 Google Ads API Forum Advisor 
wrote:

> Hello,
>
> Welcome to Google Ads API Support team. Thank you for reaching out to us.
>
> With regards to your concern, it appears that the resource name in your 
> request is malformed as it has *adGroups *instead of the expected 
> *adGroupCriteria.*
>
>
>
> * Resource name 'customers/7803661715 
> <(780)%20366-1715>/adGroups/151093305002~-1' is malformed: expected 
> 'customers/{customer_id}/adGroupCriteria/{ad_group_id}~{criterion_id}'. *
>
>
>
> We would recommend that you follow this guidance 
> https://developers.google.com/google-ads/api/rest/reference/rest/v13/customers.adGroupCriteria/mutate
>  for 
> your reference.
>
> Let us know how it goes and if the issue persist, kindly provide to us the 
> complete *request *and *response* logs with *request id *and *request 
> header* generated on your end and we will be happy to look into it.
>
> Note that these logs can be requested or provided to the developer 
> handling the Google Ads API transactions when logging of the API requests 
> has been enabled. You may check here (
> https://developers.google.com/google-ads/api/docs/best-practices/logging#client_library_logging)
>  and 
> click your client library for the specific guideline to enable it.
>
> For REST interface requests, you can enable logging via the curl command 
> by using the -i flag. This will cause the tool to include the HTTP response 
> headers in the output.
>
> Links to the highlighted words above:
>
>- *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
>  
>- *request header *- 
>
> https://developers.google.com/google-ads/api/docs/concepts/call-structure#request_headers
>  
>
>  
> This message is in relation to case "ref:_00D1U1174p._5004Q2lsXxy:ref"
>
> Thanks,
>   
> [image: Google Logo] 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/274af138-cbb7-4b01-b645-2ae550080e41n%40googlegroups.com.


RE: creating single product listing groups through rest api

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

Welcome to Google Ads API Support team. Thank you for reaching out to us.

With regards to your concern, it appears that the resource name in your request 
is malformed as it has adGroups instead of the expected adGroupCriteria.

Resource name 'customers/7803661715/adGroups/151093305002~-1' is malformed: 
expected 'customers/{customer_id}/adGroupCriteria/{ad_group_id}~{criterion_id}'.

We would recommend that you follow this guidance 
https://developers.google.com/google-ads/api/rest/reference/rest/v13/customers.adGroupCriteria/mutate
 for your reference.

Let us know how it goes and if the issue persist, kindly provide to us the 
complete request and response logs with request id and request header generated 
on your end and we will be happy to look into it.

Note that these logs can be requested or provided to the developer handling the 
Google Ads API transactions when logging of the API requests has been enabled. 
You may check here 
(https://developers.google.com/google-ads/api/docs/best-practices/logging#client_library_logging)
 and click your client library for the specific guideline to enable it.

For REST interface requests, you can enable logging via the curl command by 
using the -i flag. This will cause the tool to include the HTTP response 
headers in the output.

Links to the highlighted words above:

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
request header - 
https://developers.google.com/google-ads/api/docs/concepts/call-structure#request_headers


This message is in relation to case "ref:_00D1U1174p._5004Q2lsXxy: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/UNz3G0RV89I800yZoDVzdQQpiv3xq1Bcmp1g%40sfdc.net.


RE: frequency cap video ad sequences is one sequence per person in a 30-day period

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

Thanks for reaching out to the Google Ads API Team.

Upon checking further, Sequence Path and Frequency Capping Sequence is not yet 
supported in the Google Ads API. Kindly note that, our team already raised a 
feature request for this to become available in the API, this is subject for 
review and what we can do is to advise you to keep an eye on our blog post for 
the updates and releases.

Links for Reference:

Blog - https://ads-developers.googleblog.com/search/label/google_ads_api


This message is in relation to case "ref:_00D1U1174p._5004Q2lsk5T: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/wkae90RV84H500m4isQCyoQq6jmNt_EF-9lg%40sfdc.net.


Re: Unable to create Asset Group Signal via. API call

2023-05-25 Thread lezhne...@gmail.com
I just encountered the same problem (funny, exactly one year later). Does 
the above mean that asset group creation must follow asset creation in 
order to succeed?

On Wednesday, 25 May 2022 at 04:23:54 UTC+2 Google Ads API Forum Advisor 
wrote:

> Hi,
>  
>
> Thanks for reaching out to the Google Ads API Support team.
>
>
> To answer your concerns and questions in general. Yes, the step you 
> followed to create the asset group is correct but I noticed that the error 
> that you encountered is because you haven’t met the minimum asset 
> requirements. However, to resolve this error you need to ensure minimum 
> asset requirements are met. You may refer to this guide 
> 
>  as 
> the Performance Max campaign requires an initial minimum set of assets. 
> These may be existing assets used in other campaigns or new assets 
> specifically for a Performance Max campaign.
>  
>
> Regards,
> [image: Google Logo] 
> Darwin 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2bCvlU: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/8ae23a5d-d249-4af4-a1ae-bf80f1568c99n%40googlegroups.com.


Unable to get APP Campaign GCLIDs from CLICK_VIEW

2023-05-25 Thread Chad Wood
 Hello,

I am not able to get any GCLIDs pertaining to APP campaigns from the 
CLICK_VIEW resource.

Can someone verify that this issue is on my side? Or is it on Google's side?
Can you try to query for a GCLID from an APP campaign and see if you can 
retrieve it?

Thanks,

See my Query:
SELECT
  customer.id, 
  segments.date, 
  ad_group.type, 
  click_view.gclid,
  campaign.resource_name,
  campaign.advertising_channel_type,  
  ad_group.resource_name, 
  click_view.ad_group_ad,
  metrics.clicks
FROM click_view 
WHERE   
  segments.date = '2023-05-14'  
  AND click_view.gclid = 'some_id_goes_here' 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2e233d30-9df6-4dda-b257-084999e9024en%40googlegroups.com.


Get remaining account budget through Google Ads API

2023-05-25 Thread lsy
Hi,

Is there any method in Google Ads API to get the remaining budget as shown 
in red in the following picture?
[image: google budget.png]

Thanks,
Shiying

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/97583d92-6d1a-475b-9017-c83899b23e16n%40googlegroups.com.


RE: unlink accounts

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

Thanks for reaching out to Google Ads API Forum.

With regards to your concern, can you confirm if your issue is related to the 
tracking of spend amount using the Google Ads API? If so, then you may refer to 
our Billing documentation, which lets you programmatically manage end-to-end 
billing workflows, from initial billing setup and account-level budget 
management, to customer invoice reconciliation.

Additionally, you may refer to this link 
(https://developers.google.com/google-ads/api/docs/account-management/linking-manager-accounts)
 for linking to Manager accounts.

However, if this is not what you are looking for, then can you provide more 
context about your issue / concern so that we can provide guidance accurately 
or route you to the correct support team regarding your concern?

Links included in this email:

Google Ads API - https://developers.google.com/google-ads/api/docs/start
Billing - https://developers.google.com/google-ads/api/docs/billing/overview

This message is in relation to case "ref:_00D1U1174p._5004Q2lsiRZ: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/4Tfsx0RV7VH3006nc-wLIJSOqaRkjhWhBsIA%40sfdc.net.


Re: how should i get reports for a specific time zone?

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

Thank you for your response.

We are glad to help. Please feel free to get back to us if you have any other 
Google Ads API related concerns and technical implementations. We will be happy 
to assist you.

Reference Link:

Google Ads API: https://developers.google.com/google-ads/api/docs/start?hl=en

This message is in relation to case "ref:_00D1U1174p._5004Q2lKklc: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/kdcYC0RV7TVC00zMiQb2FNR7eTCtRwhLKUVg%40sfdc.net.


RE: able to create report in ui but not from api

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

Thank you for reaching out to Google Ads API Forum.

I see that you have tried queries from different reports but unable to get the 
exact data from the UI. It also appears that these queries contain invalid 
fields. Please note that when you specify a resource in the FROM clause, some 
metrics and segments cannot be used. With this, I would suggest that you refer 
to the following documentation for ad_group_ad, ad_group and search_term_view 
reports respectively.

ad_group_ad: https://developers.google.com/google-ads/api/fields/v13/ad_group_ad
ad_group: https://developers.google.com/google-ads/api/fields/v13/ad_group
search_term_view: 
https://developers.google.com/google-ads/api/fields/v13/search_term_view

Additionally, you may utilize the query builder 
(https://developers.google.com/google-ads/api/fields/v13/overview_query_builder?hl=en)
 and query validator 
(https://developers.google.com/google-ads/api/fields/v13/query_validator?hl=en) 
for building and validating your query.

If you are still unable to get the data after referring to the above mentioned 
reports, kindly share with us the UI screenshot (without cropping) showing the 
CID and data you want to get using API. This is so we could provide more 
appropriate recommendations.

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.

This message is in relation to case "ref:_00D1U1174p._5004Q2lsNSv: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/j5Qce0RV7IWO00FVmRI5GjQg-yRH4TcwqK5A%40sfdc.net.


GEO_TARGET_COUNTRY REPORT

2023-05-25 Thread 林灿
Hi,
I need to get report data similar to the image below. I found 
user_location_view and geographic_view, what is the difference between 
these two, which one can get accurate data subdivided by country similar to 
the picture below. In neither of these I found a way to segment by country
 [image: country.png]
[image: geo.png]

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4e9f2a08-333d-4990-a180-ce3359829c05n%40googlegroups.com.


Re: Get info about budget account when using auto payments

2023-05-25 Thread Borys Dziundziuk
Hi! I'm referencing to this, please check the attached screenshot
   
   - Automatic payments: You're automatically charged *after* your ads run, 
   either on the first day of each month or when you reach a preset amount 
   (known as your threshold), whichever comes first. You can also make 
   payments at any time to control your costs. Note: Google no longer 
   accepts prepaid cards for automatic payments.

https://support.google.com/google-ads/answer/1704418?hl=en_topic=3119102=16881576098086863420-EU

четвер, 25 травня 2023 р. о 10:42:50 UTC+3 Google Ads API Forum Advisor 
пише:

> Hi Borys,
>
> Thank you for getting back to us.
>
> It appears that you have encountered a
> * BILLING_SETUP_NOT_ON_MONTHLY_INVOICING* error (
> *https://developers.google.com/google-ads/api/reference/rpc/v13/InvoiceErrorEnum.InvoiceError#billing_setup_not_on_monthly_invoicing*
>  
> ).
>  
> Please note that as per this documentation (
> *https://developers.google.com/google-ads/api/docs/billing/invoice#prerequisites*
>  
> ),
>  
> one of the prerequisites of using the InvoiceService is to have monthly 
> invoicing enabled in Google Ads account. With this, could you check your 
> account’s billing setup and try again? You may also refer to this 
> documentation (
> https://developers.google.com/google-ads/api/docs/billing/billing-setups) 
> about billing setup in Google Ads API. Please let us know if you were able 
> to get the desired data after retrying.
>
> Additionally, with regards to your concern on accounts that got paid when 
> the limit has been reached, could you confirm if you are referring to the 
> payment receipt? If yes, then you may note that as per Billing 
> documentation, the InvoiceService available in API is intended to get data 
> for invoices. Otherwise, if you are referring to something else, could you 
> elaborate more on this? This is so we could provide more appropriate 
> guidance.
> This message is in relation to case "ref:_00D1U1174p._5004Q2kTf1J:ref"
>
> Thanks,
>
>   
> [image: Google Logo] 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/0e2b1a63-ad30-4ca9-a9b1-3ff169661153n%40googlegroups.com.


Re: Get info about budget account when using auto payments

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

Thank you for getting back to us.

It appears that you have encountered a BILLING_SETUP_NOT_ON_MONTHLY_INVOICING 
error 
(https://developers.google.com/google-ads/api/reference/rpc/v13/InvoiceErrorEnum.InvoiceError#billing_setup_not_on_monthly_invoicing).
 Please note that as per this documentation 
(https://developers.google.com/google-ads/api/docs/billing/invoice#prerequisites),
 one of the prerequisites of using the InvoiceService is to have monthly 
invoicing enabled in Google Ads account. With this, could you check your 
account’s billing setup and try again? You may also refer to this documentation 
(https://developers.google.com/google-ads/api/docs/billing/billing-setups) 
about billing setup in Google Ads API. Please let us know if you were able to 
get the desired data after retrying.

Additionally, with regards to your concern on accounts that got paid when the 
limit has been reached, could you confirm if you are referring to the payment 
receipt? If yes, then you may note that as per Billing documentation, the 
InvoiceService available in API is intended to get data for invoices. 
Otherwise, if you are referring to something else, could you elaborate more on 
this? This is so we could provide more appropriate guidance.

This message is in relation to case "ref:_00D1U1174p._5004Q2kTf1J: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/VEx3w0RV7EQT00FIZcL92_SkOfIJw-vXPSdw%40sfdc.net.


Get ad_group_ad statements

2023-05-25 Thread Tony Z
Is there any way we can get the ad report information for all sub-accounts 
under the manager account at once through the API? Like on the UI?
What I'm doing is traversing each sub-account and getting the reports 
separately, is there a better way to do this?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5999fc07-fd4f-44cc-b0c7-e82b45d297ddn%40googlegroups.com.


Re: audience in google ads version 13

2023-05-25 Thread Tung Le
So lookback_window_days and membershipLifeSpan is the same value? In the 
media screen, I dont see membershipLifeSpan so this field is not used?
Or which field is not used for "web page visit" audiences? 
lookback_window_days or membershipLifeSpan
On Wednesday, May 24, 2023 at 8:10:58 PM UTC+7 Google Ads API Forum Advisor 
wrote:

> Hello,
>
> Thanks for reaching out to the Google Ads API Team.
>
> Please refer to these API documentation links for the 
> description/definition for the following fields:
>
>- *lookback_window_days* - 
>
> *https://developers.google.com/google-ads/api/reference/rpc/v13/FlexibleRuleOperandInfo#lookback_window_days*
>  
>
> 
>  
>- *membership_life_span* - 
>
> *https://developers.google.com/google-ads/api/reference/rpc/v13/UserList#membership_life_span*
>  
>
> 
>  
>
> Let us know if you have any questions. 
> This message is in relation to case "ref:_00D1U1174p._5004Q2lKkVD:ref"
>
> Thanks,
>   
> [image: Google Logo] 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/c86603e1-b542-45f3-aa09-79f3d669e8f7n%40googlegroups.com.