Re: How to filtering get campaign (CampaignService) by date?

2020-07-14 Thread pratama
Hi,

I have solved the problem, my mistake is because i filter not a same fields,

string StartDate = "20200706";

string EndDate = "20200731";

selector.predicates = new Predicate[]
> {
>Predicate.GreaterThanEquals(Campaign.Fields.*StartDate*, StartDate),
>Predicate.LessThanEquals(Campaign.Fields.*EndDate*, EndDate)  *Wrong
> (my Campaign.Fields.EndDate = **20371230**)*

   Predicate.LessThanEquals(Campaign.Fields.*StartDate * , EndDate)  *Success
> Filter*

};
>

Thanks, Regards

On Wed, Jul 15, 2020 at 8:51 AM maist...@gmail.com 
wrote:

> Hi,
>
> Thanks for the reply, but in this documentation
> ,
> there is field selector startDate and endDate field in it say like this
>
> startDate
>
> xsd:string
>
> Date the campaign begins. On add, defaults to the current day in the
> parent account's local timezone. The date's format should be MMDD.
> This field can be selected using the value "StartDate".
> *This field can be filtered on.*
>
> This field can be filtered on, it mean i can use this for filter my data
> request, right?
> Then, how can i filter by StartDate and EndDate?
>
> Thanks, regards.
> On Tuesday, July 14, 2020 at 9:05:44 PM UTC+7 adsapiforumadvisor wrote:
>
>> Hi,
>>
>> Thank you for reaching out. Please see here
>> 
>> for details on setting a custom date range in your report. As it says, you
>> have to create a date range object and set its min and max values to your
>> start and end date. Then, you set the dat erange type to CUSTOM_DATE.
>>
>> If you are using AWQL, you just need to set the DURING clause to your
>> desired dates.
>>
>> This is only applicable for reports, not for the CampaignService.
>>
>> Regards,
>> Mitchell
>> Google Ads API Team
>>
>> ref:_00D1U1174p._5004Q21lWKa: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 a topic in the
> Google Groups "AdWords API and Google Ads API Forum" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/adwords-api/GABxh4IqXt8/unsubscribe.
> To unsubscribe from this group and all its topics, 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/57f1505f-4320-4127-80a8-71488b9f475bn%40googlegroups.com
> 
> .
>

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"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/CAGt7WguzdrpoPSYuhxYOW1nLC6geRvOh0tE653mk4mwpkLLa4g%40mail.gmail.com.


Re: How to filtering get campaign (CampaignService) by date?

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

Thanks for the reply, but in this documentation  
,
 
there is field selector startDate and endDate field in it say like this

startDate

xsd:string

Date the campaign begins. On add, defaults to the current day in the parent 
account's local timezone. The date's format should be MMDD.
This field can be selected using the value "StartDate".
*This field can be filtered on.*

This field can be filtered on, it mean i can use this for filter my data 
request, right?
Then, how can i filter by StartDate and EndDate?

Thanks, regards.
On Tuesday, July 14, 2020 at 9:05:44 PM UTC+7 adsapiforumadvisor wrote:

> Hi,
>
> Thank you for reaching out. Please see here 
> 
>  
> for details on setting a custom date range in your report. As it says, you 
> have to create a date range object and set its min and max values to your 
> start and end date. Then, you set the dat erange type to CUSTOM_DATE.
>
> If you are using AWQL, you just need to set the DURING clause to your 
> desired dates.
>
> This is only applicable for reports, not for the CampaignService.
>
> Regards,
> Mitchell
> Google Ads API Team
>
> ref:_00D1U1174p._5004Q21lWKa: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/57f1505f-4320-4127-80a8-71488b9f475bn%40googlegroups.com.


Re: GAQL CLI

2020-07-14 Thread Scott Clumpus
Nevermind!

Just realized the default is 100 and I can adjust the limit size.

Thanks anyways!

*Scott Clumpus*
*Email:* scottclum...@gmail.com


On Tue, 14 Jul 2020 at 15:41, Scott Clumpus  wrote:

