Get customer ID - PHP V13 Google Ads

2023-05-03 Thread Jessica Villa
Hello!

I have a question and hope someone can help me: how can I get the customer 
ID if I only have the ad_group_id?

I tried using this query: 
*$query = "SELECT customer.id FROM ad_group WHERE ad_group.id = 
".$ad_group_id." LIMIT 1";*

and accessing like this: *$googleAdsClient->getCustomerId()*

but my query is not successful, so is this the right way?

Note:
*$ad_group_id* is retrieved from an array so the query is dynamic, and the 
*customer 
id* too, so that's why I want to get the *customer id*.

I'm using php v13 of google ads.

Thanks!!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/12ac270c-4c56-4d19-a2f9-4a0c10a3c848n%40googlegroups.com.


final urls

2023-05-03 Thread Oleg Disrupt
Hello
I tried to create the ad (responsivedisplayad) with this url but it doesnt 
work.
https://srchxxx.com/search/top5/?s=test+Treatments=8f2ba2376f402bb90771c61fc491a506

It seems there is issue for parameter length but I can't find any help for 
it.
Can  you help me?

Regards

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b4819d40-42b0-4b67-9dfd-2eac9a0e24e8n%40googlegroups.com.


Target Country Code for a Campaign

2023-05-03 Thread SHREYA ARORA
Hello team,

I want to get following information at the campaign level:
campaign id, campaign name, customer id, customer name, campaign status, 
campaign bidding strategy type, device and location (in terms of 2 letter 
country code)

I am able to figure out about all the fields except location. Can you tell 
me which report I should refer to get this information along with 2 letter 
country code ?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/dbb051e9-f218-4c41-bcbc-081b97970766n%40googlegroups.com.


User Type External VS Internal and Publishing status

2023-05-03 Thread Kirankumar Yenugutala
Hi All,

We will get data via the Google ADS API. I have the following questions. 
Could you please provide inline responses to the following questions? I 
have the impression that the web documentation is not very clear.

1) Should we create a *Project in Google Console platform* to fetch data 
from the Google Ads API? If no, what other steps must be taken?.

2) Most internet sources instruct us that after obtaining the Developer 
token, we must create a client app in GCP console and collect clientid, 
client,secret, and refresh token. In addition, we must specify the 
*userType* to  external or internal.

  What if we set the user type to Internal, which means that only those 
with access to *Google Cloud Platform can view the app*? Can they access 
the app without *authorization*?

 Similarly, if it is an *external* user type, can anyone with a *Gmail 
account *access the data *without authorization*? Or, once we approve the 
authorization, only they will be able to access the data?

3) I see that we may also set the Publishing status to *Testing*. So 
testing means it will provide test data? And if we want to utilize it in 
production, should we only use it *in production*?


-- 


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/34ae9395-616f-46a8-8ad8-e9570f7eb913n%40googlegroups.com.


Re: membership life span changing without input

2023-05-03 Thread Steven Alsheimer
Even if I input a manual list on the test account for only  30 day 
membership lifespan the status changes to CLOSED (1 Day) after a day

So even without the API this is happening. Is this just a Google Ads Test 
Account Limitation?

Thanks

On Wednesday, May 3, 2023 at 8:39:26 AM UTC-4 Google Ads API Forum Advisor 
wrote:

> Hello,
>
> Thank you for reaching out to Google Ads API Support.
>
> 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 
> “Audience List is closed and the membership lifespan reads (1 Day).” in 
> comparison to the successful data, 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 
> googleadsa...@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*
>  
>
> 
>  
>
> Regards,
> [image: Google Logo] Google Ads API Team 
>
> ref:_00D1U1174p._5004Q2l91pX: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/39575bcc-ed1b-4eee-9c68-7ca0716a2e4en%40googlegroups.com.


Re: Abridged summary of adwords-api@googlegroups.com - 26 updates in 18 topics

2023-05-03 Thread Sara Ali
البريد الإلكتروني يحتوي على عدة مواضيع تتعلق بـ Google Ads API، بما في ذلك 
تحديثات للتطبيق والواجهات البرمجية والتقارير والمشاكل التقنية المختلفة. كما 
يحتوي على طلب للحصول على معرف المطور وتحديثات للحصول على جميع إجراءات التحويل 
وإجمالي المنتجات النشطة في كل حملة أداء ورسائل خاصة بشأن خطأ غير صالح في الوصول 
إلى خدمة KeywordPlanIdea وربط قناة YouTube بـ Google Ads والحصول على بيانات 
التاريخ والوقت للتحويلات.

