Re: What is the exact Google Ads API v9 sunset date?

2022-05-10 Thread Ершов Александр

Hello, Jakeia Sabrina!

The v10 library for PHP which we're using contains a couple of big changes
- requires PHP 7.4
- requires Composer v2.0

So before deploying it to production, we need to make sure that our 
websites using the Google Ads API php library is fully functional and work 
without any issues.
It's a big change and requires time to QA and fix some issues that come 
along the way.

That's why it's important for us to know what "June/July 2022" means - 
closer to 1st of June or the 31st of July.
Since it's only a couple of weeks before the June, we're assuming the worst 
case scenario (1st of June is the deadline),
but wanted to know from the Google Ads API team. 

Best wishes,
Alexander

On Tuesday, May 10, 2022 at 6:51:39 PM UTC+4 adsapi wrote:

> Hello,
>
> Thanks for reaching out to the Google Ads API forum. Currently as of time 
> we can just confirm that v9 will be sunsets in June/July 2022. The exact 
> date is not announced yet.
> However, it'll be announced on our Google Ads developer blog 
> 
>  
> when it gets closer to the date.
>
> Feel free to reply back if you have any other questions.
>
> Best regards,
> [image: Google Logo] 
> Jakeia Sabrina 
> Google Ads API Team  
>
> ref:_00D1U1174p._5004Q2aqeO3: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/224e206b-7bc5-45dd-8126-ead66e932306n%40googlegroups.com.


Re: How to add images to a search ad group?

2022-05-10 Thread lezhne...@gmail.com
request id: xaUKOsYsF9-tkFeomyp4-w

On Wednesday, 11 May 2022 at 06:37:47 UTC+5 adsapi wrote:

> Hi Dmitriy,
>
> Thank you for posting your concern.
>
> To further check the issue, could you provide the complete request 
> 
>  and response 
> 
>  logs 
> with request ID 
> 
>  and request header 
> 
>  generated 
> on your end without redacted fields?
>
> You can provide it via *Reply privately to author* option. If this option 
> is not available, then send it instead on this email address 
> googleadsa...@google.com.
>
> Regards, 
> [image: Google Logo] 
> Ernie John 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2aqzGG: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/76820724-ee8f-4170-954d-892f762ab156n%40googlegroups.com.


customer match

2022-05-10 Thread Alparslan Kapani
Hi,

We're sending userid's through data layer in GTM. Then upload the User ID's 
as csv. But the match rate is around 30% all the time after uploading. 
Doesn't it have to be around 100% since all userid's can match with google 
userid's ?  What should we check and careful about low match rate?

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/04161b00-d116-493e-ba12-eacd8864e968n%40googlegroups.com.


I'm getting OPERATION_NOT_PERMITTED_FOR_CONTEXT when trying to create a campaign budget using Google ads api

2022-05-10 Thread Faith Amao
Hi

I'm getting an error when trying to create a campaign budget using Google 
Ads REST API

Here is my body request:
operations: [
{
create: {
type: "SMART_CAMPAIGN",
name: "bib jjghujjgg",
amountMicros: 500,
},
},
],
partialFailure: true,
validateOnly: true,
responseContentType: "MUTABLE_RESOURCE",

And my header:
headers: {
"content-type": "application/json",
Authorization: `Bearer ${accessToken}`,
"developer-token": developerToken,
"login-customer-id": customerId,
},

And here is the error:
"partialFailureError": {
"code": 3,
"message": "The operation is not allowed for the given context., at 
operations[0]",
"details": [
{
"@type": 
"type.googleapis.com/google.ads.googleads.v10.errors.GoogleAdsFailure",
"errors": [
{
"errorCode": {
"contextError": "OPERATION_NOT_PERMITTED_FOR_CONTEXT"
},
"message": "The operation is not allowed for the given context.",
"location": {
"fieldPathElements": [
{
"fieldName": "operations",
"index": 0
}
]
}
}
]
}
]
}

Thanks for your help,
Faith.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/aa77a8be-b333-4272-8f26-a253e87f1ae0n%40googlegroups.com.


Re: Account sync not showing every account

2022-05-10 Thread Jean-Sebastien Paul
I posted the screenshot but haven't heard back, maybe I didn't post it in 
the right spot?

On Friday, May 6, 2022 at 11:29:38 AM UTC-4 adsapi wrote:

> Hi Jean,
>
> Thank you for reaching out.
>
> Could you please provide full screen screenshot of  what  you are looking 
> for via reply privately author option? So that we can further investigate 
> the issue.
>
> Thanks,
> [image: Google Logo] 
> Nirmita 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2aRAk2: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/38d0b460-8780-4927-a097-cf7a8558444cn%40googlegroups.com.


Re: Does the Google Ads API and Keyword Planner Tool no longer support data containing children's keywords?

2022-05-10 Thread Eric Louis
Hey Yasar,

Yes, with the service of *generateKeywordHistoricalMetrics* 
.It
 
works!
Thank you for following up.

Regards,
Eric
On Tuesday, May 10, 2022 at 4:51:47 PM UTC+8 adsapi wrote:

> Hi Eric,
>
> Should you have additional clarifications with the APIs, please write back 
> and we'll be happy to assist you.
>
> Regards,
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2aQjoH: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/b125d264-6e81-4812-b149-ab8341238ae5n%40googlegroups.com.


Google.Ads.GoogleAds Google Ads API client api versions

2022-05-10 Thread Cole Spencer
Hello,