> Hi Mitchell.
>
> Thanks for following up. It was actually just issues working with that
> resource, which I'm able to workaround. I do have an issue though;
> When pulling from *any* resource, the results only max out at 200
> results.
>
> Is there a limit on the tool? If so, how could I increase it?
>
> I'm trying to pull all image assets from my account, which has well over
> 200 images.
>
> Thank you,
>
> *Scott Clumpus*
> *Email:* scottclum...@gmail.com
>
>
> On Fri, 26 Jun 2020 at 12:40, Google Ads API Forum Advisor Prod <
> adsapiforumadvi...@gmail.com> wrote:
>
>> Hi Scott,
>>
>> I am from the Google Ads API Team. I just wanted to check if you were
>> having any issues with reporting or if it was strictly related to
>> Benjamin's CLI tool. Let me know if you have any API related questions.
>>
>> Regards,
>> Mitchell
>> Google Ads API Team
>>
>> ref:_00D1U1174p._5004Q1zs6TF: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/CAPu%3DaQsSg3AKFWfDmbLKO-cWW3hGhfPbjga-ovr_wkvOH%3Dt%2BWQ%40mail.gmail.com.


Re: GAQL CLI

2020-07-14 Thread Scott Clumpus
Hi Mitchell.

Thanks for following up. It was actually just issues working with that
resource, which I'm able to workaround. I do have an issue though;
When pulling from *any* resource, the results only max out at 200 results.

Is there a limit on the tool? If so, how could I increase it?

I'm trying to pull all image assets from my account, which has well over
200 images.

Thank you,

*Scott Clumpus*
*Email:* scottclum...@gmail.com


On Fri, 26 Jun 2020 at 12:40, Google Ads API Forum Advisor Prod <
adsapiforumadvi...@gmail.com> wrote:

> Hi Scott,
>
> I am from the Google Ads API Team. I just wanted to check if you were
> having any issues with reporting or if it was strictly related to
> Benjamin's CLI tool. Let me know if you have any API related questions.
>
> Regards,
> Mitchell
> Google Ads API Team
>
> ref:_00D1U1174p._5004Q1zs6TF: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/CAPu%3DaQv-FF7_HG4vYWAG0Q3dELw6jA3U0VhFZj4C9jo-AstHoA%40mail.gmail.com.


Re: create BudgetOrderError and trigger is null

2020-07-14 Thread Google Ads API Forum Advisor Prod
Greetings!

Thank you for providing the logs. I was able to search our system for the 
reason why this error was happening. The reason is:

[Missing purchase order number which is a required field for this Payments 
Profile.]

Please give that a try.

Thanks,
Nadine Wang, Google Ads API Team
ref:_00D1U1174p._5004Q21lDex: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/e2_Bx0QDH45R00aaQxZ_tATeuHkH0VkW80Qw%40sfdc.net.


RE: Time for size to update in Customer List

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

Thank you for reaching out. It takes 6 to 12 hours for a list to be populated 
with members, so you'll most likely see an "In Progress" status (on the Google 
Ads UI) if you upload to an audience list more frequently than once every 12 
hours.


Thanks and regards,
Xiaoming, Google Ads API Team
ref:_00D1U1174p._5004Q21lZNO: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/X45wc0QDH20H007Yxpcp-sRz-kgnPCfvu2LA%40sfdc.net.


RE: Network type is coming back NULL on reports

2020-07-14 Thread Google Ads API Forum Advisor Prod
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/6NtYW0QDH0J90046GUwUq_RJmVPY8_ul0_3A%40sfdc.net.


RE: Highlighting locations

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

Thank you for reaching out. Unfortunately, it is not possible to highlight 
Google Maps using this API. Some of the geotargets are postal codes so you can 
retrieve these locations by filtering by this location type. Unfortunately, it 
is not possible to pull the latitude and longitude values. I have created a 
feature request on your behalf so please keep an eye on our Developer Blog for 
information on future releases.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5004Q21lX0b: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/LQt-r0QDGXR200BcLXWmzCTl6PLXXL-myu7Q%40sfdc.net.


RE: ads api v3 the cost data obtained from the campaign was inaccurate

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

Please reply privately to author your CID, screenshot from the UI and API 
results so that I can further investigate.

Regards,
Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q21lZ8A: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/FBV4N0QDGXOG00jl7NEF4HTmG57UHc1F6qvA%40sfdc.net.


RE: Get null budget.Amount with campaignService

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

Thank you for reaching out. Can you please share your complete detailed request 
and response logs via Reply privately to author so I can further investigate 
the issue? If you're using AdWords API, you can find information on enabling 
logging in the ReadMe of your client library. If you're using Google Ads API, 
you can find it in the dropdown of your client library on the left-hand side of 
the page here.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5004Q21lYGY: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/3thZo0QDGX5T00g3Bt4TWORv-nW_e3D7yuNQ%40sfdc.net.