⁣لحصول عل BlueMail for Android ​

في يوم ٣ مايو ٢٠٢٣, ١٢:٥٨، الساعة ١٢:٥٨، كتب adwords-api@googlegroups.com:
>=
>Today's topic summary
>=
>
>Group: adwords-api@googlegroups.com
>Url: 
>https://groups.google.com/forum/?utm_source=digest_medium=email#!forum/adwords-api/topics
>
>
>  - report discrepancy [1 Update]
>http://groups.google.com/group/adwords-api/t/1b988b3c3c3324ee
>  - Google Ads API developer token request [2 Updates]
>http://groups.google.com/group/adwords-api/t/78292a0c4a547f5b
>  - Api end points to get all conversion action [4 Updates]
>http://groups.google.com/group/adwords-api/t/40f4313a4b9a3ece
>  - Total active products in each Performance Campaign [1 Update]
>http://groups.google.com/group/adwords-api/t/8b8304124deccc53
>- private message regarding: invalid_customer_id while accessing
>keywordplanideaservice [2 Updates]
>http://groups.google.com/group/adwords-api/t/350dd3d539d89b4f
>  - Account Budget API [1 Update]
>http://groups.google.com/group/adwords-api/t/6cdfd1bd1f3cc682
>- you don't need to write gaql anymore. intro adzviser - google search
>for google ads (demo attached) [2 Updates]
>http://groups.google.com/group/adwords-api/t/b280ed6d274d2aa0
>- did developers.google.com/google-ads/api/data/geotargets got updated
>recently [1 Update]
>http://groups.google.com/group/adwords-api/t/424fcd4204e1ed73
>- internal error while submitting batch job operations. but change
>history showing same changes multiple times. [1 Update]
>http://groups.google.com/group/adwords-api/t/9717f53f5f40e5df
>- different output between google ads keyword planner and google ads
>api keywordplanideaservice [1 Update]
>http://groups.google.com/group/adwords-api/t/e37dee50c7266336
>  - Link YouTube channel to Google Ads [1 Update]
>http://groups.google.com/group/adwords-api/t/f669cc4b6ac9a047
>- generateKeywordHistoricalMetrics not returning aggregateMetricTypes
>[1 Update]
>http://groups.google.com/group/adwords-api/t/448ff3d3c36d55b3
>  - use location asset and call asset in pmax via api [1 Update]
>http://groups.google.com/group/adwords-api/t/4693f93f9abd6d3a
>  - regarding biding strategy type [1 Update]
>http://groups.google.com/group/adwords-api/t/8a1d42495e4bffbf
>  - copy a campaign via REST [2 Updates]
>http://groups.google.com/group/adwords-api/t/61fae05b2948ce5b
>- getting tempid in changeevent for campaignbudget in google ads api [2
>Updates]
>http://groups.google.com/group/adwords-api/t/c43a57272fae77af
>  - Adwards API [1 Update]
>http://groups.google.com/group/adwords-api/t/7b0f4a063ab65260
>  - accounts status and payment setup [1 Update]
>http://groups.google.com/group/adwords-api/t/3a13e677293249c2
>
>
>=
>Topic: report discrepancy
>Url: http://groups.google.com/group/adwords-api/t/1b988b3c3c3324ee
>=
>
>-- 1 of 1 --
>From: Google Ads API Forum Advisor 
>Date: May 03 10:35AM
>Url: http://groups.google.com/group/adwords-api/msg/5435504504457
>
>Hi,
>
>Thank you for raising this concern to the Google Ads API support team.
>
>Regarding your concern, it appears that this is specifically about
>reports data. Kindly note that Google Ads API
>
>
>=
>Topic: Google Ads API developer token request
>Url: http://groups.google.com/group/adwords-api/t/78292a0c4a547f5b
>=
>
>-- 1 of 2 --
>From: "Ismaël PAINCHAN" 
>Date: May 03 02:16AM -0700
>Url: http://groups.google.com/group/adwords-api/msg/53efb47b1f0be
>
>Hi,
>
>We made the token request for the Google Ads API 2 weeks ago and have
>not 
>received a response since.
>We also have the contact form with the reason "I'm waiting to hear back
>
>
>-- 2 of 2 --
>From: Google Ads API Forum Advisor 
>Date: May 03 10:23AM
>Url: http://groups.google.com/group/adwords-api/msg/542b403898a51
>
>Hi,
>
>Thank you for raising this concern to the Google Ads API support team.
>
>Regarding your concern, it appears that this is specifically about your
>token application. However, kindly note that
>
>
>=
>Topic: Api end 