I am using version 11.0.1 of the Google.Ads.GoogleAds dotnet client for the 
Google Adwords api. I received an email recently notifying me that my 
developer token had recently made requests for  v7 or v8 of the Google Ads 
Api.

How do I know which version of the API my dotnet client is using and which 
client version corresponds with which api version?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/295008a0-6886-4b64-ba3a-0b1ab9dd8265n%40googlegroups.com.


Re: row.metrics.cost_micros returns undefined

2022-05-10 Thread Eduardo
Found a solution after searching some more.
For future reference, the exact same problem is covered here:
https://groups.google.com/g/adwords-scripts/c/GiGWxR4bPNk
If I understand correctly, "_firstletter" should always be swapped for 
"Firstletter".
Right?
Good afternoon to all.

Em terça-feira, 10 de maio de 2022 às 15:23:47 UTC-3, Eduardo escreveu:

> Hello, after running this short script:
>   const searchResults = AdsApp.search(
> 'SELECT campaign.name, ' + 'metrics.impressions, ' + 'metrics.clicks, 
> ' + 'metrics.cost_micros ' +
> 'FROM   campaign ' + 
> 'WHERE  campaign.id = X' + 
> ' AND   segments.date DURING LAST_30_DAYS'); 
>
>   for (const row of searchResults) { 
> const campaignName = row.campaign.name;
> const impressions = row.metrics.impressions;
> const clicks = row.metrics.clicks;
> var cost = row.metrics.cost_micros;
> cost =cost*0.01;
> console.log(`${campaignName}, ${impressions}, ${clicks}, ${cost}`); 
>   }
> }
>
> The console logs "undefined" where the ${cost} log should be.
> I need some light to solve this.
> 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/e66f6455-a6a8-49a1-9b12-185a619f2a3en%40googlegroups.com.


Migration from old to new API

2022-05-10 Thread ecom...@wwfus.org
 I am using the AdWords API to fetch data from last 3 years and I have 
everything automated. Now I am not able to make any calls to the new API. 
Can someone please help me with the steps to migrate to the new AdWords 
platform. I tried reaching out to the AdWords support team but never got 
any response from the team.

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/bb72544f-5604-4d2d-86ed-355fb1ad4b79n%40googlegroups.com.


row.metrics.cost_micros returns undefined

2022-05-10 Thread Eduardo
Hello, after running this short script:
  const searchResults = AdsApp.search(
'SELECT campaign.name, ' + 'metrics.impressions, ' + 'metrics.clicks, ' 
+ 'metrics.cost_micros ' +
'FROM   campaign ' + 
'WHERE  campaign.id = X' + 
' AND   segments.date DURING LAST_30_DAYS'); 

  for (const row of searchResults) { 
const campaignName = row.campaign.name;
const impressions = row.metrics.impressions;
const clicks = row.metrics.clicks;
var cost = row.metrics.cost_micros;
cost =cost*0.01;
console.log(`${campaignName}, ${impressions}, ${clicks}, ${cost}`); 
  }
}

The console logs "undefined" where the ${cost} log should be.
I need some light to solve this.
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/f3194424-6b6a-4ec4-b7dc-cc72a3031aacn%40googlegroups.com.


row.metrics.cost_micros returns undefined

2022-05-10 Thread Eduardo
Hello, after running this short script:  
const searchResults = AdsApp.search(
'SELECT campaign.name, ' + 'metrics.impressions, ' + 'metrics.clicks, ' 
+ 'metrics.cost_micros ' +
'FROM   campaign ' +'WHERE  campaign.id = 932380268' + 
' AND   segments.date DURING LAST_30_DAYS'); 

  for (const row of searchResults) { 
const campaignName = row.campaign.name;
const impressions = row.metrics.impressions;
const clicks = row.metrics.clicks;
var cost = row.metrics.cost_micros;
console.log(`${campaignName}, ${impressions}, ${clicks}, ${cost}`); 
  }
}

The log returns "undefined" where the 'print' for ${cost} should be.
I've searched for a few days already for a solution, reading through many 
pages of documentation and reference but could find no relevant input to 
solve 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/157316d0-5395-4c87-b5fe-3e83e37bd01cn%40googlegroups.com.


Re: removing labels - internal error

2022-05-10 Thread Shawn Naquin

Hello, 

google has responded that they are looking into the issue. However, it has 
been more than 1 week. I cannot remove labels from this account in the 
browser Gui or with the API. Anybody out there have a workaround? Thanks.
On Tuesday, April 26, 2022 at 3:16:27 PM UTC-5 adsapi wrote:

> Hello Shawn,
>
> Thanks for reaching out to the Google Ads API forum. I have seen you 
> encountered two separate errors generated on your end.
> For us to investigate, could you please provide us with both complete logs 
> within the format of the request 
> 
>  and response 
> 
>  logs 
> with request-id 
> 
>  and login-customer-id 
> ,
>  
> so our team can better check the root cause of the error. Please let me 
> know if you have any questions on this.
>
> Please send the requested details via the *Reply privately to the author* 
> option. 
> If this option is not available, you may send the details directly to our 
> googleadsa...@google.com alias by referring to this thread.
>
> Best regards,
> [image: Google Logo] 
> Jakeia Sabrina 
> Google Ads API Team  
>
> ref:_00D1U1174p._5004Q2aNUGo: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/41f8f291-1c10-481b-bc63-ec7adc97bb77n%40googlegroups.com.


