How to create AWQL with Custom date use "DURING"

2020-07-16 Thread maist...@gmail.com
Hi,

I have try to get report use AWQL, but i want filter it by date, 
My AWQL script:
SELECT CampaignId,Amount,StartDate,EndDate,Period FROM 
CAMPAIGN_PERFORMANCE_REPORT DURING 20200701,20200705

==

My Result is like this :



















Can you tell me, which field is used for during clause? is it startDate or 
anything else?
because if "DURING" use startDate field then "DURING" not filtering my data.

Thanks, 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 
"AdWords API and Google Ads 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/c742202a-fccf-4559-affc-25c84448d713n%40googlegroups.com.


Re: Discrepancy between UI and API for creation of portfolio bid strategy with Maximize Conversions

2020-07-16 Thread Google Ads API Forum Advisor Prod
Hello Claude,

I'll double-check that one, and I'll get back to you.

Best,
Nadine, Google Ads API Team
ref:_00D1U1174p._5001UXTFO9: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 
"AdWords API and Google Ads 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/6cJge0QDLFTA00d8CQqMaXRw6wkZKltyVufg%40sfdc.net.


Re: Why does this field not exist?

2020-07-16 Thread David Scott
See: 
https://developers.google.com/google-ads/api/reference/rpc/v4/PositiveGeoTargetTypeEnum.PositiveGeoTargetType
and: 
https://developers.google.com/google-ads/api/reference/rpc/v4/Campaign.GeoTargetTypeSetting

David

On Thursday, July 16, 2020 at 12:00:15 PM UTC-4, David Scott wrote:
>
> If this field does exist I need to modify it.
> How can I do it?
>
> Request:
>
>   "operations": 
>   [
> {
>   "updateMask": "campaign.geoTargetTypeSetting",
>
>
>   "update": {
> "positive_geo_target_type": "PRESENCE"
>   }
> }
>   ]
>
> Response:
> {
>"error": {
>  "code": 400,
>  "message": "Invalid JSON payload received. Unknown name 
> \"positive_geo_target_type\" at 'operations[0].update': Cannot find field.",
>  "status": "INVALID_ARGUMENT",
>  "details": [
>{
>  "@type": "type.googleapis.com/google.rpc.BadRequest",
>  "fieldViolations": [
>{
>  "field": "operations[0].update",
>  "description": "Invalid JSON payload received. Unknown name 
> \"positive_geo_target_type\" at 'operations[0].update': Cannot find field."
>}
>  ]
>}
>  ]
>}
>  }
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/35a48022-d203-4bfc-bdb3-b0b242508b8fo%40googlegroups.com.


Re: Why does this field not exist?

2020-07-16 Thread David Scott
  % Total% Received % Xferd  Average Speed   TimeTime Time  
Current
 Dload  Upload   Total   SpentLeft  
Speed
100   7360   566  100   170   3317996 --:--:-- --:--:-- --:--:--  
3329
{
   "error": {
 "code": 400,
 "message": "Invalid JSON payload received. Unknown name 
\"positive_geo_target_type\" at 'operations[0].update': Cannot find field.",
 "status": "INVALID_ARGUMENT",
 "details": [
   {
 "@type": "type.googleapis.com/google.rpc.BadRequest",
 "fieldViolations": [
   {
 "field": "operations[0].update",
 "description": "Invalid JSON payload received. Unknown name 
\"positive_geo_target_type\" at 'operations[0].update': Cannot find field."
   }
 ]
   }
 ]
   }
 }

On Thursday, July 16, 2020 at 12:00:15 PM UTC-4, David Scott wrote:
>
> If this field does exist I need to modify it.
> How can I do it?
>
> Request:
>
>   "operations": 
>   [
> {
>   "updateMask": "campaign.geoTargetTypeSetting",
>
>
>   "update": {
> "positive_geo_target_type": "PRESENCE"
>   }
> }
>   ]
>
> Response:
> {
>"error": {
>  "code": 400,
>  "message": "Invalid JSON payload received. Unknown name 
> \"positive_geo_target_type\" at 'operations[0].update': Cannot find field.",
>  "status": "INVALID_ARGUMENT",
>  "details": [
>{
>  "@type": "type.googleapis.com/google.rpc.BadRequest",
>  "fieldViolations": [
>{
>  "field": "operations[0].update",
>  "description": "Invalid JSON payload received. Unknown name 
> \"positive_geo_target_type\" at 'operations[0].update': Cannot find field."
>}
>  ]
>}
>  ]
>}
>  }
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/6e0ae9c4-501a-4afd-bcf6-e1ba3cd7ac15o%40googlegroups.com.