Re: quota_error: resource_exhausted without quotaerrordetails

2023-05-03 Thread Markus Heiden
Hi,

the main (unanswered) question was:
Why do I get a rate limit error _without QuotaErrorDetails_?

IMO that makes automation hard, because it is required by the docs that I 
have to wait the provided amount of time. I wouldn't like to resort to 
parsing error messages to extract the retry delay.

The linked documentation for the planning service mainly contains details 
for the KeywordPlanService while I have problems with the 
KeywordPlan_Idea_Service.

Request
---
MethodName: 
google.ads.googleads.v13.services.KeywordPlanIdeaService/GenerateKeywordIdeas
Endpoint: googleads.googleapis.com:443
Headers: {developer-token=REDACTED, login-customer-id=REDACTED, 
x-goog-api-client=gl-java/20.0.1 gccl/25.0.0 gapic/25.0.0 gax/2.25.0 
grpc/1.54.0 pb/3.21.12}
Body: customer_id: "REDACTED"
keyword_and_url_seed {
  url: "REDACTED"
  keywords: "REDACTED"
  keywords: "REDACTED"
  keywords: "REDACTED"
  keywords: "REDACTED"
  keywords: "REDACTED"
  keywords: "REDACTED"
  keywords: "REDACTED"
  keywords: "REDACTED"
  keywords: "REDACTED"
  keywords: "REDACTED"
  keywords: "REDACTED"
  keywords: "REDACTED"
  keywords: "REDACTED"
  keywords: "REDACTED"
  keywords: "REDACTED"
  keywords: "REDACTED"
  keywords: "REDACTED"
  keywords: "REDACTED"
  keywords: "REDACTED"
  keywords: "REDACTED"
}
keyword_plan_network: GOOGLE_SEARCH
language: "languageConstants/1001"
historical_metrics_options {
  year_month_range {
start {
  year: 2023
  month: MARCH
}
end {
  year: 2023
  month: MARCH
}
  }
  include_average_cpc: true
}


Response

Headers: 
Metadata(content-type=application/grpc,request-id=SmIXAMeqCnBLAqh1aSFFjw,date=Wed,
 
03 May 2023 13:06:09 GMT,alt-svc=h3=":443"; ma=2592000,h3-29=":443"; 
ma=2592000)
Body: null
Failure message: errors {
  error_code {
quota_error: RESOURCE_EXHAUSTED
  }
  message: "Too many requests. Retry in 30 seconds."
}
request_id: "SmIXAMeqCnBLAqh1aSFFjw"

Status: Status{code=RESOURCE_EXHAUSTED, description=Resource has been 
exhausted (e.g. check quota)., cause=null}.

Best regards,
Markus

Google Ads API Forum Advisor schrieb am Dienstag, 2. Mai 2023 um 11:05:40 
UTC+2:

> Hi Markus,
>
> Thank you for reaching out to us.
>
> Kindly note that due to cost and complexity, the Planning service methods 
> listed below are subject to separate limits from other types of requests. 
> To see the limitations of this in more detailed, you may check this 
> *documentation*.
>
>- *documentation : *
>
> *https://developers.google.com/google-ads/api/docs/best-practices/quotas#planning_services*
>  
>
> 
>  
>
> Additionally, 1 QPS is calculated as 60 requests per 60 seconds.
> On the other hand, If you are still encountering error after considering 
> the information below, then you may provide us with the complete API logs (
> *request* and *response* with *request-id*) generated on your end 
> including the error so that our team can further check this and provide you 
> with more appropriate recommendations. 
>
>- *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*
>  
>
> 
>  
>
> Note that 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* and click your client library for the 
> specific guideline to enable it.
>
>- *here: *
>
> *https://developers.google.com/google-ads/api/docs/best-practices/logging#client_library_logging*
>  
>
> 
>  
>
> 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. 
>
> You may then send the requested information via the Reply privately to 
> author option. If this option is not available, you may send the details 
> directly to our googleadsa...@google.com alias instead.
>
> Best regards,
> [image: Google Logo] Google Ads API Team 
>
> ref:_00D1U1174p._5004Q2l8R9Q:ref
>

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