Re: Selecting impressions_from_store_reach

2022-05-10 Thread Laurent Thoulon
Hello,

Thank you for this quick answer.
I've seen that indeed. However I would like to access this metric and it 
seems that the metric itself says it should be available on the feed item. 
How could I access it ?
Thanks.

On Tuesday, May 10, 2022 at 5:52:21 PM UTC+2 adsapi wrote:

> Hi Laurent,
>
> Thank you for reaching out to the Google Ads API support team.
>
> The 'metrics.impressions_from_store_reach is not support in the 
> extenstion_feed_item report. Please see the extension_feed_iteam 
> 
>  report. 
> You can use available metrics in the report.
>
> Thanks,
> [image: Google Logo] 
> Nirmita 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2arQti:ref
>

-- 




You received this electronic message as part of a business or 
employment relationship with one or several Ask Locala entities. Its 
content is strictly confidential and is covered by the obligation of 
confidentiality and business secrecy. Any dissemination, copying, printing 
distribution, retention or use of the message’s content or any attachments 
that could be detrimental to Ask Locala is forbidden, even if it was 
forwarded by mailing lists. 
If you are not the intended recipient, please 
notify the sender of the error without delay and delete permanently this 
email and any files from your system and destroy any printed copies. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9b8165f9-d54d-4a2f-bb2f-db926ec7095an%40googlegroups.com.


Re: "An internal error has occurred" randomly happens on one of our integration test

2022-05-10 Thread Gianfranco Gallicchio Primavera
Hi! Any update on this?

El jueves, 5 de mayo de 2022 a la(s) 10:48:26 UTC-3, Gianfranco Gallicchio 
Primavera escribió:

> Thanks!
>
> El jueves, 5 de mayo de 2022 a la(s) 08:02:43 UTC-3, adsapi escribió:
>
>> Hi there,
>>
>> Thanks for reaching out to the Google Ads API Forum.
>>
>> I had to delete your post as it contained your logs. I am reposting below 
>> without the sensitive log information for reference :
>>
>> *“We have an integration test that fails at random and returns  An 
>> internal error has occurred message.*
>>
>> *These are some logs of the requests that we are making on the test:*
>>
>> *Request---MethodName: 
>> google.ads.googleads.v10.services.GoogleAdsService/SearchStream*
>>
>> *query: "SELECT ad_group_criterion.criterion_id FROM ad_group_criterion 
>> WHERE ad_group.id  >= 134714860925 AND 
>> ad_group.campaign = \'customers/1754975815/campaigns/17136938565 
>> <(713)%20693-8565>\' ORDER BY ad_group_criterion.criterion_id LIMIT 4"*
>>
>> *Failure message: errors {*
>>
>> *error_code {*
>>
>> *internal_error: INTERNAL_ERROR*
>>
>> *}*
>>
>> *message: "An internal error has occurred."*
>>
>> *}*
>>
>> *request_id: "9CSHWD1uXE7744kLDwZdtQ"*
>>
>> *Status: Status{code=INTERNAL, description=Internal error encountered., 
>> cause=null}.*
>>
>> *2022-05-04 11:09:36,741 [grpc-default-executor-0] WARN 
>> c.g.a.googleads.lib.request.summary:logAtLevel#159 - FAILURE REQUEST 
>> SUMMARY. Method: 
>> google.ads.googleads.v10.services.GoogleAdsService/SearchStream, Endpoint: *
>> *googleads.googleapis.com* *:443, 
>> CustomerID: 1754975815, RequestID: 8n31qKLiD-ndVzKg9hipYg, ResponseCode: 
>> INTERNAL, Fault: Internal error encountered..*
>>
>> *Request*
>>
>> *---*
>>
>> *MethodName: 
>> google.ads.googleads.v10.services.GoogleAdsService/SearchStream *
>>
>> *query: "SELECT ad_group_criterion.criterion_id FROM ad_group_criterion 
>> WHERE ad_group.id  >= 134714860925 AND 
>> ad_group.campaign = \'customers/1754975815/campaigns/17136938565 
>> <(713)%20693-8565>\' ORDER BY ad_group_criterion.criterion_id LIMIT 4"*
>>
>> *Response*
>>
>> **
>>
>> *Failure message: errors {*
>>
>> *error_code {*
>>
>> *internal_error: INTERNAL_ERROR*
>>
>> *}*
>>
>> *message: "An internal error has occurred."*
>>
>> *}*
>>
>> *request_id: "8n31qKLiD-ndVzKg9hipYg"*
>>
>> *Request*
>>
>> *---*
>>
>> *MethodName: 
>> google.ads.googleads.v10.services.GoogleAdsService/SearchStream*
>>
>> * query: "SELECT ad_group_criterion.criterion_id FROM ad_group_criterion 
>> WHERE ad_group.id  >= 134714860925 AND 
>> ad_group.campaign = \'customers/1754975815/campaigns/17136938565 
>> <(713)%20693-8565>\' ORDER BY ad_group_criterion.criterion_id LIMIT 4"*
>>
>> *I could really use some help with this issue.*
>>
>> *Thanks in advance!*
>>
>> *--”*
>>
>>  
>>
>> Upon checking, I can see that your GAQL contains a filter for an 
>> ad_group.id >=  in WHERE clause that resulted in internal_error. I’ve 
>> replicated on my end as well. Allow me to report this Internal_error with 
>> my rest of the team. We will reach out once we have updates.
>>
>> Regards,
>> [image: Google Logo] 
>> Yasar 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q2aQWmh: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/63419633-a933-46f9-8767-d1fc7a5aee2cn%40googlegroups.com.