RE: AuthorizationError NO_CUSTOMER_FOUND

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

Thank you for reaching out to us. I see that you're encountering a No Customer 
Found error. Could you provide me with the request and response logs for where 
this error occurs so that I can further investigate this concern?

Thank you,
Bryan, Google Ads API Team
ref:_00D1U1174p._5004Q21ldtR: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/Hvyri0QDGX2U00TD4CHecXQeWCU2c_d9OXhQ%40sfdc.net.


RE: AuthorizationError NO_CUSTOMER_FOUND

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

For privacy concerns, you can reply by using the "reply privately to author" 
button.

Thank you,
Bryan, Google Ads API Team
ref:_00D1U1174p._5004Q21ldtR: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/5kxFu0QDGX41005fgcei6QTr2aMLNfadj-IQ%40sfdc.net.


RE: request would exceed the number of allowed resources for the Google Ads account error response, solution?

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

Thank you for reaching out. Can you please share 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._5004Q21lZ6r: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/oX4LJ0QDGWVV00pLrZaY-hQHK-DtX96jjjXA%40sfdc.net.


Re: Invitee Email

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

Thank you for reaching out. It seems that your client account does not have the 
Billing Setup. You could navigate to TOOLS & SETTINGS -> BILLING -> Billing 
Setups to check it. It needs to show a Paying Manager in order to work 
properly. You do have consolidated invoices in the MCC account. However, your 
client account does not seem to be attached to the consolidated billing that 
was set up. You would need to talk to a billing account specialist to get it 
properly set up. You could find the link on this Help Center article.


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/0S6M40QDGWI000WkiUBA9gSvivvzuqU70N3w%40sfdc.net.


RE: App Conversion Tracking and Remarketing API concerns

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

Thanks for reaching out. With regards to your concern about the App Conversion 
and Remarketing API, I would suggest that you contact the Product Support Team, 
as they handle queries and concerns regarding the App Conversion and 
Remarketing API.

We only provide support for technical questions related to AdWords API/Google 
Ads API on this support channel.  If you are referring to the Adwords API, 
basic access allows developers to execute up to 10,000 operations and download 
up to 1,000 reports per day.

Let me know if you have any question.

Thanks,
Nirmita Patel Google Ads Team
ref:_00D1U1174p._5004Q21la0p: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/WL3910QDGVMG00ccQk3fWCSAKJ9vczfR4G2Q%40sfdc.net.


RE: Issue 158844549: Google Ads Wrong Functional Implementation - Annoying to whole users in World

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

Our group is happy to help with issues with the AdWords API and Google Ads API, 
but we are not involved in how ad settings for an individual Google account 
impact which ads display for that user.

I investigated other avenues for you, and I recommend posting your question to 
one of the following:

The Google Ads Help portal
The Google Account Help Community

Best regards,
Josh, Google Ads API Team
ref:_00D1U1174p._5004Q20Yc6T: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/0D8CU0QDGV0F00eZJy96B7Q8OlxoSKxjD14w%40sfdc.net.


AuthorizationError NO_CUSTOMER_FOUND

2020-07-14 Thread Daniel Jao
HI, 

Can anyone help me?  I'm integrating with Adwords and im using 
ManagedCustomerService to get ALL accounts under the MCC account. For some 
reason, its working on 1 account, but for the other account its not 
working.  I can confirm that there is at least 1 account created in the MCC 
account, but im still not getting it yet, and I'm just getting the NO 
CUSTOMER FOUND error.  Can anyone let me know what I can do to get the 
accounts under the MCC account? I already have the correct refresh token 
stored in my adsapi.ini.

Let me know.

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/643abe2b-f084-4185-9f9b-7130f3d0f3a9o%40googlegroups.com.


Re: Error when try to update campaign DSA feeds

2020-07-14 Thread Google Ads API Forum Advisor Prod
Greetings!

I took over this thread, and when I take over a thread, I do an in-depth 
analysis of what's going on. I think I found the source of the issue, and I'm 
checking with my fellow engineers who wrote this code to see if I've pinpointed 
what's going on.