Re: NO_CUSTOMER_FOUND issue

2020-07-16 Thread Google Ads API Forum Advisor Prod
Hi,

Thanks for reaching out. With regards to your concern, you can provide logs via 
email the api alias or directly to the forum but to be sure to remove any 
confidential info as mentioned here.

Thanks,
Nirmita Patel Google Ads Team
ref:_00D1U1174p._5004Q21mBxU: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 
"AdWords API and Google Ads 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/Y_prz0QDKWLL00Ry7BQf4fQpaw7TPvACUaIQ%40sfdc.net.


RE: Is there a way to get Client Customers ID from Adwords?

2020-07-16 Thread Google Ads API Forum Advisor Prod
Hi Tsila,

Thank you for reaching out. You would be able to call 
CustomerService.getCustomers() in the Adwords API to return details of all the 
customers directly accessible by the user authenticating the call.


Thanks and regards,
Xiaoming, Google Ads API Team
ref:_00D1U1174p._5004Q21merD: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 
"AdWords API and Google Ads 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/ROOWD0QDKVCA00dlsFA_DlQwm4qCPz6Jws-Q%40sfdc.net.


Is there a way to get Client Customers ID from Adwords?

2020-07-16 Thread ts...@rivery.io
Hi,
I'm looking to an equivalent request to the 
'/customers:listAccessibleCustomers' request in Google Ads. Is there a 
similar request in Adwords?

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 
"AdWords API and Google Ads 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/bcae7c29-0119-4c4c-b0c0-034ab3f700b5n%40googlegroups.com.


RE: Missing Account IDs in Adwords API

2020-07-16 Thread Google Ads API Forum Advisor Prod
Hi Oren,

Thank you for reaching out. Can you please share the client customer ID you are 
using to make the call and the request and response logs for both calls via 
Reply privately to author so I can further investigate the issue? For AdWords, 
you can find information on enabling logging in the ReadMe of your client 
library. For Ads, you can find it in the dropdown menu of your client library 
on the left-hand side of the page here.

Google Ads API allows you to list accessible customers and also get the account 
hierarchy. Please note that these will return different accounts. The get 
account hierarchy call should match the AdWords API but the list accessible 
customers call shouldn't.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5004Q21mWZq: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 
"AdWords API and Google Ads 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/t5Ale0QDKSX300XUmO4JGTRr2j_osZvXd5aQ%40sfdc.net.


RE: Why does this field not exist?

2020-07-16 Thread Google Ads API Forum Advisor Prod
Hi David,

Thank you for reaching out. I can see that you are trying to update the 
positive_geo_target_type field to "PRESENCE." Can you please provide your CID 
along with the complete detailed logs of both the request and response so that 
I can deeper investigate? Kindly provide these details via the Reply privately 
to author option.

Regards,
Danica, Google Ads API Team
ref:_00D1U1174p._5004Q21mZjd: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 
"AdWords API and Google Ads 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/QGg2B0QDKSSS005Y6Qw_kATp6ti1v73xKzmA%40sfdc.net.


RE: Keywords limit per account

2020-07-16 Thread Google Ads API Forum Advisor Prod
Hi Thibault,

Thank you for reaching out. The keywords limit per account is 5 million. You 
could refer to this Help Center article for more information.


Thanks and regards,
Xiaoming, Google Ads API Team
ref:_00D1U1174p._5004Q21mYop: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 
"AdWords API and Google Ads 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/UTXR20QDKSTL00IqZmlhsqQBqh8saf_cjC6A%40sfdc.net.


RE: Migration to Google Ads API possible?

2020-07-16 Thread Google Ads API Forum Advisor Prod
Hi Markus,

Thank you for reaching out. Please find my answers to your questions below:

Where do I find reliable information what and when to migrate to the Google Ads 
API?
I suggest following our Ads Developer Blog for updates and information on when 
to migrate to the Google Ads API. You can refer to our Migration Guide for when 
you decide to migrate to the Google Ads API.

Which parts are considered "production ready"?
As mentioned in this blog post, we have determined that the Google Ads API is 
not yet ready for production usage and will remain in beta for the time being.