You received this message because you are subscribed to the Google

Re: api end points to get all conversion action

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

Based on the given context, you may use the conversion_action report 
(https://developers.google.com/google-ads/api/fields/v13/conversion_action). 
However, we would need an un-cropped screenshot of your Google Ads UI showing 
the entity/data that you want to pull via API as it will greatly help us to 
identify its equivalent field on the API side. Please do note that the API 
mirrors the reports/data of the Google Ads UI. Since you mentioned that you 
can't find the graphic (or Google Ads UI) showing the information for your use 
case, what I can recommend at this point is to head over to our Product Support 
team first (via this link: https://support.google.com/google-ads/gethelp), then 
ask them how to generate (or where to find) the report/data that you need via 
UI. Once done, you may share it to us, so we can provide guidance on how to 
pull it via API.

Regards,

Google Ads API Team
ref:_00D1U1174p._5004Q2l9jsS: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/TgISJ0RU31MJ00ufqScxFfRJOE9gQl1KwtYA%40sfdc.net.


Re: generateKeywordHistoricalMetrics not returning aggregateMetricTypes

2023-05-03 Thread teambs
Hi Any update?

On Tuesday, May 2, 2023 at 11:10:00 PM UTC+5:30 teambs wrote:

> For the end point https://googleads.googleapis.com/v13/customers/${
> customerclientid}:generateKeywordHistoricalMetrics
>
> we are seeing only results object in response, we are not getting 
> aggregateMetricResults for devices
>
> As aggregateMetricTypess is mentioned it should return
> Are there any restrictions?
> can we get devices data for 5,000 keywords at a time,  or only one keyword 
> at a time?
>
>
> let link=`https://googleads.googleapis.com/v13/customers/${
> customerclientid}:generateKeywordHistoricalMetrics`;
> //googleads.googleapis.com
> const fetchresult=await fetch(link,{
> method: 'POST',
> body:JSON.stringify({
> // "keywords": keywordstobeplanned,
> "keywords": ["sharad pawar"],
> // "includeAdultKeywords": true,
> "geoTargetConstants": [
> "geoTargetConstants/2356","geoTargetConstants/2826",
> "geoTargetConstants/2036"
> ], 
> "keywordPlanNetwork": 'GOOGLE_SEARCH',
> "aggregateMetrics": 
> {
> "aggregateMetricTypes":["DEVICE"]
> }, 
> "language": "languageConstants/1000"
> }),
> headers:{
> "Content-Type": 'application/json',
> "Authorization": `Bearer ${access_token}`,
> "developer-token": `x`,
> "login-customer-id": customerid
> }
> });
>
> var finalresult=await fetchresult.json();
>
> Response {"results":[{"text":"sharad 
> pawar","keywordMetrics":{"competition":"LOW","monthlySearchVolumes":[{"month":"APRIL","year":"2022","monthlySearches":"201000"},{"month":"MAY","year":"2022","monthlySearches":"135000"},{"month":"JUNE","year":"2022","monthlySearches":"55"},{"month":"JULY","year":"2022","monthlySearches":"246000"},{"month":"AUGUST","year":"2022","monthlySearches":"11"},{"month":"SEPTEMBER","year":"2022","monthlySearches":"11"},{"month":"OCTOBER","year":"2022","monthlySearches":"135000"},{"month":"NOVEMBER","year":"2022","monthlySearches":"135000"},{"month":"DECEMBER","year":"2022","monthlySearches":"301000"},{"month":"JANUARY","year":"2023","monthlySearches":"301000"},{"month":"FEBRUARY","year":"2023","monthlySearches":"246000"},{"month":"MARCH","year":"2023","monthlySearches":"246000"}],"avgMonthlySearches":"246000","competitionIndex":"0"}}]}
>  
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a5e02242-5185-4ed3-8060-c3d42257112cn%40googlegroups.com.


RE: account budget api

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

Thank you for reaching out to the Google Ads API support team. I hope that you 
are doing well today.

Moving forward to your concern, for us to provide an accurate answer to your 
concerns, could you please provide us with the full non-cropped and 
non-redacted screenshot of the UI which you provided to us?

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.

Kind regards,

Google Ads API Team
ref:_00D1U1174p._5004Q2l9f5w: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/AHsoj0RU309500KRX-atrkTLKZGa_d9UATqw%40sfdc.net.


RE: account budget

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

Thanks for reaching out to the Google Ads API Team.

Could you confirm if you are using Google Ads API? If yes, please provide us 
more details or full context regarding your concern about the Google Ads API or 
elaborate more on how we can help? I ask this so our team further investigate 
or provide accurate recommendations on this.

Google Ads API - 
https://developers.google.com/google-ads/api/docs/first-call/overview

However, if you are using Google Ads UI or dashboard, I recommend reaching out 
to the Google Ads product Support team for further assistance as they are more 
equipped to resolve issues related to billing, payments, refund, and ads 
account or UI concerns.

Google Ads product Support - https://support.google.com/google-ads/gethelp

You may refer to our billing guide for more information 
(https://developers.google.com/google-ads/api/docs/billing/overview)

Regards,

Google Ads API Team
ref:_00D1U1174p._5004Q2l9GKC: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/wRbkC0RU2ZZ200Oeo5nmMkQT-RbDLF3I1NGA%40sfdc.net.


When are the historical metrics available?

2023-05-03 Thread Markus Heiden
Hi,

I am using KeywordPlanIdeaService.generateKeywordIdeas(). If I set the date 
range for the historical metrics (today: 3rd of May 2023) to the last month 
(start and end: April 2023) I get an INVALID_VALUE:

Request
---
MethodName: 
google.ads.googleads.v13.services.KeywordPlanIdeaService/GenerateKeywordIdeas
Endpoint: googleads.googleapis.com:443
Headers: {developer-token=REDACTED, login-customer-id=REDACTED, 
x-goog-api-client=gl-java/20.0.1 gccl/25.0.0 gapic/25.0.0 gax/2.25.0 
grpc/1.54.0 pb/3.21.12}
Body: customer_id: "REDACTED"
keyword_and_url_seed {
  url: "REDACTED"
  keywords: "adidas"
}
keyword_plan_network: GOOGLE_SEARCH
language: "languageConstants/1001"
historical_metrics_options {
  year_month_range {
start {
  year: 2023
  month: APRIL
}
end {
  year: 2023
  month: APRIL
}
  }
  include_average_cpc: true
}


Response

Headers: 
Metadata(content-type=application/grpc,request-id=0AoWTLfIy_hX3ZdVM-zSWw,date=Wed,
 
03 May 2023 10:34:28 GMT,alt-svc=h3=":443"; ma=2592000,h3-29=":443"; 
ma=2592000)
Body: null
Failure message: errors {
  error_code {
keyword_plan_idea_error: INVALID_VALUE
  }
  message: "The input has an invalid value."
}
request_id: "0AoWTLfIy_hX3ZdVM-zSWw"

Status: Status{code=INVALID_ARGUMENT, description=Request contains an 
invalid argument., cause=null}.

When are the historical data safely available?

Best regards,
Markus

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2d42182a-43fc-4403-85c9-89ab830fdcb4n%40googlegroups.com.


RE: report discrepancy

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

Thank you for raising this concern to the Google Ads API support team.

Regarding your concern, it appears that this is specifically about reports 
data. Kindly note that Google Ads API mirrors Google Ads UI. Meaning, the 
Google Ads API should be able to pull or manage the data available in your UI. 
In order for our team to have a better view and investigate this issue, can you 
provide the below data?

Provide the complete request and response logs with request ID and request 
header generated on your end.
Complete screenshots (without cropping) from the Google Ads UI showing the data


You may then send the requested logs via the Reply privately to author option. 
If this option is not available, you may send the details directly to our 
googleadsapi-supp...@google.com alias instead.

Links included in this email:

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


Regards,

Google Ads API Team
ref:_00D1U1174p._5004Q2l8rpW: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/1tc830RU2W2Q00xKGkhcCJSJy_ZU39zLi4aQ%40sfdc.net.


RE: google ads api developer token request

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

Thank you for raising this concern to the Google Ads API support team.

Regarding your concern, it appears that this is specifically about your token 
application. However, kindly note that this channel / our team provides 
assistance to Google Ads API-related concerns and technical implementations 
only. Could you confirm if the API Contact Email in the API center is actively 
monitored by your team? If not, you may double check the email or probably 
verify if it is in the spam folder. You will not be able to complete the 
application process without a valid, regularly checked Developer Contact Email.

To verify if the email address provided to the API compliance team that they 
will send updates is on the email used as API Contact Email in the API center. 
To verify again, you may follow the steps below:

Log in to your Google Ads API Center Account and click the Settings gear in the 
top-right.
>From the drop-down, select 'Account Settings'.
Select 'Google Ads API Center' from the navigation tab on the left.
In the section containing your Developer Details, see API contact email


Regards,

Google Ads API Team
ref:_00D1U1174p._5004Q2l9lTQ: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/Nedwo0RU2VJX0056_frR3eTrqfYGu8QkHdaQ%40sfdc.net.


Re: api end points to get all conversion action

2023-05-03 Thread Vincent Mary
Thanks for your answer.

I can't find a graphic where this information (date and time of conversion) 
is visible.
To be more precise, I would like to know if it's possible to list all 
conversions of a campaign from a date and then to get the dateTime of each 
conversion and the "searched keyword" which led to this conversion. 

Do you know if the API is capable to do this ?

Le mercredi 3 mai 2023 à 11:16:39 UTC+2, Google Ads API Forum Advisor a 
écrit :

> Hello Vincent,
>
> Thanks for reaching out to the Google Ads API Team.
>
> Can you confirm if you wish to obtain these data using the Google Ads API? 
> If so, please provide us with an uncropped UI screenshot of this data in 
> the Google ads UI? I am asking this so we will be able to provide guidance 
> as to what report to recommend and what fields are available on the report.
>
> Regards,
> [image: Google Logo] Google Ads API Team 
>
> ref:_00D1U1174p._5004Q2l9jsS: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/5e5f8b95-8ae0-4cab-8bce-7db76cd2321en%40googlegroups.com.


RE: api end points to get all conversion action

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

Thanks for reaching out to the Google Ads API Team.

Can you confirm if you wish to obtain these data using the Google Ads API? If 
so, please provide us with an uncropped UI screenshot of this data in the 
Google ads UI? I am asking this so we will be able to provide guidance as to 
what report to recommend and what fields are available on the report.

Regards,

Google Ads API Team
ref:_00D1U1174p._5004Q2l9jsS: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/0nA_C0RU2SFB00ptJPXN5HS3iYLFvU7taC1g%40sfdc.net.


Google Ads API developer token request

2023-05-03 Thread Ismaël PAINCHAN
Hi,

We made the token request for the Google Ads API 2 weeks ago and have not 
received a response since.
We also have the contact form with the reason "I'm waiting to hear back 
about my API application! Help!".

Could I have a feedback on the progress of my application?

Kind regards.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/abe88099-e608-4439-b6dc-a1d4322d1234n%40googlegroups.com.


Re: Api end points to get all conversion action

2023-05-03 Thread Vincent Mary
Hello ! 

I am currently searching for conversion date and time but can't find a way 
to get it !

I will wait with you the answer of the Google team.

Le mercredi 3 mai 2023 à 05:45:59 UTC+2, Shubham Kant a écrit :

> Hello team, any update on this?
>
> On Tuesday, May 2, 2023 at 1:56:02 PM UTC+5:30 Shubham Kant wrote:
>
>> Hello Team,
>>
>> I am searching for a google ads api which can provide me all conversion 
>> action list for particular customer_id, from the documentation I can only 
>> find how to create or update a conversion action.
>>
>> Can you please help me out.
>>
>> example : 
>>
>> url = 
>> https://googleads.googleapis.com/v12/customers/['customer_id']/conversionActions
>> method = GET, something like this.
>>
>> Regards,
>> Shubham Kant
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3b0bc9b1-f997-4348-a67d-c5bee4f6db46n%40googlegroups.com.