Re: Generating refresh token

2022-05-10 Thread Katherine Martin
Hi Adsapi,

It seems that you have sent me the same documentation again, is there 
anywhere I can go for actual steps on how to do it / anyone I can talk to 
for help?

Best,
Kitty

On Tuesday, 10 May 2022 at 15:39:28 UTC+1 adsapi wrote:

> Hi Katherine,
>
> Thanks for getting back to us.
>
> For the refresh token, you may refer here to this *guide* 
>  
> for the steps on how you can generate the refresh token. 
>
> Let me know if this helps.
>
> Regards,
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2ar2kA: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/628701d3-c1c9-45f4-ab21-b89abda3a790n%40googlegroups.com.


RE: What is the exact Google Ads API v9 sunset date?

2022-05-10 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. Currently as of time we 
can just confirm that v9 will be sunsets in June/July 2022. The exact date is 
not announced yet.
However, it'll be announced on our Google Ads developer blog when it gets 
closer to the date.

Feel free to reply back if you have any other questions.

Best regards,

Jakeia Sabrina
Google Ads API Team
ref:_00D1U1174p._5004Q2aqeO3: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/ku0xl0RBO99J001xnTpyq5QF2v6D4ltxxNcA%40sfdc.net.


Nested where clause and OR clauses

2022-05-10 Thread Kristijan Novaković
Is it possible to write nested where clause in Ads API and is it possible 
to use OR key? If so, how, I couldn't find anything in docs.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7928fd28-e9e9-404a-b0c3-b01dd4d22dedn%40googlegroups.com.


RE: I am trying to get Adward Report in CSV format.

2022-05-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Chirag,

Thank you for reaching out.

The AdWords API has sunset on April 27, 2022. Since you will experience errors 
and lose API access if you don’t migrate to the Google Ads API as soon as 
possible. Please see below the information which may be helpful:

Benefits of Google Ads API, including: Performance Max, Recommendations and 
Optimization Score, billing management, and the new Google Ads Query Language
Intro to Google Ads API in 60 seconds
How-to guide for migration
Migration workshop videos


If you have any questions about the API or the migration, please respond to 
this email and one of our team members will follow up with you.

Thanks,

Nirmita
Google Ads API Team
ref:_00D1U1174p._5004Q2ar1Vi: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/T3cJ60RBO6ZN00kz2QSQoWSJCdVExN-rzebQ%40sfdc.net.


Re: Batch Jobs stuck on RUNNING state on GoogleAds API

2022-05-10 Thread Skander Mansouri
is there any updates on this?

Le lundi 9 mai 2022 à 10:59:39 UTC+2, jaume@channable.com a écrit :

> Hi Google,
>
> Expanding a bit more on this issue, we actually have some customers that 
> are "stuck" with 100 running BatchJobs (affecting different campaigns).
> This means that we can't do anything for them anymore unless we use the 
> API directly, which, as mentioned by our google partner, is not a good 
> option with our use cases.
>
> Hope this can be resolved soon.
>
> Jaume
>
>
> On Monday, May 9, 2022 at 8:29:39 AM UTC+2 Ciel Eijssen wrote:
>
>> Hi,
>>
>> Over the weekend the problem has only gotten worse and we now have over 
>> 2000 batch jobs stuck in the RUNNING state since at least yesterday 
>> morning, May 8th.
>>
>> I already supplied you a list of the affected batch job ids and customer 
>> ids from before the weekend, but I can give you an updated list if needed. 
>>
>> Appreciate your time.
>>
>> Best,
>> Ciel
>>
>> On Sunday, May 8, 2022 at 9:04:20 PM UTC+2 Christian wrote:
>>
>>> Hi,
>>>
>>> We are facing the same issue since May 5. Today (May 8), we see batch 
>>> jobs in state RUNNING since May 6:
>>>
>>> SELECT batch_job.id, batch_job.status, 
>>> batch_job.metadata.creation_date_time, 
>>> batch_job.metadata.estimated_completion_ratio FROM batch_job WHERE 
>>> batch_job.status != DONE ORDER BY batch_job.metadata.creation_date_time 
>>> LIMIT 4
>>>
>>> batch_job {
>>>   resource_name: "customers/50.307/batchJobs/9016872863 
>>> <(901)%20687-2863>"
>>>   metadata {
>>> creation_date_time: "2022-05-06 06:23:50"
>>> estimated_completion_ratio: 0.0
>>>   }
>>>   status: RUNNING
>>>   id: 9016872863 <(901)%20687-2863>
>>> }
>>>
>>> batch_job {
>>>   resource_name: "customers/50.307/batchJobs/9016708636 
>>> <(901)%20670-8636>"
>>>   metadata {
>>> creation_date_time: "2022-05-06 06:23:51"
>>> estimated_completion_ratio: 0.0
>>>   }
>>>   status: RUNNING
>>>   id: 9016708636 <(901)%20670-8636>
>>> }
>>>
>>> batch_job {
>>>   resource_name: "customers/50.307/batchJobs/9020761205"
>>>   metadata {
>>> creation_date_time: "2022-05-06 12:33:30"
>>> estimated_completion_ratio: 0.0
>>>   }
>>>   status: RUNNING
>>>   id: 9020761205
>>> }
>>>
>>> batch_job {
>>>   resource_name: "customers/50.307/batchJobs/9030551684"
>>>   metadata {
>>> creation_date_time: "2022-05-07 12:14:41"
>>> estimated_completion_ratio: 0.0
>>>   }
>>>   status: RUNNING
>>>   id: 9030551684
>>> }
>>>
>>> Is the job Id sufficient to investigate this on your side or should I 
>>> send the customer ID in private as well?
>>>
>>> Thanks for your support.
>>>
>>> Best,
>>> Christian
>>> On Friday, May 6, 2022 at 4:29:50 PM UTC+2 jaume@channable.com 
>>> wrote:
>>>
 Hi,

 We've replied with some logs as well.
 Also, we are over 2000 BatchJobs for different customers that are in 
 this state right now...

 We have seen that one of the affected BatchJobs (with 7 CREATE 
 AdGroupAd operations!) finished after 48 hours. 
 So it seems to be that it's just very slowly being processed, but 
 waiting for 48hours doesn't seem like a good approach.

 Hope to hear from you,
 Thanks.

 On Friday, May 6, 2022 at 2:50:35 PM UTC+2 ska...@armis.tech wrote:

> Hi,
>
> I sent the request/response privately, I'm not sure if it was well 
> received?
>
> do you have an update on this issue as it's blocking our business 
> operations!
>
> Le jeudi 5 mai 2022 à 17:28:01 UTC+2, adsapi a écrit :
>
>> Hello Everyone,
>>
>> Thanks for reaching out to the Google Ads API Forum.
>>
>> I can see that you are all having issues with BatchJobs requests. 
>> However, could you please provide us with the complete *request* 
>> 
>>  
>> and *response* 
>> 
>>  
>> logs with the *request-id* 
>> 
>>  
>> generated for the BatchJobs requests where we can see said observed 
>> behavior via the *Reply privately to author* option, so I can report 
>> this to my rest of the team? 
>>
>> For the client library, logging can be enabled by navigating to the 
>> Client libraries > Your client library (ex Java) > Logging 
>> documentation, 
>> which you can access from this link 
>> . 
>>
>> Regards,
>> [image: Google Logo] 
>> Yasar 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q2aQjmG:ref
>>
>

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

Selecting impressions_from_store_reach

2022-05-10 Thread Laurent Thoulon


Hi Google Support,

I've run into an issue with the Google Ads Query Validator and need some 
help debugging.

   - API Version: v10
   - Query: "SELECT campaign.id, segments.date, metrics.cost_micros, 
   metrics.impressions_from_store_reach, 
   metrics.all_conversions_from_click_to_call, 
   metrics.all_conversions_from_directions, 
   metrics.all_conversions_from_store_website, 
   metrics.all_conversions_from_store_visit FROM extension_feed_item WHERE 
   campaign.id IN(12345) AND segments.date BETWEEN '2022-05-05' AND 
   '2022-05-05'"
   - Result: Invalid Query (errors below)
  - 'metrics.impressions_from_store_reach' is not a valid field in the 
  SELECT clause when 'extension_feed_item' is the resource in the FROM 
  clause. Fields in the SELECT must be 'Selectable'.
   - Link to query result: 
   
https://gaql-query-builder.uc.r.appspot.com/v10/share?q=SELECT%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20campaign.id%2C%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20segments.date%2C%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20metrics.cost_micros%2C%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20metrics.impressions_from_store_reach%2C%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20metrics.all_conversions_from_click_to_call%2C%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20metrics.all_conversions_from_directions%2C%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20metrics.all_conversions_from_store_website%2C%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20metrics.all_conversions_from_store_visit%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20FROM%20extension_feed_item%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20WHERE%20campaign.id%20IN(12345)%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20AND%20segments.date%20BETWEEN%20'2022-05-05'%20AND%20'2022-05-05'
   - Expected result: I expect the impressions_from_store_reach to be 
   available as stated on its 
   documentation: 
https://developers.google.com/google-ads/api/fields/v10/metrics#metrics.impressions_from_store_reach
 
   that I quote "This metric applies to feed items only."

Thanks!

-- 




You received this electronic message as part of a business or 
employment relationship with one or several Ask Locala entities. Its 
content is strictly confidential and is covered by the obligation of 
confidentiality and business secrecy. Any dissemination, copying, printing 
distribution, retention or use of the message’s content or any attachments 
that could be detrimental to Ask Locala is forbidden, even if it was 
forwarded by mailing lists. 
If you are not the intended recipient, please 
notify the sender of the error without delay and delete permanently this 
email and any files from your system and destroy any printed copies. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2e909ebc-6fad-4ad7-8128-37979dd06ad6n%40googlegroups.com.


RE: Google ads - Forecast metrics showing wrong result as compare to google ads UI

2022-05-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Yogesh,

Thanks for reaching out to the Google Ads API Forum.

Since you mentioned that the Google Ads UI showing different estimation result 
and Ads API showing different (clicks and impressions result) for the forecast 
metrics API while fetching clicks and impressions, could you provide us with 
the complete request and response logs with the request-id generated for the 
API, and whole Google Ads UI screenshot showing said behavior, so that our team 
can check better?

For the client library, logging can be enabled by navigating to the Client 
libraries > Your client library (ex Java) > Logging documentation, which you 
can access from this link.

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 googleadsapi-supp...@google.com alias by referring to this forum post.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2aquDM: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/dma3G0RBO5I300Mb6ECd5hTI-XWDYKe-W21A%40sfdc.net.