When will the AdWords API be deprecated?
We do not have a set date for when the AdWords API will be deprecated as it is 
currently the primary API for programmatically accessing and managing Google 
Ads campaigns while the Google Ads API is still in beta.

Why is the AdWords API stuck at v201809 and just the Google Ads API gets new 
releases? Are new features not added to the AdWords API?
Our top priority right now is to get the new Google Ads API ready for general 
availability. As such, we aren't planning on adding enhancements to the AdWords 
API, but we will continue to fully support it, and address any bugs as they are 
found. For more details, you may refer to this blog post.

Let me know if you have any additional questions.

Regards,
Danica, Google Ads API Team
ref:_00D1U1174p._5004Q21mbT6: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 
"AdWords API and Google Ads 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/5ScWo0QDKSS3000B-qjVlmQeS2nECTWhrGMA%40sfdc.net.


RE: empty data for EXTRACTED FROM WEB PAGE

2020-07-16 Thread Google Ads API Forum Advisor Prod
Hi Pixalione,

Thanks for reaching out. With regards to your concern, can you please share the 
complete detailed request and response logs of the call via Reply privately to 
the author so that I can further investigate the issue. You can find 
information on enabling logging in the ReadMe of your client library.

Thanks,
Nirmita Patel Google Ads Team
ref:_00D1U1174p._5004Q21mUnB: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 
"AdWords API and Google Ads 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/G_ndD0QDKQZ3009oSZuoh_Sx6kXVQ_ZPguXw%40sfdc.net.


Re: Discrepancy between UI and API for creation of portfolio bid strategy with Maximize Conversions

2020-07-16 Thread cbeau...@acquisio.com
Hello,

I'm having the same issue here but this time with the google api beta sdk 
v.4.

I can choose maximize conversion in the ui for a portfolio bidding strategy 
but in the c# sdk, i'm missing a property on the object BiddingStrategy to 
set it to maximize conversions.

Thanks

On Tuesday, March 17, 2020 at 11:27:34 AM UTC-4 adsapiforumadvisor wrote:

> Hello,
>
> Thanks for getting back to me. Woohoo!!! I'm doing a little happy dance 
> over here.
>
> Take care,
>
> Nadine, Google Ads API Team
>
> ref:_00D1U1174p._5001UXTFO9: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 
"AdWords API and Google Ads 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/72c149dc-aa2d-40e1-bb1d-d37950cdd26dn%40googlegroups.com.


I cant make an api call

2020-07-16 Thread sewell stephens
Hi, I am new to the Google Ads API and couldnt make an api call that i 
could use to display the campaign name, bid, budget, impr., clicks, and 
keywords associated with the campaign. I wanted to display this data in an 
html table, but when i did the api call, it threw an error when i used this 
URL.

https://googleads.googleapis.com/v4/customers/taken-out-for-privacy-reasons/campaigns:mutate?access_token=My-access-token&developer_token=My-developer-token

Is this API call URL invalid because it seems like it is. I'm bad with apis 
by the way

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/0c75d69a-2b64-4a0d-b02f-0f54808e2bfeo%40googlegroups.com.


Re: Google Ads API V4 - Get AccountHierarchy

2020-07-16 Thread Vinitha Khambadkar
On Thursday, July 16, 2020 at 10:29:34 AM UTC-7 Vinitha Khambadkar wrote:

> Hello Mitchell,
> Thank you for the response.
> NOTE:  *via Reply privately to author* is grayed out for me. (please 
> enable that for me as it is enabled in the browser settings)
> Some more info, As i mentioned i am using the same code from 
> https://developers.google.com/google-ads/api/docs/account-management/get-account-hierarchy#c
>  
> to retrieve all accounts info.
> But my issue is this :
>
> There are multiple accounts under my login account. and there are multiple 
> sub-accounts linked to all the accounts. I get all the clients resource 
> name as below:
> *What i get back* :  customers/*M1*/customerClients/C1 ,  
> customers/*M1*/customerClients/p1 
> or  customers/*M1*/customerClients/L1
> *What i expect/need* :  customers/M*1*/customerClients/C1, 
> customers/*C1*/customerClients/p1 
> or  customers/*y2*/customerClients/L1
>
> I need the direct parent customer info and not indirect one which straight 
> links to Login Customer.
> 
>
>
> I tried the below:
> 1)  giving a where clause to const string query = @"SELECT
> customer_client.client_customer,
> customer_client.level,
> customer_client.manager,
> customer_client.descriptive_name,
> customer_client.currency_code,
> customer_client.time_zone,
> customer_client.id,
> customer_client.resource_name
> FROM customer_client - resulted in error
> 2)  Tried giving P1 as customerId  
> PagedEnumerable response =
> googleAdsServiceClient.Search(
> customerId.ToString(),
> query,
> pageSize: PAGE_SIZE
> ); - resulted in *USER_PERMISSION_DENIED *
>
> Please let me know if you need more info on the issue..
> On Thursday, July 16, 2020 at 7:55:24 AM UTC-7 adsapiforumadvisor wrote:
>
>> Hi Vinitha,
>>
>> Thank you for reaching out. Please see here 
>> 
>>  
>> for information on getting the account hierarchy. As it says, it is 
>> necessary to provide the login-customer-id as this will be the starting 
>> point for returning the accounts. The sample code runs recursively to get 
>> the accounts linked to sub-manager accounts as well. If you continue to 
>> have issues with this, please share your client customer ID and complete 
>> detailed request and response logs *via Reply privately to author *so I 
>> can further investigate the issue. You can find information on enabling 
>> logging here 
>> 
>> .
>>
>> Regards,
>> Mitchell
>> Google Ads API Team
>>
>> ref:_00D1U1174p._5004Q21mPvZ: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 
"AdWords API and Google Ads 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/da40633f-a26a-4406-890b-6a6dd074883en%40googlegroups.com.


Re: Google Ads API V4 - Get AccountHierarchy

2020-07-16 Thread Vinitha Khambadkar
Hello Mitchell,
Thank you for the response.
NOTE:  *via Reply privately to author* is grayed out for me. (please enable 
that for me as it is enabled in the browser settings)
Some more info, As i mentioned i am using the same code from 
https://developers.google.com/google-ads/api/docs/account-management/get-account-hierarchy#c
 
to retrieve all accounts info.
But my issue is this :

There are multiple accounts under my login account. and there are multiple 
sub-accounts linked to all the accounts. I get all the clients resource 
name as below:
*What i get back* :  customers/*M1*/customerClients/C1 ,  
customers/*M1*/customerClients/p1 
or  customers/*M1*/customerClients/L1
*What i expect/need* :  customers/M*1*/customerClients/C1, 
customers/*C1*/customerClients/p1 
or  customers/*y2*/customerClients/L1

I need the direct parent customer info and not indirect one which straight 
links to Login Customer.



I tried the below:
1)  giving a where clause to const string query = @"SELECT
customer_client.client_customer,
customer_client.level,
customer_client.manager,
customer_client.descriptive_name,
customer_client.currency_code,
customer_client.time_zone,
customer_client.id,
customer_client.resource_name
FROM customer_client - resulted in error
2)  Tried giving P1 as customerId  PagedEnumerable response =
googleAdsServiceClient.Search(
customerId.ToString(),
query,
pageSize: PAGE_SIZE
); - resulted in *USER_PERMISSION_DENIED *

Please let me know if you need more info on the issue..
On Thursday, July 16, 2020 at 7:55:24 AM UTC-7 adsapiforumadvisor wrote:

> Hi Vinitha,
>
> Thank you for reaching out. Please see here 
> 
>  
> for information on getting the account hierarchy. As it says, it is 
> necessary to provide the login-customer-id as this will be the starting 
> point for returning the accounts. The sample code runs recursively to get 
> the accounts linked to sub-manager accounts as well. If you continue to 
> have issues with this, please share your client customer ID and complete 
> detailed request and response logs *via Reply privately to author *so I 
> can further investigate the issue. You can find information on enabling 
> logging here 
> 
> .
>
> Regards,
> Mitchell
> Google Ads API Team
>
> ref:_00D1U1174p._5004Q21mPvZ: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 
"AdWords API and Google Ads 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/e0391963-73f1-4726-9f83-a0317cc237bbn%40googlegroups.com.


Migration to Google Ads API possible?

2020-07-16 Thread Markus Heiden
Since the Google Ads API is around for some time now, I got a few questions 
about the migration:

Where do I find reliable information what and when to migrate to the Google 
Ads API?
Which parts are considered "production ready"?
When will the AdWords API be deprecated?
Why is the AdWords API stuck at v201809 and just the Google Ads API gets 
new releases? Are new features not added to the AdWords API?

I am a bit confused, because over a year ago you tried to push the Google 
Ads API and it is again/still beta. I would like to start as soon as 
possible with the migration, but just if it is "production ready". I 
evaluated the new Google Ads API and the migration seems to be very big...

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/ea8caa90-fc15-4bba-b17b-4a2c00f9ca60n%40googlegroups.com.


RE: Can I fetch data for "Google Search Smart campaigns" through Google Adwords API?

2020-07-16 Thread Google Ads API Forum Advisor Prod
Hi Qaiser,

Thank you for reaching out. Smart Campaigns are not yet supported in the 
AdWords API or the Google Ads API. Please refer to this documentation for a 
list of supported campaign types in AdWords API or this documentation for 
Google Ads API. A feature request has been put in place for Smart Campaigns, 
but we do not have a timeline for when it will be available. For any updates on 
this, please keep an eye out on our blog.

Regards,
Danica, Google Ads API Team
ref:_00D1U1174p._5004Q21mYdw: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 
"AdWords API and Google Ads 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/HT57w0QDKMXQ00oteXVgjwTpKEmEiVSGRruA%40sfdc.net.


Why does this field not exist?

2020-07-16 Thread David Scott
If this field does exist I need to modify it.
How can I do it?

Request:

  "operations": 
  [
{
  "updateMask": "campaign.geoTargetTypeSetting",


  "update": {
"positive_geo_target_type": "PRESENCE"
  }
}
  ]

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

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/c1fdb305-270e-4b8b-9d5f-6ce5ebc1ff04o%40googlegroups.com.


Re: Invitee Email

2020-07-16 Thread Google Ads API Forum Advisor Prod
Hi Peng,

Thank you for reaching out. You encountered the 
BudgetOrderError.GENERIC_BILLING_ERROR as you were making calls to the client 
account 3735853227, however, this account does not have the billing set up. 
Your client account needs to show a Paying Manager in order to work properly.


Thanks and regards,
Xiaoming, Google Ads API Team
ref:_00D1U1174p._5004Q21lDcc: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 
"AdWords API and Google Ads 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/qZddC0QDKJKX00wjDomABeQMyR4MSB9vHvPg%40sfdc.net.


Keywords limit per account

2020-07-16 Thread Thibault Dugast
Hello,

I have a question regarding the keywords limit per account. I wanted to 
know if this limit is 5millions of Keywords? 

Regards,
Thibault

-- 
 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/5ca67e86-1045-4cb0-8d4c-dbc60d732632n%40googlegroups.com.


Re: NO_CUSTOMER_FOUND issue

2020-07-16 Thread Людмила Кнутарева
Id like to send you a code but button is inactive  
http://joxi.ru/DmB7xQ9TJyMon2 
How I can send it?

Thanks! 

среда, 15 июля 2020 г. в 22:42:36 UTC+3, adsapiforumadvisor: 

> Hi, 
>
> Thanks for reaching out. with regards to your concern, the error 
> USER_PERMISSION_DENIED 
> 
>  usually 
> occurs when there is no link between the manager account authenticated in 
> the request and the client account specified in the headers. Could you 
> please make sure that the manager account you used to authenticate the call 
> has administrative access to the client account you are calling against? If 
> the issue persists, could you please send me the complete request and 
> response along with the client customer id and the email you used to 
> generate the OAuth2 credentials via *Reply privately to the author option*
> ?
>
> The 'NO_CUSTOMER_FOUND' error  occurs when the customer/account specified 
> in your request header is indeed not found or is not a valid account. Could 
> you please verify if you are passing the correct client customer Id? 
>
> Thanks,
> Nirmita Patel Google Ads Team
>
>
> ref:_00D1U1174p._5004Q21mBxU: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 
"AdWords API and Google Ads 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/5012e238-d6c5-4a2f-9cf7-3f0b231b7f30n%40googlegroups.com.


Can I fetch data for "Google Search Smart campaigns" through Google Adwords API?

2020-07-16 Thread Qaiser Javed

Hi,

Dear Members,

I have a question please help.

can I fetch data for "Google Search Smart campaigns" through Google Adwords 
API or Google Ads API?

