API limits START_INDEX_IS_TOO_HIGH

2020-08-18 Thread 'Ivan Ryazanov' via AdWords API and Google Ads API Forum
Hi!  According to API docs we have a limit in 100,000 for start index of 
request. 
https://developers.google.com/adwords/api/docs/appendix/limits#general

I'm trying to get Ad Group Criteria but I get START_INDEX_IS_TOO_HIGH 
instead of.

ApiException{applicationExceptionType=ApiException, 
errors=[SelectorError{apiErrorType=SelectorError, 
errorString=SelectorError.START_INDEX_IS_TOO_HIGH, fieldPath=, 
reason=START_INDEX_IS_TOO_HIGH, trigger=1001000}]}

Could you please clarify why I get this error at 1 000, 000 ?  Why not 
100,000? Is it a mistake in docs? 

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

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


Re: Null values in Ad column- Ad Performance report

2020-08-18 Thread Romi Rozhansky
Hi,

I prefer to reply privately but this option is disabled. There is another 
way?[image: reply.PNG]

Thanks,
Romi


On Tuesday, August 18, 2020 at 9:34:25 PM UTC+3 adsapiforumadvisor wrote:

> Hi Romi,
>
> Thank you for reaching out! In order for me to further investigate your 
> issue, can you please provide the customerClientId you used in your 
> request? 
>
> Regards,
> Danica, Google Ads API Team
>
> ref:_00D1U1174p._5004Q23L5NC: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/58c7afac-bb80-4822-903f-7b4025960f9cn%40googlegroups.com.


Can I use a remarketing audience for GDN campaigns?

2020-08-18 Thread Darren Osena
We're planning to allow targeting of similar audiences to our GDN campaigns.

I would like to do this by pulling a specific audience 
using AdwordsUserListService service, and filtering it by Id.

For ex: 



After getting the list, I will loop through the Ids and add it for 
CriterionUserList.



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/9c86c65e-a725-459f-a939-c606f473a03do%40googlegroups.com.


Re: (Google Ads API) AdGroup Audience view returns no data

2020-08-18 Thread cv
Hello Anthony,

If I am using ad_group_audience_view with refrence to UI for that I need 
details of user list as well to get all the data.

This below query will give me empty response, where as in UI there is 4 
Audiences are there at adgroup level in UI.

SELECT
campaign.name,
campaign.id,
ad_group.name,
ad_group_audience_view.resource_name,
ad_group.targeting_setting.target_restrictions,
ad_group_criterion.user_list.user_list,
ad_group_criterion.type,
user_list.type,
user_list.resource_name,
user_list.name,
user_list.description,
user_list.id,
user_list.eligible_for_display,
user_list.eligible_for_search,
user_list.integration_code,
user_list.membership_status
   
FROM
ad_group_audience_view
WHERE
campaign.id IN (254431837)

Thanks,


On Wednesday, 19 August 2020 at 00:10:13 UTC+5:30 adsapiforumadvisor wrote:

> Hello,
>
> The ad_group_audience_view reflects the Audiences tab in the Google Ads 
> UI. It will show audiences that are targeted from the ad group level. If 
> you are not seeing any results, please provide me more details.
>
> Regards,
>
> Anthony
> Google Ads API Team
>
> ref:_00D1U1174p._5004Q23Jc2b: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/db3483c4-31ac-4c14-8f7a-a279f6b3f165n%40googlegroups.com.


Re: Paging not working with LocationCriterionService

2020-08-18 Thread Google Ads API Forum Advisor Prod
Hello Harsh,

I would suggest using the LocationCriteironService.query() and calling this 
query:

SELECT Id, DisplayType WHERE LocationName = "Washington,United States" AND 
Locale = en AND CountryCode = "US" LIMIT 0,100

I just gave it a try, and the first one that came back was the state of 
Washington.

Happy coding,
Nadine, Google Ads API Team
ref:_00D1U1174p._5004Q23KxIK: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/h9oL80QFAL0Q00YHVAFpVqS9S1WzL-fxTNLA%40sfdc.net.


Re: Paging not working with LocationCriterionService

2020-08-18 Thread Harsh Patel
Hi Nadine,

Thanks for looking into the issue. Can you advise another way to 
programmatically find the Location ID of the state of Washington. Its not 
returned in the first 10 results because there are many other types of 
locations which contain "Washington". Is there another filter I could 
possibly add or can I change the string I am searching by?

Thanks,
Harsh

On Tuesday, August 18, 2020 at 9:53:53 PM UTC-5 adsapiforumadvisor wrote:

> Greetings!
>
> LocationCriterionService is one of those services that has a finite 
> number of results that could possibly return, so the paging mechanism was 
> not utilized since paging is meant for handling larger requests. If you 
> pass it in, as you can see, there won't be a change in the results. If you 
> take a look in our code examples (
> https://developers.google.com/adwords/api/docs/guides/location-targeting#look_up_location_codes_for_a_region),
>  
> paging is not used.
>
> I do appreciate you being so observant to notice this. That behavior for 
> this particular service has been around for a very long time, and the 
> results coming back are limited, so we have kept the behavior as is. If we 
> were to try to change it at this time, it may break someone else's code.
>
> Cheers,
> Nadine Wang, Google Ads API Team
>
> ref:_00D1U1174p._5004Q23KxIK: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/2a04d8f0-8532-439d-aa27-5910efa281e3n%40googlegroups.com.


RE: Paging not working with LocationCriterionService

2020-08-18 Thread Google Ads API Forum Advisor Prod
Greetings!

LocationCriterionService is one of those services that has a finite number of 
results that could possibly return, so the paging mechanism was not utilized 
since paging is meant for handling larger requests. If you pass it in, as you 
can see, there won't be a change in the results. If you take a look in our code 
examples 
(https://developers.google.com/adwords/api/docs/guides/location-targeting#look_up_location_codes_for_a_region),
 paging is not used.

I do appreciate you being so observant to notice this. That behavior for this 
particular service has been around for a very long time, and the results coming 
back are limited, so we have kept the behavior as is. If we were to try to 
change it at this time, it may break someone else's code.

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


How to change targeting automatically to abide new Personalalized advertising

2020-08-18 Thread san...@knorex.com
Hi,
I see new policies here:
https://support.google.com/adspolicy/answer/143465#550

I have a lot of campaigns running in Adwords.

How to detect which campaign not follow new policies?
How to update targeting of those campaigns automatically to follow policies?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/15462a46-5e78-440e-abc9-0b47a853e977n%40googlegroups.com.


Best way to pause a campaign immediately

2020-08-18 Thread 'custom...@canadaleads.ca' via AdWords API and Google Ads API Forum
Hi - I'd like to pause an adwords campaign when certain conditions are met 
e.g. when a counter has reached a limit in a Google sheet. The condition 
checking is solved but is there some example code using http calls (to Soap 
etc.) to actually pause a campaign?

I did look at Adwords scripts but they run hourly which is not appropriate 
for my use case, as I want to stop a campaign instantly - so I suspect I 
need to use the API.




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b83e5239-ec99-49a6-93b5-c4fe4bdd0bf0n%40googlegroups.com.


RE: Negative Keyword List

2020-08-18 Thread Google Ads API Forum Advisor Prod
Hi Scott,

Thank you for reaching out. The Criteria field from the Campaign Negative 
Keywords Performance Report is the actual keyword for which you are retrieving 
information.

Thanks and regards,
Xiaoming, Google Ads API Team
ref:_00D1U1174p._5004Q23LIxb: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/0YwYQ0QFA59K00foXv_U2eS-q6y8XCX5bU1g%40sfdc.net.


Re: [Google Ads API] Add account budget - Resource not found

2020-08-18 Thread Kasper Aamodt
And do you have a python example of adding an existing payment profile to a 
customer? I'm pretty new when it comes to this, so I'm relying heavily on 
the code examples.

On Tuesday, August 18, 2020 at 11:19:39 PM UTC+2 Kasper Aamodt wrote:

> Hi, thank you! 
>
> I know that that is possible, but that would mean that i have to change 
> the code for every new budget we make. Is it possible to set start and end 
> time with the input method? Something like this, or another way:
>
> start_time = input("Start time (-MM-dd HH:mm:ss): ")
>
> proposal.proposed_end_date_time = str(start_time)
>
>  
>
> On Tuesday, August 18, 2020 at 7:30:57 PM UTC+2 adsapiforumadvisor wrote:
>
>> Hi Kasper,
>>
>> Yes, it is possible that you are getting the RESOURCE_NOT_FOUND error 
>> because you do not have a payment profile connected to your customer 
>> account. Please create one and try your request again.
>>
>> Below are my responses to your questions:
>>
>> *How do I connect new customer accounts with our default payment profile, 
>> through the API?* 
>>
>>- To connect your new customer account to a payment profile via API, 
>>you can follow this 
>>
>> 
>> guide.  
>>
>> *Is it possible to set the start and end date for budgets with the 
>> add_account_budget_proposal? * 
>>
>>- Yes, it is possible to set the start and end date for budgets by 
>>specifying the *proposed_start_date_time* and *proposed_end_date_time*. 
>>Please note that the format of these fields should be like the following 
>>example: 2021-01-02 03:04:05 
>>
>> Let me know if you have any additional questions or encounter any other 
>> issues. 
>>
>> Regards,
>> Danica, Google Ads API Team
>>
>> ref:_00D1U1174p._5004Q23L35f: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/12d514d8-b446-48dc-bdc6-3bcec82193d9n%40googlegroups.com.


Negative Keyword List

2020-08-18 Thread Scott Vaillancourt
I'm trying to get a negative keyword list via the Campaign Negative 
Keywords Performance Report API in Python. However, I'm not able to get the 
actual keyword for which I'm retrieving information (e.g., match type). It 
looks as though I might be able to get the keyword via the  
NegativeCampaignCriterion 

 object, 
but I've not been able to make that work. How can I access the attributes 
within this object when I'm creating the report? 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/7527a29c-2224-465b-b83d-bb0fcd8479a0n%40googlegroups.com.


Re: [Google Ads API] Add account budget - Resource not found

2020-08-18 Thread Kasper Aamodt
Hi, thank you! 

I know that that is possible, but that would mean that i have to change the 
code for every new budget we make. Is it possible to set start and end time 
with the input method? Something like this, or another way:

start_time = input("Start time (-MM-dd HH:mm:ss): ")

proposal.proposed_end_date_time = str(start_time)

 

On Tuesday, August 18, 2020 at 7:30:57 PM UTC+2 adsapiforumadvisor wrote:

> Hi Kasper,
>
> Yes, it is possible that you are getting the RESOURCE_NOT_FOUND error 
> because you do not have a payment profile connected to your customer 
> account. Please create one and try your request again.
>
> Below are my responses to your questions:
>
> *How do I connect new customer accounts with our default payment profile, 
> through the API?* 
>
>- To connect your new customer account to a payment profile via API, 
>you can follow this 
>
> 
> guide.  
>
> *Is it possible to set the start and end date for budgets with the 
> add_account_budget_proposal? * 
>
>- Yes, it is possible to set the start and end date for budgets by 
>specifying the *proposed_start_date_time* and *proposed_end_date_time*. 
>Please note that the format of these fields should be like the following 
>example: 2021-01-02 03:04:05 
>
> Let me know if you have any additional questions or encounter any other 
> issues. 
>
> Regards,
> Danica, Google Ads API Team
>
> ref:_00D1U1174p._5004Q23L35f: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/55774d35-7296-48b1-9211-1af8d3e4e7a5n%40googlegroups.com.


RE: Error: USER_PERMISSION_DENIED

2020-08-18 Thread Google Ads API Forum Advisor Prod
Hi Scott,

Thanks for reaching out! The USER_PERMISSION_DENIED error indicates that you 
are trying to access a customerClientId that you do not have permission to 
access. Can you please provide the following details via the Reply privately to 
author option?

customerClientId
complete detailed SOAP logs
email of the user that authenticated the API request

If the Reply privately to author option is not available, please email us 
directly at our support alias googleadsapi-supp...@google.com.

Regards,
Danica, Google Ads API Team
ref:_00D1U1174p._5004Q23LH1D: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/eufNl0QFA2UJ00L3ERAyPhQGqKqdpYK8wIJQ%40sfdc.net.


Re: Retrieve Asset Metrics from AD_PERFORMANCE_REPORT?

2020-08-18 Thread Scott Clumpus
Hi Xiaoming,

Unfortunately I've tried that route as well in the past with no luck. Every 
time I try to query the ad_group_ad_asset_view it returns no results.
I've been back and forth with the API team about this. I can provide my 
previous conversations privately.

Thanks,
Scott

On Tuesday, August 18, 2020 at 1:52:13 PM UTC-7 adsapiforumadvisor wrote:

> Hi Scott,
>
> Thank you for reaching out. In the Adwords API there is no dedicated 
> report to be used to retrieve the asset metrics. However, you could try to 
> retrieve the impressions  and other metrics 
> by querying the ad_group_ad_asset_view 
> 
>  
> resource in the Google Ads API.
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>
> ref:_00D1U1174p._5004Q23LHTs: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/16127abd-e555-4d09-96f3-3b565b919922n%40googlegroups.com.


RE: IncludeZeroImpressions

2020-08-18 Thread Google Ads API Forum Advisor Prod
Hello,

The IncludeZeroImpressions header will depend on the date range of your report. 
You can find all of the supported date ranges and how to create custom date 
ranges here.

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


RE: Retrieve Asset Metrics from AD_PERFORMANCE_REPORT?

2020-08-18 Thread Google Ads API Forum Advisor Prod
Hi Scott,

Thank you for reaching out. In the Adwords API there is no dedicated report to 
be used to retrieve the asset metrics. However, you could try to retrieve the 
impressions and other metrics by querying the ad_group_ad_asset_view resource 
in the Google Ads API.

Thanks and regards,
Xiaoming, Google Ads API Team
ref:_00D1U1174p._5004Q23LHTs: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/yPocu0QFA1Y600K9AOv6E-RkGsS7qpIQrifA%40sfdc.net.


ShoppingProductAdInfo is empty

2020-08-18 Thread Ahmed Adly
Hello,
I have this query: 

String query = "SELECT ad_group.id, "
+ "ad_group_ad.ad.id, "
+ "ad_group_ad.ad.name," +
" ad_group_ad.ad.type, " +
"ad_group_ad.ad.shopping_product_ad " +
" FROM ad_group_ad " +
"Where ad_group_ad.ad.type = \"SHOPPING_PRODUCT_AD\" ";

it runs successfully and i can extract all fields, However, when i try to 
extract ShoppingProductAdInfo object it returns empty although all ads has 
the type SHOPPING_PRODUCT_AD 

this is how i extract it

AdGroupAd adGroupAd =googleAdsRow.getAdGroupAd();
Ad ad = adGroupAd.getAd();
ShoppingProductAdInfo shoppingProductAd = ad.getShoppingProductAd();

Any ideas?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c151c630-5e88-413b-a4e3-07049c4a29aan%40googlegroups.com.


Retrieve Asset Metrics from AD_PERFORMANCE_REPORT?

2020-08-18 Thread Scott Clumpus
Hi there,

I'm currently using the AD_PERFORMANCE_REPORT 
to
 
get a list of my Responsive Search Ad assets that show a *LOW *performance 
label.

Is there any way to obtain the number of impression each asset receives? 
It's shown in the UI but I haven't seen any documentation where I can 
retrieve asset metrics.

Thank you,
Scott

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d301a6d6-7202-4b5d-8c2d-3871a497e932n%40googlegroups.com.


RE: Tracking conversion by search term

2020-08-18 Thread Google Ads API Forum Advisor Prod
Hi Emily,

While there is no time of search field, you can run a Search Query Performance 
Report which gives you data on your search terms. This report includes the 
field ConversionRate.

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


IncludeZeroImpressions

2020-08-18 Thread jpan.ae...@gmail.com
Hello,

I have a question about IncludeZeroImpressions header setting for 
CAMPAIGN_PERFORMANCE_REPORT

is the zero impression filter based on daily impressions or the campaign 
lifetime impressions?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3bd4cfb9-a351-4835-baed-bda1b730bed6n%40googlegroups.com.


Error: USER_PERMISSION_DENIED

2020-08-18 Thread Scott Clumpus
I'm using a script to retrieve text assets via the GoogleAdsService. This 
has worked in the past but now I'm encountering an error when I try to run:

Fault: errors {
  error_code {
authorization_error: USER_PERMISSION_DENIED
  }
  message: "User doesn\'t have permission to access customer. Note: If 
you\'re accessing a client customer, the manager\'s customer id must be set 
in the \'login-customer-id\' header. See 
https://developers.google.com/google-ads/api/docs/concepts/call-structure#login-customer-id";
}

I have double checked my .yaml file and the login_customer_id has been the 
same as it has before. 
I'd love some assistance in this. I have SOAP requests I can provide.

Thank you,
Scott

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/acda4f42-ea73-4f3b-9d14-30545f28dc4bn%40googlegroups.com.


RE: Paging not working with LocationCriterionService

2020-08-18 Thread Google Ads API Forum Advisor Prod
Hi Harsh,

Thank you for reaching out! I will check internally within the team to see if 
this behavior is expected. We will reach out to you again once we have an 
update.

Regards,
Danica, Google Ads API Team
ref:_00D1U1174p._5004Q23KxIK: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/bOfLp0QF9YVU00RxGpxvH4QtyJXvoANpEhAw%40sfdc.net.


Tracking conversion by search term

2020-08-18 Thread Emily Jia
Is it possible to track conversion rate by search term for shopping 
campaigns? 
Alternatively, is it possible to get a report that includes search term and 
time of search for shopping 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/2da74af3-2683-41d0-b900-714218926a5dn%40googlegroups.com.


RE: custom affinity app list

2020-08-18 Thread Google Ads API Forum Advisor Prod
Hi,

Thank you for reaching out. Could you please elaborate your question and share 
the screenshot via the Reply privately to author option?

Thanks and regards,
Xiaoming, Google Ads API Team
ref:_00D1U1174p._5004Q23L63H: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/znzp-0QF9YAI00XChIzzmGRUmj_1d-NgVN9Q%40sfdc.net.


RE: Can we schedule campaign budget consumption by day?

2020-08-18 Thread Google Ads API Forum Advisor Prod
Hi lyse,

Thank you for reaching out. This is not supported by the API intentionally as 
this could be split into different segments and set up individually.

Thanks and regards,
Xiaoming, Google Ads API Team
ref:_00D1U1174p._5004Q23L5Qz: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/BfjRK0QF9XVY0055BmCzASSr-uGHGRvOUAWg%40sfdc.net.


Re: Blank AdType appearing in API reporting so cannot get information on Ads

2020-08-18 Thread Google Ads API Forum Advisor Prod
Hi Leon,

The ad from your report that doesn't return an ad type appears to be a newly 
made HTML5 ad, which can only be retrieved through reports while using AdWords 
API. You should be able to get metrics for these ads such as its impressions 
and costs. If you are running a report through Google Ads API, the ad type will 
be returned as a DisplayUploadAd.

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


Re: Shapefiles/geoJSON for location targets

2020-08-18 Thread Google Ads API Forum Advisor Prod
Hi Daniel,

Thanks for reaching out. Unfortunately it does not support providing the exact 
zipcodes the targeted location includes via API. We have created a feature 
request on behalf for this so I would recommend keeping an eye on our Developer 
Blog for information on future releases.

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


RE: Search - IF function audience compatibility

2020-08-18 Thread Google Ads API Forum Advisor Prod
Hi Kundan,

The API will not implement any features that are not available in the Google 
Ads UI. Once the feature is available there, it can be considered to be 
implemented in the API.

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


Re: (Google Ads API) AdGroup Audience view returns no data

2020-08-18 Thread Google Ads API Forum Advisor Prod
Hello,

The ad_group_audience_view reflects the Audiences tab in the Google Ads UI. It 
will show audiences that are targeted from the ad group level. If you are not 
seeing any results, please provide me more details.

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


RE: Null values in Ad column- Ad Performance report

2020-08-18 Thread Google Ads API Forum Advisor Prod
Hi Romi,

Thank you for reaching out! In order for me to further investigate your issue, 
can you please provide the customerClientId you used in your request?

Regards,
Danica, Google Ads API Team
ref:_00D1U1174p._5004Q23L5NC: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/hqyEn0QF9VKE00I5xiUcucQOCUN2dv-zEuoQ%40sfdc.net.


Re: User based filters

2020-08-18 Thread Google Ads API Forum Advisor Prod
Hello,

I don't believe this is possible through the API. The highest level custom 
parameter is the campaign level. Please reach out to the product team for 
further guidance on this.

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


RE: About adDataCase in Ad

2020-08-18 Thread Google Ads API Forum Advisor Prod
Hi Dihan,

Thanks for reaching out. With regards to your concern, could 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 yourclient library.

Let me know if you have any questions.

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


RE: [Google Ads API] Add account budget - Resource not found

2020-08-18 Thread Google Ads API Forum Advisor Prod
Hi Kasper,

Yes, it is possible that you are getting the RESOURCE_NOT_FOUND error because 
you do not have a payment profile connected to your customer account. Please 
create one and try your request again.

Below are my responses to your questions:

How do I connect new customer accounts with our default payment profile, 
through the API?

To connect your new customer account to a payment profile via API, you can 
follow this guide.

Is it possible to set the start and end date for budgets with the 
add_account_budget_proposal?

Yes, it is possible to set the start and end date for budgets by specifying the 
proposed_start_date_time and proposed_end_date_time. Please note that the 
format of these fields should be like the following example: 2021-01-02 03:04:05

Let me know if you have any additional questions or encounter any other issues.

Regards,
Danica, Google Ads API Team
ref:_00D1U1174p._5004Q23L35f: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/Qomdu0QF9SMV00bJVtK-EFTnicVXs_lJXDCw%40sfdc.net.


RE: Include / Exclude Product Partitions in Adgroups (Shopping Campaigns)

2020-08-18 Thread Google Ads API Forum Advisor Prod
Hi Marco,

It is possible to target and exclude product partitions at the ad group level 
using the API. Here is a guide and example of product groups. When setting your 
AdGroupCriterion, you can set negative to true to exclude criteria.

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


Re: Mismatch between Audience and Campaign report

2020-08-18 Thread Google Ads API Forum Advisor Prod
Hi Damir,

Unfortunately, there is no way to get these rows in either of the APIs. I've 
created a feature request on   your behalf.

You can follow our blog to get announcements or updates regarding this.

Cheers,
Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q23KnUJ: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/knv580QF9QX700gQWycxjIQeiGNzwE9ose7A%40sfdc.net.


custom affinity app list

2020-08-18 Thread denma test
Hi
How can i get apps list as like in the screenshot to create custom 
affinity. Also let me know how to create custom affinity. 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/e4b760a2-7000-49e8-89e9-a35f84726330o%40googlegroups.com.


Re: Shapefiles/geoJSON for location targets

2020-08-18 Thread 'Daniel Bunting' via AdWords API and Google Ads API Forum
Hi Nirmita,

Unfortunately no that doesn't answer my question. What I want is to know 
exactly what the boundaries of the targeting regions are. For example for 
if I target the London region this might cover the postcodes W1, W2, N1, 
. etc.
I need to be able to compare the Google ads geotargeting regions with other 
systems that may define region boundaries differently.

Thank you,

Daniel

On Friday, 14 August 2020 at 20:30:18 UTC+1 adsapiforumadvisor wrote:

> Hi Denial,
>
> Thanks for reaching out. Thank you for reaching out. You could target 
> campaigns for proximity to a location 
> .
>  
> Please let me know if this is what you are looking for. If not, can you 
> please provide screenshot of the UI so that i can further investigate the 
> issue and please reply privately to author options while sharing the 
> details.
>
> Please let me know if you have further questions.
>
> Thanks,
> Nirmita Patel Google Ads Team
>
> ref:_00D1U1174p._5004Q23KEuS: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/fad344e1-67b4-4e11-9bfb-27e03bcc234fn%40googlegroups.com.


Re: LocationView Service returns empty LocationInfo

2020-08-18 Thread 'tetiana....@partners.2sixty.io' via AdWords API and Google Ads API Forum
Hi Anash,
I just rerun this request for the same account/campaign, here are examples 
how correct response looks and how incorrect response looks:
Correct:
[image: Screen Shot 2020-08-18 at 3.25.21 PM.png]
Incorrect:
[image: Screen Shot 2020-08-18 at 3.25.31 PM.png]
As you can see correct campaign criteria contains location inside it.

But since criterion_id looks the same as geo_target_constant_id we can use 
your workaround and extract it from campaign_criterion resource name.
[image: Screen Shot 2020-08-18 at 3.25.21 PM.png]
Thanks,
Tetiana

On Monday, August 17, 2020 at 11:05:40 PM UTC+3 adsapiforumadvisor wrote:

> Hi Tetiana, cv,
>
> I'll file a request with the teams to investigate further. From an initial 
> glance, I do not see anything wrong with your request.
>
> As a workaroud, you can parse and lookup this information yourself as 
> follows:
>
> 1. Split the resource name by the ~ sign. The criterion ID is the second 
> half (e.g. 20321 from Tetiana's screenshot).
> 2. Make a call to LanguageConstantService 
> 
>  
> to retrieve the language details. Call GeoTargetConstantService 
> 
>  
> for location details.
> 3. Optionally, you can look up the values from the csvs linked at 
> https://developers.google.com/adwords/api/docs/appendix/codes-formats#languages
>  and https://developers.google.com/adwords/api/docs/appendix/geotargeting 
> respectively. 
> E.g. if you lookup the second CSV, 20321  corresponds 
> to "Ile-de-France,France", which can be confirmed on the UI under campaign 
> settings for the campaign ID you posted.
>
> Cheers
> Anash
>
> ref:_00D1U1174p._5004Q23IuF2: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/2f58f987-38b4-4eb1-9886-92cd565edbedn%40googlegroups.com.


Re: Only fails at AddCompleteCampaignsUsingBatchJob : User doesn't have permissions to access customer

2020-08-18 Thread Google Ads API Forum Advisor Prod
Hello,

The team has been hard at work getting it ready for a wide release and hopes to 
have it out soon, but unfortunately I can't be any more specific than that.

In the meanwhile, you can still use temporary IDs with bulk mutates. 
Ultimately, if you want to make large-scale changes, you'll still want to adopt 
the batch job feature when it fully launches, since it provides some automatic 
error handling and retrying and other conveniences.

Regards,
Mike, Google Ads API Team
ref:_00D1U1174p._5004Q23Jwor: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/etnCY0QF9ESG00QbSnO3jITNeuwz5JReZlfA%40sfdc.net.


Re: Only fails at AddCompleteCampaignsUsingBatchJob : User doesn't have permissions to access customer

2020-08-18 Thread 'Kostas Kougios' via AdWords API and Google Ads API Forum
Oh thats a shame as we based our whole architecture on the negative ids! 
Any hint on when (about) is it going to be available?

On Tuesday, 18 August 2020 at 13:03:32 UTC+1 adsapiforumadvisor wrote:

> Hello,
>
> This feature is not yet widely available. I believe that the access you're 
> missing is actually access to the batch jobs feature, *not* access to the 
> customer. Unfortunately, we are not accepting new users into this feature 
> at the current time.
>
> Please follow our blog  where we 
> announce new features to keep up to date for when this becomes more widely 
> available.
>
> Regards,
> Mike, Google Ads API Team
>
> ref:_00D1U1174p._5004Q23Jwor: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/024f6c7d-3a75-4549-a41e-2c341dd10686n%40googlegroups.com.


Re: Audience Targeting Setting

2020-08-18 Thread Google Ads API Forum Advisor Prod
Hello,

It is possible to set up these "bid only" settings even in the absence of any 
actual criteria of that type. If you have no audiences set up, then the 
existence of this setting shouldn't affect anything about how your campaign 
serves. If you add a criterion of the corresponding type to the campaign at a 
later time, the existing settings will then be in effect. You can always update 
the "bid only" setting before attaching any audiences to the campaign if the 
current state is not what you want.

Regards,
Mike, Google Ads API Team
ref:_00D1U1174p._5004Q23Jume: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/Q_i9o0QF9E0B00qSpdUIRITiG76FbQ7kZvPw%40sfdc.net.


Can we schedule campaign budget consumption by day?

2020-08-18 Thread lyse
Hi,

What I would like to do is something like this:
Overall budget: $1,000
Campaign duration: 3 days

Is there any set up that can help automate the budget consumption like this:
Day 1 - 30%
Day 2 - 30%
Day 3 - 40%
without having to manually adjust the budget everyday.

Thank you

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a929f0f4-2cf5-48b2-806d-9569501c0f23n%40googlegroups.com.


Null values in Ad column- Ad Performance report

2020-08-18 Thread Romi Rozhansky
Hi, 

When I try to fetch the "Ad" column in the Ad Performance report, I get a 
column of Null values.  Although in the UI we can see that there is content 
to those ads (screenshots attached).

The report definition:
{"reportName": u"AD_PERFORMANCE_REPORT", "selector": {"predicates": 
[{"operator": "IN", "field": "AdGroupStatus", "values": ["REMOVED", 
"PAUSED", "ENABLED"]}, {"operator": "IN", "field": "CampaignStatus", 
"values": ["REMOVED", "PAUSED", "ENABLED"]}], "fields": 
["AccountDescriptiveName", "AccountCurrencyCode", "AccountTimeZone", 
"AdNetworkType1", "Date", "CampaignName", "CampaignId", "CampaignStatus", 
"AdGroupName", "AdGroupId", "Headline", "Id", "Status", "CriterionId", 
"LabelIds", "Labels", "Cost", "Impressions", "Clicks", "Conversions", 
"AllConversions", "AllConversionValue", "ViewThroughConversions", 
"VideoQuartile75Rate", "VideoQuartile100Rate", "VideoViews", 
"Interactions", "CurrentModelAttributedConversionValue"], "dateRange": 
{"max": "20200818", "min": "20200801"}}, "reportType": 
u"AD_PERFORMANCE_REPORT", "dateRangeType": "CUSTOM_DATE", "downloadFormat": 
"CSV"} 

[image: null values.png][image: UI content.PNG]
Please help me to figure out the cause of this discrepancy. 

Thanks in advance,
Romi
 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/018f9703-a6ea-483f-a953-80f455024d8bn%40googlegroups.com.


Re: Only fails at AddCompleteCampaignsUsingBatchJob : User doesn't have permissions to access customer

2020-08-18 Thread Google Ads API Forum Advisor Prod
Hello,

This feature is not yet widely available. I believe that the access you're 
missing is actually access to the batch jobs feature, not access to the 
customer. Unfortunately, we are not accepting new users into this feature at 
the current time.

Please follow our blog where we announce new features to keep up to date for 
when this becomes more widely available.

Regards,
Mike, Google Ads API Team
ref:_00D1U1174p._5004Q23Jwor: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/0u3sx0QF9DH200kIKwQ3EXSe6El-c27_tfjw%40sfdc.net.


Re: Blank AdType appearing in API reporting so cannot get information on Ads

2020-08-18 Thread LP AI
Hi Anthony

In one particular adwords accounts we have some ads that are IMAGE_ADS and 
others with no ad type. For example
AdGroupId = 108737976911
AdId = 453917288878 (blank)
AdId = 453676363641 (IMAGE_AD)

With the image ad we can then use the AdGroupAdService to find out more 
information and even get a preview of the Ad, but with the blank adType we 
have no further information.

Leon

On Thursday, 13 August 2020 at 18:58:39 UTC+2 adsapiforumadvisor wrote:

> Hello,
>
> You can reply with your report data on the forum. Just please be sure not 
> to include any of the info mention in #4 of this post 
> 
> .
>
> Thanks,
>
> Anthony
> Google Ads API Team
>
> ref:_00D1U1174p._5004Q23JZ3Q: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/8c40ba92-27c7-48d2-b4e7-55592bde00a8n%40googlegroups.com.


Re: Audiences target setup in AdGroup

2020-08-18 Thread denma test
Hi
Have checked with shared links and 
*https://developers.google.com/adwords/api/docs/samples/php/remarketing*, 
but i could not getting needed details. the thing is we need to get the 
audience list as like in google ads UI. The highlighted link have some 
details to create Audience list, but there is not much details to list and 
others. My need is

1. Where can get Audience list as like google ads UI such as Search, Ideas, 
Browse.
2. Sample to setup audience list in AdGroup
3. What are Audience list can be done via API, there are 5 types in google 
ads. For reference attached screen shots.

Tow parent audience list type
1. Remarketing with 5 sub types
2 Custom affinity with two sub types
Please let me know the possible types to done with API and also how to get 
listing of Audiences from Google ads which is nor created myself. Possible 
please share ant code samples, since am using PHP version of Google Adwords 
API.


On Tuesday, August 18, 2020 at 1:52:42 AM UTC+5:30, adsapiforumadvisor 
wrote:
>
> Hello,
>
> You may want to take a look at the TargetingSetting 
> 
>  and 
> TargetingSettingDetail 
> 
>  fields. 
> You can refer to this 
> 
>  guide 
> for more details on Remarketing and Audience Targeting. For sample code on 
> setting targeting, you can refer here 
>  
> for reference. 
>
> Regards,
> Danica, Google Ads API Team
>
> ref:_00D1U1174p._5004Q23Kl8A: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/3179022a-7ef2-42d4-a630-3c25e5eedae2o%40googlegroups.com.


Search - IF function audience compatibility

2020-08-18 Thread 'Kundan Kumar' via AdWords API and Google Ads API Forum
Hi,

I have a basic question to start with - *Will API support the 
implementation of IF function ad customizer for 'Affinity & In-Market 
audiences' which is currently not available through the native dashboard? *

This solution was although recommended by the Google API team to me but I 
need this clarity before I start working on the API solution.

The idea is to run audience tailored ad copies on Search for audience 
categories under Affinity and In-market both by serving custom Headline-1 
using IF function for example-

{=IF(*audience *IN (*Sports & Fitness*),*Audience Tailored Headline*):*Generic 
Headline*}


Please help!


Thanks,
Kundan

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/38150372-f33a--861b-af535fbcc742n%40googlegroups.com.


Re: how to identify RLSA and Display campaigns

2020-08-18 Thread cv
Hi Nirmita,

Also you can see that migration guide is not giving proper fields which 
need to match at New API
For example in this
https://developers.google.com/google-ads/api/docs/migration/reports#audience_performance

criteria - how bid modifier can be criteria?


Criteria - This should be campaign/ad group bid modifier depending on the 
view.

Also deprecated fields.

Thanks,


On Tuesday, 18 August 2020 at 12:22:04 UTC+5:30 cv wrote:

> Hello Nirmita,
>
> I wanted to get this information using Google Ads API beta.
>
> Is there any settings available which let me know It is RLSA or Display 
> campaign?
>
> Also I cannot get Level, Targeting Settings, Type etc.. using audience 
> performance repor 
> 
> t ?
> Also from this list how I can identify it is RLSA campaign or Display 
> campaign?
>
> I have also shared the details via email.
>
> Thanks,
>
>
> On Tuesday, 18 August 2020 at 00:55:30 UTC+5:30 adsapiforumadvisor wrote:
>
>> Hi Cv,
>>
>> Thanks for reaching out. With regards to your concern, you can run the 
>> audience 
>> performance repor 
>> t
>>  
>> and get data from interests and remarketing lists for Display Network and 
>> YouTube Network ads, and remarketing lists for search ads (RLSA), 
>> aggregated at the audience level. Let me know if this is what you're 
>> looking for. If not can you please provide screenshot of the UI so that i 
>> can further inestigate the issue and please reply privately to author 
>> options while sharing the details. 
>>
>> Thanks,
>> Nirmita Patel Google Ads Team
>>
>>
>> ref:_00D1U1174p._5004Q23KVNk: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/9caf5fea-5b44-41b0-acc8-aa351e21db93n%40googlegroups.com.


RE: Micros to usd or GBP conversion

2020-08-18 Thread Darren USG
Darren replied:
When I update cpcbids via the api is it also done in microns?

-- 

Darren Chamberlain

darren.chamberl...@usergain.com

On Monday, August 17th 2020, 9:14:15 PM adsapiforumadvi...@gmail.com 
 wrote:

Hi Darren,

Thank you for reaching out to us. Micros are already in the local currency set 
in your Google Ads Account. You can read more about this here. To get the 
actual currency, you'll have to divide the micros amount by 1,000,000. Let 
me know if you have further questions.

Thank you,

Bryan, Google Ads API Team 

ref:_00D1U1174p._5004Q23KtZA:ref





Desk tracking: [DESK-bcdb-1g24je]

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/t.87439226.u318049.529247.a84b1ce2-f125-445c-be45-e64e904a0b33%40eu.teamworkdesk.com.


Include / Exclude Product Partitions in Adgroups (Shopping Campaigns)

2020-08-18 Thread Marco Küthe
Hello, 

I'm a developer in a Startup Company, and we are interacting with the 
Google Ads API to Controll Google Ads with a Python Application. 

We are now searching for a solution, to include and exclude Product 
Partions in Adgroups. 

The following Sample Code shows the Operand:

operations = [{
'operator': 'SET',
'operand': {
'adGroupId': ADGROUP_ID,
'criterion': {
'id': CRITERION_ID
},
'AdGroupCriterion.Type': 'NegativeAdGroupCriterion',
'criterionUse': 'NEGATIVE'
}
}]


adgroup_criterion_service.mutate(operations)



I also looked at other questions in this forums, but they are i bit older, 
so maybe something changed. (
https://groups.google.com/forum/?pli=1#!msg/adwords-api/vVWNF2kAVXo/bTF0FpHbAAAJ
)
Am I still right, that you cant include/exclude Product Partitions over the 
Ads API, because the Field is Read Only? 

We could also remove the Product Partition and create a knew one, but in 
this case we lose track of data. 

Maybe somebody can supply me with some Informations, or another idea to 
archive including/excluding Product Partions without the use of the Ads 
Frontend. 

Thanks in advance, 
Marco. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/cca78e03-417e-4929-a67a-f3a058abe98bo%40googlegroups.com.


Re: [Google Ads API] Add account budget - Resource not found

2020-08-18 Thread Kasper Aamodt
And another question, is it possible to set the start and end date for 
budgets with the  add_account_budget_proposal ? 

On Tuesday, August 18, 2020 at 9:44:06 AM UTC+2 Kasper Aamodt wrote:

> I think i know why it does not work. It's probably because it is a new 
> account, so it does not have a payment profile connected to the account 
> yet. So now my question is, how do i connect new customer accounts with our 
> default payment profile, thrugh the API?
>
> On Tuesday, August 18, 2020 at 9:21:53 AM UTC+2 Kasper Aamodt wrote:
>
>> Hi,
>>
>> I'm trying to add a budget to an account. I'm using the 
>> add_account_budget_proposal example. 
>>
>> This is the error message and log:
>>
>> [2020-08-18 09:15:35,440 - INFO] Request
>> ---
>> Method: 
>> /google.ads.googleads.v4.services.AccountBudgetProposalService/MutateAccountBudgetProposal
>> Host: googleads.googleapis.com:443
>> Headers: {
>>   "developer-token": "REDACTED",
>>   "login-customer-id": "xx",
>>   "x-goog-api-client": "gl-python/3.8.5 grpc/1.31.0 gax/1.22.1 
>> gapic/6.0.0",
>>   "x-goog-request-params": "customer_id=xx"
>> }
>> Request: customer_id: "xx"
>> operation {
>>   create {
>> billing_setup {
>>   value: "customers/xx/billingSetups/"
>> }
>> proposal_type: CREATE
>> proposed_name {
>>   value: "Account Budget Proposal (example)"
>> }
>> proposed_start_time_type: NOW
>> proposed_end_time_type: FOREVER
>> proposed_spending_limit_micros {
>>   value: 100
>> }
>>   }
>> }
>>
>>
>> Response
>> ---
>> Headers: {
>>   "google.ads.googleads.v4.errors.googleadsfailure-bin": 
>> "\nG\n\u00028\u0003\u0012\u0017Resource was not 
>> found.\"(\u0012\u000b\n\toperation\u0012\b\n\u0006create\u0012\u000f\n\rbilling_setup",
>>   "grpc-status-details-bin": "\b\u0003\u0012%Request contains an invalid 
>> argument.\u001a\u0001\
>> nCtype.googleapis.com/google.ads.googleads.v4.errors.GoogleAdsFailure\u0012I\nG\n\u00028\u0003\u0012\u0017Resource
>>  
>> 
>>  
>> was not 
>> found.\"(\u0012\u000b\n\toperation\u0012\b\n\u0006create\u0012\u000f\n\rbilling_setup",
>>   "request-id": "rBUXCldjFfi41xHtznIVgw"
>> }
>> Fault: errors {
>>   error_code {
>> mutate_error: RESOURCE_NOT_FOUND
>>   }
>>   message: "Resource was not found."
>>   location {
>> field_path_elements {
>>   field_name: "operation"
>> }
>> field_path_elements {
>>   field_name: "create"
>> }
>> field_path_elements {
>>   field_name: "billing_setup"
>> }
>>   }
>> }
>>
>>
>> [2020-08-18 09:15:35,440 - WARNING] Request made: ClientCustomerId: 
>> xx, Host: googleads.googleapis.com:443, Method: 
>> /google.ads.googleads.v4.services.AccountBudgetProposalService/MutateAccountBudgetProposal,
>>  
>> RequestId: rBUXCldjFfi41xHtznIVgw, IsFault: True, FaultMessage: Resource 
>> was not found.
>>
>> Thanks
>> Kasper
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/44461e8b-62c7-495b-9b27-640bd1917062n%40googlegroups.com.


Re: (Google Ads API) AdGroup Audience view returns no data

2020-08-18 Thread cv
Hello,

I think Adgroup Audience View must provide data, as get service is 
expensive in Adwords API beta. It has limited usage.

Please let me know the reason why adwords_audience_view can't give data?

Thanks,


On Tuesday, 18 August 2020 at 00:53:50 UTC+5:30 adsapiforumadvisor wrote:

> Hi Theo,
>
> You can run the UserListService 
> 
>  
> in Google Ads API to get all of your audiences since this is the migrated 
> service of the AdWordsUserListService in AdWords API. 
>
> Let me know if there are any issues.
>
> Cheers,
>
> Anthony
> Google Ads API Team
>
> ref:_00D1U1174p._5004Q23Jc2b: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/a525224a-8993-4904-bb9a-c02749369bc1n%40googlegroups.com.


Re: Audiences target setup in AdGroup

2020-08-18 Thread denma test
Thanks, will look into shared details and come back to you if need any.

On Tuesday, August 18, 2020 at 1:52:42 AM UTC+5:30, adsapiforumadvisor 
wrote:
>
> Hello,
>
> You may want to take a look at the TargetingSetting 
> 
>  and 
> TargetingSettingDetail 
> 
>  fields. 
> You can refer to this 
> 
>  guide 
> for more details on Remarketing and Audience Targeting. For sample code on 
> setting targeting, you can refer here 
>  
> for reference. 
>
> Regards,
> Danica, Google Ads API Team
>
> ref:_00D1U1174p._5004Q23Kl8A: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/8b276631-5685-4f55-adec-0629fd0ae818o%40googlegroups.com.


Re: User based filters

2020-08-18 Thread denma test
Hi
Thanks for the details, also checked with custom parameters since that is 
relate to add params in URL, but am looking to set custom param in 
campaign, adgroup and ads also other asssts too, the thing is my users can 
create campaigns and others, but those will be reflect to my account 
adwords only. So i just need to filter records as per user login. Please 
suggest best way to achieve this.

On Monday, August 17, 2020 at 8:15:24 PM UTC+5:30, adsapiforumadvisor wrote:
>
> Hello,
>
> The number of client accounts that can be linked to a manager account 
> depends on the amount your accounts spend. You can find more information 
> here .
>
> Regards,
> Anthony
> Google Ads API Team 
>
> ref:_00D1U1174p._5004Q23KEgO: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/fa2577e2-0d68-425f-88c7-5dc971ad76e8o%40googlegroups.com.


Re: Mismatch between Audience and Campaign report

2020-08-18 Thread da...@improvado.io
By the way, is it possible to get data for  Expansion and Other from 
Adwords API or Google Ads beta API?

On Tuesday, August 18, 2020 at 3:27:39 AM UTC+7 adsapiforumadvisor wrote:

> Hi Damir,
>
> As you can see from the screenshot I attached, your API reports match with 
> your UI. The missing data you from your audience reports are coming from 
> Expansion and Other. The Audience Performance Report will only show you the 
> Audience totals.
>
> Regards,
> Anthony
> Google Ads API Team
>
> ref:_00D1U1174p._5004Q23KnUJ: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/54cfb732-a187-46fc-b8e7-51edd29989d9n%40googlegroups.com.


Re: Mismatch between Audience and Campaign report

2020-08-18 Thread da...@improvado.io
By the way, is it possible data for  Expansion and Other from Adwords API?  

On Tuesday, August 18, 2020 at 3:27:39 AM UTC+7 adsapiforumadvisor wrote:

> Hi Damir,
>
> As you can see from the screenshot I attached, your API reports match with 
> your UI. The missing data you from your audience reports are coming from 
> Expansion and Other. The Audience Performance Report will only show you the 
> Audience totals.
>
> Regards,
> Anthony
> Google Ads API Team
>
> ref:_00D1U1174p._5004Q23KnUJ: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/d8c62a8b-fa82-4c6d-9db3-1d17480c5092n%40googlegroups.com.


Re: [Google Ads API] Add account budget - Resource not found

2020-08-18 Thread Kasper Aamodt
I think i know why it does not work. It's probably because it is a new 
account, so it does not have a payment profile connected to the account 
yet. So now my question is, how do i connect new customer accounts with our 
default payment profile, thrugh the API?

On Tuesday, August 18, 2020 at 9:21:53 AM UTC+2 Kasper Aamodt wrote:

> Hi,
>
> I'm trying to add a budget to an account. I'm using the 
> add_account_budget_proposal example. 
>
> This is the error message and log:
>
> [2020-08-18 09:15:35,440 - INFO] Request
> ---
> Method: 
> /google.ads.googleads.v4.services.AccountBudgetProposalService/MutateAccountBudgetProposal
> Host: googleads.googleapis.com:443
> Headers: {
>   "developer-token": "REDACTED",
>   "login-customer-id": "xx",
>   "x-goog-api-client": "gl-python/3.8.5 grpc/1.31.0 gax/1.22.1 
> gapic/6.0.0",
>   "x-goog-request-params": "customer_id=xx"
> }
> Request: customer_id: "xx"
> operation {
>   create {
> billing_setup {
>   value: "customers/xx/billingSetups/"
> }
> proposal_type: CREATE
> proposed_name {
>   value: "Account Budget Proposal (example)"
> }
> proposed_start_time_type: NOW
> proposed_end_time_type: FOREVER
> proposed_spending_limit_micros {
>   value: 100
> }
>   }
> }
>
>
> Response
> ---
> Headers: {
>   "google.ads.googleads.v4.errors.googleadsfailure-bin": 
> "\nG\n\u00028\u0003\u0012\u0017Resource was not 
> found.\"(\u0012\u000b\n\toperation\u0012\b\n\u0006create\u0012\u000f\n\rbilling_setup",
>   "grpc-status-details-bin": "\b\u0003\u0012%Request contains an invalid 
> argument.\u001a\u0001\
> nCtype.googleapis.com/google.ads.googleads.v4.errors.GoogleAdsFailure\u0012I\nG\n\u00028\u0003\u0012\u0017Resource
>  
> 
>  
> was not 
> found.\"(\u0012\u000b\n\toperation\u0012\b\n\u0006create\u0012\u000f\n\rbilling_setup",
>   "request-id": "rBUXCldjFfi41xHtznIVgw"
> }
> Fault: errors {
>   error_code {
> mutate_error: RESOURCE_NOT_FOUND
>   }
>   message: "Resource was not found."
>   location {
> field_path_elements {
>   field_name: "operation"
> }
> field_path_elements {
>   field_name: "create"
> }
> field_path_elements {
>   field_name: "billing_setup"
> }
>   }
> }
>
>
> [2020-08-18 09:15:35,440 - WARNING] Request made: ClientCustomerId: 
> xx, Host: googleads.googleapis.com:443, Method: 
> /google.ads.googleads.v4.services.AccountBudgetProposalService/MutateAccountBudgetProposal,
>  
> RequestId: rBUXCldjFfi41xHtznIVgw, IsFault: True, FaultMessage: Resource 
> was not found.
>
> Thanks
> Kasper
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/14affbde-572b-433f-859f-aba8a9c1373dn%40googlegroups.com.


Re: Negative conversions in CAMPAIGN_LOCATION_TARGET_REPORT?!

2020-08-18 Thread Zweitze
After a lot of investigation, on more than one hundred accounts, re-reading 
from 1st January 2019, I can add:

The strange finding is negative conversions on a report segmented to 
ConversionTrackerId. This happens with about 4% of the accounts. But... 
only with GEO_PERFORMANCE_REPORT! Not on keyword performance, ad 
performance etc.etc.

I wrote I could see the negative conversions in the web UI as well. That's 
not really correct, in the web UI you cannot segment by conversion types. 
The negative conversion is there, just not by conversion type as I claimed



On Tuesday, August 11, 2020 at 4:07:20 PM UTC+2, Zweitze wrote:
>
> So it was fixed a year ago, but now something is back!
> But my explanation of Aug 2 2019 won't hold in this situation, something 
> else is going on. Now it's a Geo Performance report and its request is:
> 
> 
>https://adwords.google.com/api/adwords/cm/v201809";>
>CampaignId
>MostSpecificCriteriaId
>CountryCriteriaId
>CityCriteriaId
>Date
>Device
>AdNetworkType2
>ConversionTrackerId
>Conversions
>ViewThroughConversions
>ConversionValue
>
>CampaignStatus
>IN
>ENABLED
>PAUSED
>REMOVED
>
>
>LocationType
>EQUALS
>LOCATION_OF_PRESENCE
>
>
>20181202
>20200811
>
>
> xmlns="https://adwords.google.com/api/adwords/cm/v201809";>PhysicalLocationConversion
>  
> 02-12-2018...11-08-2020
>https://adwords.google.com/api/adwords/cm/v201809
> ">GEO_PERFORMANCE_REPORT
>https://adwords.google.com/api/adwords/cm/v201809
> ">CUSTOM_DATE
>https://adwords.google.com/api/adwords/cm/v201809
> ">GZIPPED_XML
> 
>
> You get a lot of rows, four with negative conversions:
>  countryTerritory='2528' city='1010543' day='2019-10-22' device='Mobile 
> devices with full browsers' networkWithSearchPartners='Google search' 
> conversionTrackerId='278161913' conversions='-1.00' viewThroughConv='0' 
> totalConvValue='-8.34'/>
>  countryTerritory='2528' city='9063492' day='2019-05-31' device='Mobile 
> devices with full browsers' networkWithSearchPartners='Google search' 
> conversionTrackerId='278161913' conversions='-1.00' viewThroughConv='0' 
> totalConvValue='-8.34'/>
>  countryTerritory='2528' city='9063488' day='2019-05-18' device='Mobile 
> devices with full browsers' networkWithSearchPartners='Google search' 
> conversionTrackerId='278161913' conversions='-1.00' viewThroughConv='0' 
> totalConvValue='-8.34'/>
>  countryTerritory='2528' city='9063492' day='2019-07-29' device='Computers' 
> networkWithSearchPartners='Google search' conversionTrackerId='278161913' 
> conversions='-1.00' viewThroughConv='0' totalConvValue='-8.34'/>
>
> There's a subtle difference with the previous is issue: this time the 
> request includes ConversionTrackerId, which is a segmentation on conversion 
> types. In other words, the hypothesis with "Include in conversions" is off 
> the table. Also note that one of the records is from October 22, over two 
> months after the fix was implemented.
>
> This problem is probably not only related to the API. I managed to see the 
> record of May 18 in the web UI as well. I couldn't see the records of May 
> 31 and Oct 22 in the web UI, probably due to the heavy segmenting involved, 
> which is not supported by the web UI. Nevertheless I'd like to ask the 
> question here because product support don't understand why this is problem.
>
> If anyone can look into this, thanks!
>
> Zweitze.
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/23e34c97-6028-4dd6-b81d-a6aa5b7adf15o%40googlegroups.com.


[Google Ads API] Add account budget - Resource not found

2020-08-18 Thread Kasper Aamodt
Hi,

I'm trying to add a budget to an account. I'm using the 
add_account_budget_proposal example. 

This is the error message and log:

[2020-08-18 09:15:35,440 - INFO] Request
---
Method: 
/google.ads.googleads.v4.services.AccountBudgetProposalService/MutateAccountBudgetProposal
Host: googleads.googleapis.com:443
Headers: {
  "developer-token": "REDACTED",
  "login-customer-id": "xx",
  "x-goog-api-client": "gl-python/3.8.5 grpc/1.31.0 gax/1.22.1 gapic/6.0.0",
  "x-goog-request-params": "customer_id=xx"
}
Request: customer_id: "xx"
operation {
  create {
billing_setup {
  value: "customers/xx/billingSetups/"
}
proposal_type: CREATE
proposed_name {
  value: "Account Budget Proposal (example)"
}
proposed_start_time_type: NOW
proposed_end_time_type: FOREVER
proposed_spending_limit_micros {
  value: 100
}
  }
}


Response
---
Headers: {
  "google.ads.googleads.v4.errors.googleadsfailure-bin": 
"\nG\n\u00028\u0003\u0012\u0017Resource was not 
found.\"(\u0012\u000b\n\toperation\u0012\b\n\u0006create\u0012\u000f\n\rbilling_setup",
  "grpc-status-details-bin": "\b\u0003\u0012%Request contains an invalid 
argument.\u001a\u0001\nCtype.googleapis.com/google.ads.googleads.v4.errors.GoogleAdsFailure\u0012I\nG\n\u00028\u0003\u0012\u0017Resource
 
was not 
found.\"(\u0012\u000b\n\toperation\u0012\b\n\u0006create\u0012\u000f\n\rbilling_setup",
  "request-id": "rBUXCldjFfi41xHtznIVgw"
}
Fault: errors {
  error_code {
mutate_error: RESOURCE_NOT_FOUND
  }
  message: "Resource was not found."
  location {
field_path_elements {
  field_name: "operation"
}
field_path_elements {
  field_name: "create"
}
field_path_elements {
  field_name: "billing_setup"
}
  }
}


[2020-08-18 09:15:35,440 - WARNING] Request made: ClientCustomerId: 
xx, Host: googleads.googleapis.com:443, Method: 
/google.ads.googleads.v4.services.AccountBudgetProposalService/MutateAccountBudgetProposal,
 
RequestId: rBUXCldjFfi41xHtznIVgw, IsFault: True, FaultMessage: Resource 
was not found.

Thanks
Kasper

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/102e790d-ff36-42f5-a8dc-c37d5938c014n%40googlegroups.com.