RE: Migrating code to fetch customer IDs

2022-05-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ran,

Thanks for reaching out to the Google Ads API Forum.

Yes, you may use Google Ads CustomerServiceClient listAccessibleCustomers. 
Kindly note that the ListAccessibleCustomers method in CustomerService lists 
customers accessible to you. The resulting list of customers is based on your 
OAuth credentials. The request returns a list of all accounts that you are able 
to act upon directly given your current credentials.

Also, you may use customer_client resource to fetch the hierarchy of the 
accounts in a single API call using GoogleAdsService.searchStream.

Let us know if you have any further questions.

Regards,

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


RE: Using the new Google Ads API

2022-05-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Dima,

Thanks for reaching out to the Google Ads API Forum.

Kindly note that you may receive the error ‘USER_PERMISSION_DENIED’ when a user 
doesn't have permission to access a customer and you’re accessing a client 
customer using 'login-customer-id’ in the request.

Since you specified the "login-customer-id": "1847133147", could you confirm if 
the user / email address you used to generate your OAuth2 credentials indeed 
has access to the said 1847133147 MCC / manager account?

To avoid the above error, you will need to ensure that the user / email address 
you used to generate the credentials indeed has access to the account in your 
request. If the user / email address has access or is associated to the MCC / 
manager account, you will need to specify the said MCC / manager account's ID 
as the value of the login-customer-id field.

If the issue persists, you may share the user / email address it was you used 
when you generated your credentials, and complete logs via the Reply privately 
to author option, so our team can better check.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2ar4q5: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/6b4SF0RBO4WU00FBCLdRkSTS-67iM0AAJnkA%40sfdc.net.


Re: including Locations when creating a campaign via REST

2022-05-10 Thread 'Matan Peleg' via Google Ads API and AdWords API Forum
thanks for your reply.

Is it done via the geoTargetConstant? 
I need to add locations by DMA value. does every DMA have criterion_id? if 
so, how do know what that id is?
can I add multiple DMAs as an array?

On Wednesday, May 4, 2022 at 3:48:32 PM UTC+3 adsapi wrote:

> Hello,
>
> Thanks for reaching out. You can target locations while creating campaigns 
> by using customers.campaignCriteria.mutate 
> .
>  
> You can specify 'location' as the CampaignCriterion 
> 
>  
> in your request.
>
> Regards,
> Matt
> Google Ads API Team
>
> [image: Google Logo] 
> Matt 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2aPz3F: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/b09fd32a-bd66-40a1-ac9a-159dd3b855f6n%40googlegroups.com.


RE: Google ad Manager

2022-05-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi there,

Thanks for reaching out to the Google Ads API Forum.

Please note that this forum channel can only provide assistance to 
issues/concerns related to the AdWords API / Google Ads API.

Unfortunately, our team does not have support scope on the SDK related concern. 
However, you may reach out to the admob forum via this Google group forum for 
the assistance related to technical SDK support across Android, iOS, and some 
game engines.

Let us know if you have any questions related to our API.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2ar0wr: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/SXbob0RBO4F600l5iFgAKvQg-znYPAPztCMQ%40sfdc.net.


Re: protobuf PHP Extension

2022-05-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi RK,

Thanks for getting back to us.

Since you have followed the steps provided in the documents for PHP client 
library, and client library setup is still not working for you, then I 
recommend you to reach out to PHP client library owners by opening a new issue 
with their team via issue tracker, for further assistance.

Let us know if you have any further questions.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2aO4K5: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/GyfrZ0RBO4BR00TO3-DG9_RhCRFx7gcXk3AQ%40sfdc.net.


Re: Difference between tROAS fields

2022-05-10 Thread Stephen Cubbellotti
Hello Heidi,
The Product team said because it was not something you could see in the UI
that they could not answer it and that it was an API team question.
Luckily, Ernie from your team was able to provide me with a very clear
explanation to my question.
Thank you,
Stephen

On Mon, May 9, 2022 at 11:54 PM Google Ads API Forum Advisor
 wrote:

> Hi Stephen,
>
> Thank you for reaching out to us.
>
> We noticed that you have a thread before regarding the differentiation of
> fields and we also suggest you route to the product support team via this
> link  .
>
> Since you reached out once more to our team and for us to further assist
> you, could you provide what the product team provided that is still unclear
> and so our team can further help with? Also could you share which API
> report you are using these fields with?
>
> Feel free to send those over to our team and we would be happy to assist
> you further.
>
> Best regards,
> [image: Google Logo]
> Heidi
> Google Ads API Team
>   ​​​
>
> ref:_00D1U1174p._5004Q2aRE8a:ref
>


-- 