Thanks & Regards,
Qaiser Javed

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/d10de737-14b4-45cb-ace1-6c618aebf958o%40googlegroups.com.


RE: Google Ads API: ad_group_ad approval_status: UNKNOWN while ad is disapproved (Python library)

2020-07-16 Thread Google Ads API Forum Advisor Prod
Hi Mat,

Thank you for reaching out. Can you please share your client customer ID and 
your complete detailed request and response logs via Reply privately to author 
so I can further investigate the issue? You can find information on enabling 
logging in the dropdown of your client library on the left-hand side of the 
screen here.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5004Q21mSx4: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 
"AdWords API and Google Ads 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/GUC7D0QDKHN700vROQKBdyQbGJDDDYjekwBQ%40sfdc.net.


RE: Google Ads API V4 - Get AccountHierarchy

2020-07-16 Thread Google Ads API Forum Advisor Prod
Hi Vinitha,

Thank you for reaching out. Please see here for information on getting the 
account hierarchy. As it says, it is necessary to provide the login-customer-id 
as this will be the starting point for returning the accounts. The sample code 
runs recursively to get the accounts linked to sub-manager accounts as well. If 
you continue to have issues with this, please share your client customer ID and 
complete detailed request and response logs via Reply privately to author so I 
can further investigate the issue. You can find information on enabling logging 
here.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5004Q21mPvZ: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 
"AdWords API and Google Ads 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/740eE0QDKHFM002YIOsWmsQDC3AUSeEBgy9A%40sfdc.net.


Re: Bug in returning AdGroupType in response form AdGroupService

2020-07-16 Thread 'tetiana....@partners.2sixty.io' via AdWords API and Google Ads API Forum
I just made this request with previous and new versions of this libs, 
inconsistent response exists only in old versions.
So, you can stop investigating this issue.

Thank you very mush for your help!
Tetiana

On Thursday, July 16, 2020 at 5:40:51 PM UTC+3 
tetiana@partners.2sixty.io wrote:

> Since that time I also updated versions of this libraries:
>
> *google-ads==5.0.4 -> 5.1.0google==2.0.3 -> 3.0.0*
> May be there were some troubles in previous versions.
>
> On Thursday, July 16, 2020 at 5:30:38 PM UTC+3 
> tetiana@partners.2sixty.io wrote:
>
>> I noticed this bug a few days ago and made that request in the same day I 
>> wrote to Support team. Our MCC ID is 7735173772 <(773)%20517-3772>.
>> But I just rerun this request for the SAME entity I received 
>> type VIDEO_RESPONSIVE instead of 16.
>> [image: Screen Shot 2020-07-16 at 5.30.00 PM.png]
>> Is it possible that this issue doesn't exist any more?
>> On Thursday, July 16, 2020 at 5:12:38 PM UTC+3 adsapiforumadvisor wrote:
>>
>>> Hi Tetiana,
>>>
>>> Thank you for this information. Finally, could I ask you for the 
>>> approximate time you made this request (the ones in your images), and what 
>>> your MCC ID is that's associated with your developer token? Make sure 
>>> you're posting your Manager account number, and not your developer token 
>>> for privacy reasons.
>>>
>>>
>>> Thank you,
>>> Bryan, Google Ads API Team
>>>
>>> ref:_00D1U1174p._5004Q21lalW: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 
"AdWords API and Google Ads 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/4fbcf622-82a7-4810-9469-52115523670dn%40googlegroups.com.


Re: Bug in returning AdGroupType in response form AdGroupService

2020-07-16 Thread 'tetiana....@partners.2sixty.io' via AdWords API and Google Ads API Forum
Since that time I also updated versions of this libraries:

*google-ads==5.0.4 -> 5.1.0google==2.0.3 -> 3.0.0*
May be there were some troubles in previous versions.

On Thursday, July 16, 2020 at 5:30:38 PM UTC+3 
tetiana@partners.2sixty.io wrote:

> I noticed this bug a few days ago and made that request in the same day I 
> wrote to Support team. Our MCC ID is 7735173772 <(773)%20517-3772>.
> But I just rerun this request for the SAME entity I received 
> type VIDEO_RESPONSIVE instead of 16.
> [image: Screen Shot 2020-07-16 at 5.30.00 PM.png]
> Is it possible that this issue doesn't exist any more?
> On Thursday, July 16, 2020 at 5:12:38 PM UTC+3 adsapiforumadvisor wrote:
>
>> Hi Tetiana,
>>
>> Thank you for this information. Finally, could I ask you for the 
>> approximate time you made this request (the ones in your images), and what 
>> your MCC ID is that's associated with your developer token? Make sure 
>> you're posting your Manager account number, and not your developer token 
>> for privacy reasons.
>>
>>
>> Thank you,
>> Bryan, Google Ads API Team
>>
>> ref:_00D1U1174p._5004Q21lalW: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 
"AdWords API and Google Ads 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/4e1843b1-8be5-4eae-aafd-7c9ae0f204dbn%40googlegroups.com.


Re: Bug in returning AdGroupType in response form AdGroupService

2020-07-16 Thread 'tetiana....@partners.2sixty.io' via AdWords API and Google Ads API Forum
I noticed this bug a few days ago and made that request in the same day I 
wrote to Support team. Our MCC ID is 7735173772.
But I just rerun this request for the SAME entity I received 
type VIDEO_RESPONSIVE instead of 16.
[image: Screen Shot 2020-07-16 at 5.30.00 PM.png]
Is it possible that this issue doesn't exist any more?
On Thursday, July 16, 2020 at 5:12:38 PM UTC+3 adsapiforumadvisor wrote:

> Hi Tetiana,
>
> Thank you for this information. Finally, could I ask you for the 
> approximate time you made this request (the ones in your images), and what 
> your MCC ID is that's associated with your developer token? Make sure 
> you're posting your Manager account number, and not your developer token 
> for privacy reasons.
>
>
> Thank you,
> Bryan, Google Ads API Team
>
> ref:_00D1U1174p._5004Q21lalW: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 
"AdWords API and Google Ads 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/c12a5ac5-2229-4947-833e-aa041f1fff8fn%40googlegroups.com.


Re: Network type is coming back NULL on reports

2020-07-16 Thread Google Ads API Forum Advisor Prod
Hi Charles,

If you are still having issues, you can send the info directly to 
googleadsapi-supp...@google.com.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5004Q21lc6d: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 
"AdWords API and Google Ads 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/sQLqH0QDKG4400v9PYrHMsR5CqRQiRkC0C-A%40sfdc.net.


Re: Bug in returning AdGroupType in response form AdGroupService

2020-07-16 Thread Google Ads API Forum Advisor Prod
Hi Tetiana,

Thank you for this information. Finally, could I ask you for the approximate 
time you made this request (the ones in your images), and what your MCC ID is 
that's associated with your developer token? Make sure you're posting your 
Manager account number, and not your developer token for privacy reasons.

Thank you,
Bryan, Google Ads API Team
ref:_00D1U1174p._5004Q21lalW: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 
"AdWords API and Google Ads 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/kjfGS0QDKFGF00GUenSc60Te-AczoBd6b0sg%40sfdc.net.


Missing Account IDs in Adwords API

2020-07-16 Thread Oren Bar
Hi,

As of today, we are still using the Adwords API for all of our purposes, 
and have not yet migrated to use the Ads API in our production systems.
However, we have noticed that some Account IDs along with their data were 
not retrieved from the Adwords API, *but were retrieved using the Ads API.*
We are trying to understand the discrepancy between the data, and we're 
concerned about the data quality.
On Adwords, we use the ManagedCustomerService to get the serviced account 
graph, and then we use the CustomerService to fetch the accounts.
We iterate over the account hierarchy tree to get all related accounts.
However, this list of accounts is missing a few of our accounts.

Please let us know what is the right approach to identify the discrepancies 
here, and what are the correct ways of fetching the accounts from your of 
your APIs.
Please let us know if there *should be *a discrepancy, and what are the 
definitions of accounts that would appear in the Ads API but not in the 
Adwords API.
Please let us know if you need us to supply any information regarding the 
exact calls we make to your services.

This is quite urgent for us as data availability and accuracy is CRITICAL 
towards our business. We need your help.

Thank you and best regards,
Oren Bar
Full-Stack Developer
Rivery @ rivery.io

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/feaa958e-a2c9-4476-b9fc-2cc7e729e429n%40googlegroups.com.


Re: What's wrong with this query

2020-07-16 Thread Dihan Cheng
Hi Anthony,

Thanks for helping! Is it possible to include date range only with 
segments.date <= "some date" ? I want to get all the entities before 
current date, but I don't know about the starting date.