Just to give you a bit of background, here's what I found. In AdWords API, you 
would specify a PageFeed over here: 
https://developers.google.com/adwords/api/docs/reference/v201809/CampaignService.DynamicSearchAdsSetting
In Google Ads API, it says 'output only' on the feeds[] field 
(https://developers.google.com/google-ads/api/reference/rpc/v4/Campaign.DynamicSearchAdsSetting?hl=en#feeds[]).
 That means that it can only be set at the campaign, and then the setting would 
inherit.

I did verify that the feed below was created correctly. It appears the 
criterion type is set to 61 for page feeds with the feed mapping and feed 
attributes created. So, everything seems ok there. I think something may have 
changed in the process in Google Ads API for attaching the feed to this kind of 
campaign. I'm checking on that now to see what the correct way is now. I'll get 
back to you when I hear back.

Best,
Nadine Wang, Google Ads API Team
ref:_00D1U1174p._5001UKNSNY: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/d2jHz0QDGU4K00D44k76gLRlSxGS4A9iOuhA%40sfdc.net.


RE: Bug in returning AdGroupType in response form AdGroupService

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

Thank you for reaching out to us. The number you're seeing there is actually a 
proto (see here for a list of protos), and the one you're currently seeing is 
an ad_group_type proto. You can reference these numbers from this list if you 
encounter these numbers via reports. Let me know if you have further questions.

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/mkAJw0QDGRFO003nMqERO4QPeoxifRReS5hQ%40sfdc.net.


Re: create BudgetOrderError and trigger is null

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

Thank you for the update and information. I'll take a closer look at this 
internally with my team and get back to you.

Thank you,
Bryan, Google Ads API Team
ref:_00D1U1174p._5004Q21lDex: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/IyNtk0QDGR4W00b67mmYhiQTmMRfNl7dAxPg%40sfdc.net.


Network type is coming back NULL on reports

2020-07-14 Thread Charles
Hi,
since July 7th, for some account on some days, the  AdNetworkType1 is null.

The report we're running are 
PLACEHOLDER_FEED_ITEM_REPORT
DISPLAY_KEYWORD_PERFORMANCE_REPORT
AD_PERFORMANCE_REPORT

If I run the report for different days, lets say July 9th, 10th and 11th.  
Each report for a period of 1 day, then the AdNetworkType1 is fine for  the 
9th and the 11th, but is null for the 10th.

If i try it on other accounts, then I have a similar behavior but with a 
different date.

The problem started on the July 7th, surprisingly pretty close to the 
release of Google API v4 Beta.  Could it be that something has changes and 
that the latest release did impact AdWords API 201809 

We're using the AdWords API 201809 version and waiting for Google API 
version to come out of Beta.

tks.
Charles.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/dcecf105-bce8-4c11-8d1c-c1868c331448n%40googlegroups.com.


RE: How to filtering get campaign (CampaignService) by date?

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

Thank you for reaching out. Please see here for details on setting a custom 
date range in your report. As it says, you have to create a date range object 
and set its min and max values to your start and end date. Then, you set the 
dat erange type to CUSTOM_DATE.

If you are using AWQL, you just need to set the DURING clause to your desired 
dates.

This is only applicable for reports, not for the CampaignService.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5004Q21lWKa: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/-r1RW0QDGPSU00G0xjOEgZS1KJBS5EKytaPw%40sfdc.net.


Re: Error when try to update campaign DSA feeds

2020-07-14 Thread Mariam Soady
Hello, 

I am getting the same error using java SDK V2, is there any updates about 
it?

Regards,
Mariam.

On Wednesday, October 16, 2019 at 4:54:40 PM UTC+2 adsapiforumadvisor wrote:

> Hi Сергей,
>
> Thank you for reaching out. This is an issue that our team is aware of. We 
> will update you when there is a solution available.
>
> Regards,
> Anthony
> Google Ads API Team
>
>
> ref:_00D1U1174p._5001UKNSNY: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/f778d405-3a9a-40cd-8ff2-956e38d8b891n%40googlegroups.com.


RE: CUSTOMER_NOT_FOUND issue

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

Thank you for reaching out to us. I see that you're encountering a Customer not 
found error. Could you provide me with your request and response logs for where 
this error occurs so that I may further investigate? You can reply using the 
"reply privately to author" for your security. Let me know if you have further 
questions.

Thank you,
Bryan, Google Ads API Team
ref:_00D1U1174p._5004Q21lZRQ: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/FeGvs0QDGPFL00_GEhoz2eQYajekmD_Z4Qnw%40sfdc.net.


Bug in returning AdGroupType in response form AdGroupService

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

I just noticed a kind of very strange behavior when calling get method 
of AdGroupService. Usually type (AdGroupType enum) comes as a string in 
response:
[image: Screen Shot 2020-07-14 at 3.52.08 PM.png]

BUT for some campaigns/ad_groups it comes as a number. I guess that it can 
be a sequence number of value in this enum 
https://developers.google.com/google-ads/api/reference/rpc/v3/AdGroupTypeEnum.AdGroupType
 but 
it's still very strange inconsistency in response.
[image: Screen Shot 2020-07-14 at 3.52.34 PM.png]

Is it a kind of a bug in Ads API Beta?

Thanks,
Tetiana

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/fbf3759e-1c71-473e-8a5a-5315ac60ba54n%40googlegroups.com.


App Conversion Tracking and Remarketing API concerns

2020-07-14 Thread deepak sonawane
Hi guys ,
need to ask about API 

 : App 
Conversion Tracking and Remarketing API 

Have 2 concerns regaridng above api. 

1) Can we use batch request for post for this kind of API ?
2) This api requires to have basic API access level at adwords. So is the 
limit of 1 operations per day as per this link 
 will be 