*Stephen Cubbellotti, PhD*
He/Him/His
Senior Data Analyst
*SeatGeek* 
🌍

  ✉️ [image:
https://www.linkedin.com/in/stephen-cubbellotti-03442060/]


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAKxV-_keewqc-3AgvS%2BFHQrE_%3D6RpbMDnt6fsADXXgq1o4%2Bngw%40mail.gmail.com.


GRPC error: Received unexpected EOS on empty DATA frame from server

2022-05-10 Thread 'Daan Groot' via Google Ads API and AdWords API Forum
Hi,

When querying ad_group_ad_asset_view we sometimes get back the following 
error: INTERNAL: Received unexpected EOS on empty DATA frame from server.
This seems to happen when the request has been running for an hour. 
Therefore, we thought this was a time-out and we increased the time-out to 
4 hours. Unfortunately, this did not make a difference, we are still 
getting errors.

Some more details:

   - We are on version 9
   - We use the java client
   - We use  SearchStream requests
   - Full query: "SELECT\n" +
   " asset.id,\n" +
   " asset.text_asset.text,\n" +
   " ad_group.id,\n" +
   " ad_group_ad.ad.id,\n" +
   " ad_group_ad.ad.responsive_search_ad.headlines\n" +
   "FROM\n" +
   " ad_group_ad_asset_view\n" +
   "WHERE\n" +
   " campaign.status != 'REMOVED' AND\n" +
   " ad_group.status != 'REMOVED' AND\n" +
   " ad_group_ad.status != 'REMOVED' AND\n" +
   " ad_group_ad.ad.type = 'RESPONSIVE_SEARCH_AD' AND\n" +
   " ad_group_ad_asset_view.enabled = true AND\n" +
   " ad_group_ad_asset_view.field_type = 'HEADLINE'"
   - Full java stack trace: Caused by: 
   com.google.api.gax.rpc.InternalException: io.grpc.StatusRuntimeException: 
   INTERNAL: Received unexpected EOS on empty DATA frame from server
   at 
   
com.google.api.gax.rpc.ApiExceptionFactory.createException(ApiExceptionFactory.java:67)
   at 
   
com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:72)
   at 
   
com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:60)
   at 
   
com.google.api.gax.grpc.ExceptionResponseObserver.onErrorImpl(ExceptionResponseObserver.java:82)
   at 
   
com.google.api.gax.rpc.StateCheckingResponseObserver.onError(StateCheckingResponseObserver.java:86)
   at 
   
com.google.api.gax.grpc.GrpcDirectStreamController$ResponseObserverAdapter.onClose(GrpcDirectStreamController.java:149)
   at 
   
io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
   at 
   
io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
   at 
   
io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
   at 
   
com.google.ads.googleads.lib.logging.LoggingInterceptor$1$1.onClose(LoggingInterceptor.java:113)
   at 
   
io.grpc.internal.DelayedClientCall$DelayedListener$3.run(DelayedClientCall.java:463)
   at 
   
io.grpc.internal.DelayedClientCall$DelayedListener.delayOrExecute(DelayedClientCall.java:427)
   at 
   
io.grpc.internal.DelayedClientCall$DelayedListener.onClose(DelayedClientCall.java:460)
   at 
   io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:557)
   at io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:69)
   at 
   
io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:738)
   at 
   
io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:717)
   at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
   at 
   io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:133)
   ... 3 more

We hope you can give us more insights on why this is happening. Thanks!

Best,
Daan Groot

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9dead67a-fe0b-4917-9d9b-b889c517f850n%40googlegroups.com.


Grpc error: Received unexpected EOS on empty DATA frame from server

2022-05-10 Thread 'Daan Groot' via Google Ads API and AdWords API Forum
Hi,

When querying ad_group_ad_asset_view we sometimes get back the following 
error: INTERNAL: Received unexpected EOS on empty DATA frame from server.
This seems to happen when the request has been running for an hour. 
Therefore, we thought this was a time-out and we increased the time-out to 
4 hours. Unfortunately, this did not make a difference, we are still 
getting errors.

Some more details:

   - We are on version 9
   - We use the java client
   - We use  SearchStream requests
   - Full query: "SELECT\n" +
   " asset.id,\n" +
   " asset.text_asset.text,\n" +
   " ad_group.id,\n" +
   " ad_group_ad.ad.id,\n" +
   " ad_group_ad.ad.responsive_search_ad.headlines\n" +
   "FROM\n" +
   " ad_group_ad_asset_view\n" +
   "WHERE\n" +
   " campaign.status != 'REMOVED' AND\n" +
   " ad_group.status != 'REMOVED' AND\n" +
   " ad_group_ad.status != 'REMOVED' AND\n" +
   " ad_group_ad.ad.type = 'RESPONSIVE_SEARCH_AD' AND\n" +
   " ad_group_ad_asset_view.enabled = true AND\n" +
   " ad_group_ad_asset_view.field_type = 'HEADLINE'"
   - Full java stack trace: Caused by: 
   com.google.api.gax.rpc.InternalException: io.grpc.StatusRuntimeException: 
   INTERNAL: Received unexpected EOS on empty DATA frame from server
   at 
   
com.google.api.gax.rpc.ApiExceptionFactory.createException(ApiExceptionFactory.java:67)
   at 
   
com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:72)
   at 
   
com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:60)
   at 
   
com.google.api.gax.grpc.ExceptionResponseObserver.onErrorImpl(ExceptionResponseObserver.java:82)
   at 
   
com.google.api.gax.rpc.StateCheckingResponseObserver.onError(StateCheckingResponseObserver.java:86)
   at 
   
com.google.api.gax.grpc.GrpcDirectStreamController$ResponseObserverAdapter.onClose(GrpcDirectStreamController.java:149)
   at 
   
io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
   at 
   
io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
   at 
   
io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
   at 
   
com.google.ads.googleads.lib.logging.LoggingInterceptor$1$1.onClose(LoggingInterceptor.java:113)
   at 
   
io.grpc.internal.DelayedClientCall$DelayedListener$3.run(DelayedClientCall.java:463)
   at 
   
io.grpc.internal.DelayedClientCall$DelayedListener.delayOrExecute(DelayedClientCall.java:427)
   at 
   