Dihan

On Thursday, July 16, 2020 at 9:10:17 AM UTC-4, adsapiforumadvisor wrote:
>
> Hello,
>
> If you are selecting the field segments.date, you should also include a date 
> range 
> . 
> Let me know if you still face issues after including this.
>
> Cheers,
> Anthony
> Google Ads API Team 
>
> ref:_00D1U1174p._5004Q21mSY4: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 
"AdWords API and Google Ads 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/2bca31e1-1b22-4c22-8ba0-7d78dd18617co%40googlegroups.com.


RE: What's wrong with this query

2020-07-16 Thread Google Ads API Forum Advisor Prod
Hello,

If you are selecting the field segments.date, you should also include a date 
range. Let me know if you still face issues after including this.

Cheers,
Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q21mSY4: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 
"AdWords API and Google Ads 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/8cAk90QDKCK600wnJazRqSQeWhd9rR0_h2JQ%40sfdc.net.


Re: Bug in returning AdGroupType in response form AdGroupService

2020-07-16 Thread 'tetiana....@partners.2sixty.io' via AdWords API and Google Ads API Forum
Hi, Bryan!

Unfortunately I don't have permissions to reply directly to you.
In my first letter there are examples of responses with *ad_group.type*  
presented as *string* and as *int *and also there you can see account_id 
and ad_group_id for which we are fetching data.
[image: Screen Shot 2020-07-14 at 3.52.08 PM.png]

[image: Screen Shot 2020-07-14 at 3.52.34 PM.png]
I saw this kind of bug only with ad_group of 16th type but it's possible 
that API returns int for some other ad_group types.
We are using you Python client library and v3 version of Google Ads API 
Beta.
Our query is pretty simple and looks like this:
*"SELECT ad_group.resource_name, ad_group.id, ad_group.name, 
ad_group.status, ad_group.type, ad_group.ad_rotation_mode, 
ad_group.url_custom_parameters, ad_group.final_url_suffix FROM ad_group 
WHERE ad_group.status = 'ENABLED' AND campaign.id = '9725987021'"*

Thanks,
Tetiana
On Wednesday, July 15, 2020 at 8:48:05 PM UTC+3 adsapiforumadvisor wrote:

> Hi Tetiana,
>
> Thank you for your patience. I'm still currently taking a look at this 
> issue. Could you provide me with your request and response logs for where 
> you get this proto, and one when you don't get this proto? Could you also 
> confirm if you're using our client library, REST endpoints, and what 
> language you're using? For privacy, you can use the "reply privately to 
> author" button.
>
>
> Thank you,
> Bryan, Google Ads API Team
>
> ref:_00D1U1174p._5004Q21lalW: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 
"AdWords API and Google Ads 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/dbca4fc1-5d56-451d-8d18-90300377c651n%40googlegroups.com.


Re: Network type is coming back NULL on reports

2020-07-16 Thread Charles
Hi  Mitchell , 
I'd love to reply directly to you, but it seems that I don't have 
permission to reply to the author in this group.
Can this permission be given ?

In the mean time, I'll gather the required information.

tks

On Tuesday, July 14, 2020 at 1:57:35 p.m. UTC-4 adsapiforumadvisor wrote:

> Hi Charles,
>
> Thank you for reaching out. Can you please share the following information 
> *via 
> Reply privately to author *so I can further investigate the issue: 
>
>- Your client customer ID 
>- Your complete report definition 
>
> 
>  used for 
>a day that works and for the day that doesn't 
>- The downloaded report for a day that works and the day that doesn't 
>
> The release of Google Ads API Beta v4 should not have impacted AdWords API 
> but there could be a temporary issue on our end.
>
> Regards,
> Mitchell
> Google Ads API Team
>
> ref:_00D1U1174p._5004Q21lc6d: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 
"AdWords API and Google Ads 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/db82fa38-51c0-4634-9ae1-236f9298d037n%40googlegroups.com.


empty data for EXTRACTED FROM WEB PAGE

2020-07-16 Thread Pixalione Pixalione
Hello everyone,

I have a question about "TargetingIdeaService". The data for the variable 
"EXTRACTED FROM WEB PAGE" is no longer available, Do you know why?

I thank you in advance.

Best regards,
Oussama

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/3e44fe7b-c446-40c5-b55a-aa39a69888c9o%40googlegroups.com.