applicable here as well ?


Any help, pointers will be very much helpful, thanks in advance.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c8aaf045-7ca0-44a0-893c-bb67bc3c4af2o%40googlegroups.com.


CUSTOMER_NOT_FOUND issue

2020-07-14 Thread Oksana Sulyma
Hello AdWords API team!
We get CUSTOMER_NOT_FOUND error for two days now for one of accounts newly 
added to our system.
The client says that this is valid Adwords account.
Looking for the help to understand what this issue could be connected to.
Can provide request details in private message.
Thanks in advance!
Oksana

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/db449ca6-20cb-4a42-a240-a655abad2914o%40googlegroups.com.


Time for size to update in Customer List

2020-07-14 Thread Waqas Siddique
How long does it take for the Audience/Customer List/Userlist size to 
update or list shows the numbers, if its loaded using Adwords API?

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/d1167b0a-30b5-4d2f-9941-16937cf9121bo%40googlegroups.com.


ads api v3 the cost data obtained from the campaign was inaccurate

2020-07-14 Thread 韩斌
Hi,

I used the ADS API V3 to query the cost data for the campaign and found 
much less data than the original reporting API

ads api v3 query is :
SELECT campaign.id, 
campaign.name,customer.currency_code,metrics.cost_micros FROM campaign 
WHERE segments.date = '2020-07-13' ORDER BY campaign.id`

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/93305e8d-ee5d-41ce-a19a-c40f388659f0n%40googlegroups.com.


request would exceed the number of allowed resources for the Google Ads account error response, solution?

2020-07-14 Thread Zvonimir Ivašković
Hi There!

We have integration to google adwords API and using test account on google 
ads. Since then we have created 8k + test campaigns successfully. Few days 
ago google API returns error for that test account and not able to create 
campaigns any more. Here is the response from google API. 

{:trailers,
 [
   {"grpc-status", "3"},
   {"grpc-message", "Request contains an invalid argument."},
   {"google.ads.googleads.v2.errors.googleadsfailure-bin",
"- - - - - - - - - - - - - - - - -"},
   {"grpc-status-details-bin",
"- - - - - - - - - - - - - "},
   {"request-id", "- - - - - - - - "}
 ]}
+++--+++
^H%Request contains an invalid argument.
Ctype.googleapis.com/google.ads.googleads.v2.errors.GoogleAdsFailure

Indicates that this request would exceed the number of allowed resources 
for the Google Ads account. The exact resource type and limit being checked 
can be inferred from accountLimitType.*"

operations
+++--+++

I have tried to remove all campaigns on test account but didn't change 
anything. Any suggestions and solution how to solve that problem and setup 
test account to continue with creating test campaigns?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/04caf593-64d8-43a8-9728-778b6f68bd16o%40googlegroups.com.


Get null budget.Amount with campaignService

2020-07-14 Thread maist...@gmail.com
Hello,

When i try to get Campaign Data not report, in result i got budget.amount, 
but the result is null, is it like this if i try get data in Test account?  
Because when i create campaign in dashboard test account, i fill the 
budget, so i wonder if it is because i use test account.

will it show nominal when i move to real account?

is there alternative to how can i get the budget amount?

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/c07df903-0aa1-4268-a2ad-f286967a810dn%40googlegroups.com.