io.grpc.internal.DelayedClientCall$DelayedListener.onClose(DelayedClientCall.java:460)
   at 
   io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:557)
   at io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:69)
   at 
   
io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:738)
   at 
   
io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:717)
   at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
   at 
   io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:133)
   ... 3 more
   Suppressed: java.lang.RuntimeException: Asynchronous task failed
   at 
   
com.google.api.gax.rpc.ServerStreamIterator.hasNext(ServerStreamIterator.java:105)
   at 
   
com.bgenius.api.connector.googleads.GoogleAdsRowSynchronizer.execute_aroundBody0(GoogleAdsRowSynchronizer.java:64)
   at 
   
com.bgenius.api.connector.googleads.GoogleAdsRowSynchronizer.execute_aroundBody1$advice(GoogleAdsRowSynchronizer.java:19)
   at 
   
com.bgenius.api.connector.googleads.GoogleAdsRowSynchronizer.execute(GoogleAdsRowSynchronizer.java:1)
   at 
   
com.bgenius.api.connector.adwords.synchronizer.account.AdwordsStructureSynchronizer.execute_aroundBody0(AdwordsStructureSynchronizer.java:92)
   at 
   
com.bgenius.api.connector.adwords.synchronizer.account.AdwordsStructureSynchronizer$AjcClosure1.run(AdwordsStructureSynchronizer.java:1)
   at 
   org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:167)
   at 
   
com.bgenius.api.synchronizer.apmtracing.TraceAspect.traceExecute(TraceAspect.java:19)
   at 
   
com.bgenius.api.connector.adwords.synchronizer.account.AdwordsStructureSynchronizer.execute(AdwordsStructureSynchronizer.java:81)
   at 
   
com.bgenius.api.synchronizer.context.SynchronizerContextHolder.executeInLocalContext(SynchronizerContextHolder.java:92)
   at 
   
com.bgenius.api.thread.SynchronizeAccountThread.synchronize(SynchronizeAccountThread.java:66)
   at 
   
com.bgenius.api.thread.SynchronizeAccountThread.execute(SynchronizeAccountThread.java:48)
   at nl.traffic4u.sch.SchedulerThread.run(SchedulerThread.java:95)
   ... 3 more
   Caused by: io.grpc.StatusRuntimeException: INTERNAL: R

Re: Generating refresh token

2022-05-10 Thread Katherine Martin
Hi Adsapi,

Thanks for the quick reply.

I have read the documentation however I don't think it specifically 
includes information on the actual process of generating the refresh token. 
Could I please have assistance in doing it.

Thanks,
Katherine

On Tuesday, 10 May 2022 at 07:10:24 UTC+1 adsapi wrote:
Hi Katherine,

Thank you for reaching out to the Google Ads API team.

Moving forward, it appears that this is specifically about generating the 
refresh token. That said, the documentation 

 you 
have found is the right guide on how to obtain a refresh token. As you can 
see on the said documentation, if your application needs access to a Google 
API beyond the lifetime of a single access token, it can obtain a refresh 
token. Also, you may refer to this *guide* 
 
for 
more details on how to generate refresh tokens.

Regards,




Carmela
Google Ads API Team
 

ref:_00D1U1174p._5004Q2ar2kA:ref

On Tuesday, 10 May 2022 at 07:10:24 UTC+1 adsapi wrote:

> Hi Katherine,
>
> Thank you for reaching out to the Google Ads API team.
>
> Moving forward, it appears that this is specifically about generating the 
> refresh token. That said, the documentation 
> 
>  you 
> have found is the right guide on how to obtain a refresh token. As you can 
> see on the said documentation, if your application needs access to a Google 
> API beyond the lifetime of a single access token, it can obtain a refresh 
> token. Also, you may refer to this *guide* 
>  
> for 
> more details on how to generate refresh tokens.
>
> Regards,
> [image: Google Logo] 
> Carmela 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2ar2kA: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/5b7c1faa-7ba8-4e63-b2eb-c9937b846cd2n%40googlegroups.com.


Returns a value that is not specified in the advertisingChannelType.

2022-05-10 Thread p_hy

When using the Google API v10 version, a value that is not specified in the 
divertingChannelType is returned.

'UNRECOGNIZED'

Is this the right value to be returned?
Please check if the document has not been updated.

I checked it on this page.
https://developers.google.com/google-ads/api/reference/rpc/v10/AdvertisingChannelTypeEnum.AdvertisingChannelType

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5915dc50-e60c-4fc3-8566-5c8e6cbd4b92n%40googlegroups.com.


More Google Ads confusion (in C#)

2022-05-10 Thread axtens
So according to the  
[KeywordPlanIdeaService](https://developers.google.com/google-ads/api/reference/rpc/v10/KeywordPlanIdeaService)
 
documentation there's `GenerateKeywordIdeas` and 
`GenerateKeywordHistoricalMetrics'.

On line 169 of 

 
one sees
```
GenerateKeywordIdeasRequest request = new GenerateKeywordIdeasRequest()
```
However, nowhere in the samples does one see 
```
GenerateKeywordHistoricalMetricsRequest request = new  
GenerateKeywordHistoricalMetricsRequest()
```
and the Google Ads library (at least the google-ads-dotnet one) knows 
nothing about such a symbol.

When might one expect the sources to catch up with the documentation?

--- Bruce.

```

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/75d273a9-c68e-4df5-bb87-0475b2bed55fn%40googlegroups.com.