How to add new customers to user list in Ads API

2020-10-20 Thread Wonkeun Song

Hello.
WE are doing migration from Google Adwords API to Ads API.
In the Google Adwords API, we can add or delete some customers from user 
list with "MutateMembersOperation" and ADD/REMOVE operators.

However, we researched the Ads API and we got that there only exist 
create/update/delete opreations in userlist operation. We strongly need 
add/remove operators for our business.

Is there any good way to migrate to Ads API? Can I do some adding/removing 
operations for some specified customers with Ads API?

thanks for all response.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2531da4b-3c06-4324-9529-4159b946635dn%40googlegroups.com.


Re: Add new customers to user list

2020-10-20 Thread Karan
with a 'ADD' operator in mutateMembers() will the new data get appended 
onto the existing customers in that list?
because 'SET' operator is not supported In this case.

P.S. I am using python client.

On Tuesday, October 20, 2020 at 9:26:25 PM UTC+5:30 adsapiforumadvisor 
wrote:

> Hi Karan,
>
> Thanks for reaching out. You could use the 
> AdwordsUserListService.mutateMembers() 
> 
>  
> to add members to an existing customer match list. This is an example code 
> 
>  
> to create and populate a user list. You could get rid of these code 
> snippets 
> 
>  
> and set the existing userId in this line of code 
> 
> .
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q26Actt: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/327e7a8c-2d32-4a6c-90c0-ff5a72342b96n%40googlegroups.com.


Re: How to search campaign level data from feed_item

2020-10-20 Thread Xueyao Yang

Thanks for your reply.
I could get  feed item related data from feed_item/extension_feed_item, but 
I couldn't get campaign related data from  feed_item/extension_feed_item.
If I query campaign.id/campaign.resource_name from 
feed_item/extension_feed_item without filter, I cannot get data .
The question is,
I could not get data when I put campaign related fields in query from 
feed_item/extension_feed_item, but could get data by removing campaign 
related fields in query.
For example,
the query "SELECT campaign.id, feed_item.policy_infos, feed_item
.resource_name, feed_item.status FROM feed_item" return empty response,
but the query "SELECT feed_item.policy_infos, feed_item.resource_name, 
feed_item.status FROM feed_item" return some data.

Thank you
在2020年10月20日星期二 UTC-7 上午10:09:52 写道:

> Hello,
>
> You should also be able to get feed item data using the 
> extension_feed_item 
>  
> report. Please try this report and let me know if you still face issues.
>
>
> Cheers,
> Anthony
> Google Ads API Team
>
> [image: Google Logo] 
> Anthony 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q26AFo3: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/ff5c3178-5a6c-489e-960e-c15f09fe8d43n%40googlegroups.com.


RE: Google Ads SearchStream method returns nothing and V5 API returns 404

2020-10-20 Thread Google Ads API Forum Advisor Prod
Hi Sahir,

Thank you for your email.

So I can investigate, could you provide your customer ID, the query, and the 
complete request and response logs of your Google Ads API v5 requests that did 
not return results and also encountered the 404 error?

In addition, could you confirm if you are also encountering issues when using 
the v201809 of the AdWords API?

For the requested information, please send them to me via the Reply privately 
to author option.

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q26Advb: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/jHTZ50QIJ7KL00IaP56Wa9SVCheanFCG4Mcg%40sfdc.net.


RE: How to create a ad group with the type is shopping - showcase?

2020-10-20 Thread Google Ads API Forum Advisor Prod
Hi,

Thanks for posting your concern.

On the Google Ads API perspective, shopping showcase ads will not be available 
here as discussed on this guide. With this, creation of shopping showcase ad 
group and campaign will not be possible also on Google Ads API.

Let me know if you have further questions.

Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q26Akuy: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/XuwPt0QIJ7IE00jkH3hWNBTCSXjogR0qzA1w%40sfdc.net.


Re: Gender and Age Range Performance Reports are very slow

2020-10-20 Thread theadsguy
Yes, it's consistently higher. I also counted the number of lines my report 
aggregator is reading from each of the streams, and for some reason the 
number of lines for gender and age range are MANY times higher:

campaign performance lines: 3680
Time for campaign performance report aggregation: 2.1
gender performance lines: 64032
Time for gender performance report aggregation: 4.41
age range performance lines: 149408
Time for age range performance report aggregation: 9.23

I kind of understand that age range is about 2x gender lines, because the 
number of criteria in age range enum is about 2x that of gender's enum. But 
why is campaign performance report so short while the others so much 
larger? Device enum values are roughly the same number as age range, so I'd 
expect roughly the same number of lines. 

*NOTE:* I removed the *CampaignId* grouping from *AgeRange* report since I 
didn't need that, so it brought down the time a lot, but still confusingly 
high.

How do I provide the request/response logs from a Python script? It's a 
stream HTTPResponseObject and there's no way to serialize it. And I've 
already provided the report query for the request side of things.

Let me know how else I can help in debugging this.

On Tuesday, October 20, 2020 at 8:32:35 PM UTC-4 adsapiforumadvisor wrote:

> Hello,
>
> Thank you for your patience on this inquiry. Can you please provide us 
> with the full request and response logs associated with each of these 
> queries? Also, can you please confirm if this discrepancy happens on a 
> consistent basis?
>
> Thanks,
> Matt
> Google Ads API Team
>
> [image: Google Logo] 
> Matt 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q269osO: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/b5f04f37-f657-4ec6-9de1-037ad2f1efc0n%40googlegroups.com.


Re: What services would I need for getting costs?

2020-10-20 Thread Samir Sabri
Thank you for the clarification.

Regards, Samir

On Tue, 20 Oct 2020, 22:53 Google Ads API Forum Advisor Prod, <
adsapiforumadvi...@gmail.com> wrote:

> Hi Samir,
>
> If you are only going to use the API for reporting, then you will not need
> services. Services are used to manage different entities in your account.
> This includes creating and updating entities. If you have any questions
> regarding the design doc, the compliance team
>  is better suited to
> assist you.
>
> Regards,
> Anthony
> Google Ads API Team
>
> [image: Google Logo]
> Anthony
> Google Ads API Team
>
>
> ref:_00D1U1174p._5004Q26Aeaj: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/CAAp38TbUBrxr%2BPgh%3DMS7GjZjL0HpNCMNBs68gXZPsRLkp_GqVQ%40mail.gmail.com.


Re: How to detect - Ad REMOVED

2020-10-20 Thread Google Ads API Forum Advisor Prod
Hi,

Thanks for the clarification and providing further details.

To further investigate why the change_status is returning an empty report, 
could you also provide the complete response logs of this query and the 
customer ID via Reply privately to author option?

Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q26AUqZ: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/OUEhi0QIJ4XE00FvcxXd3ZTQqIWH4W4btJEg%40sfdc.net.


How can I remove user list with Googe Ads API?

2020-10-20 Thread 리유나

Hello,

I am trying to remove user list with Google Ads API and Python. 
Unfortunately, it doesn't work.


user_list_operation = UserListOperation()
user_list_operation.remove = f
"customers/{customer_id}/userLists/{userListId}"
user_list_response = googleAPI.user_list_service.mutate_user_lists(
customer_id, [user_list_operation]
)

In this code, API returns "Requested entity was not found" message and 
BAD_RESOURCE_ID error although we are using correct customer id and user 
list id. Actually it always returns that my userListId is invalid. Is there 
a problem like userLIstId format that I should care about when I put this 
id in?

Any help would be appreciated. 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/751434df-c202-4397-8d18-386c2806ba24n%40googlegroups.com.


RE: Gender and Age Range Performance Reports are very slow

2020-10-20 Thread Google Ads API Forum Advisor Prod
Hello,

Thank you for your patience on this inquiry. Can you please provide us with the 
full request and response logs associated with each of these queries? Also, can 
you please confirm if this discrepancy happens on a consistent basis?

Thanks,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q269osO: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/LGlrS0QIJ05M00kDm_2B8_SoG-HyiqWXRs4w%40sfdc.net.


RE: Accounts accessible through adwords API but not Google ads API?

2020-10-20 Thread Google Ads API Forum Advisor Prod
Hi Theo,

Thanks for reaching out. Could you please share the complete request and 
response logs along with the client customer id via the Reply privately to 
author option for us to further investigate?

Thanks and regards,
Xiaoming, Google Ads API Team



Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q26Ahu7: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/5HA9A0QIIO8A00AEaNuHzBQOudQCTiugSY1w%40sfdc.net.


CAMPAIGN_LOCATION_TARGET_REPORT Location IDs Mapping question

2020-10-20 Thread Jack
Hello, 

I am unable to map Location IDs to the GEO Code/ID massive file that Google 
Ads posted. My IDs are 12 in length in the report, and the Criteria IDs in 
the file are all 6 in length.

Do you know why this location ID for example isn't available in the look up 
table,  916282260922?

Do I have to use the CampaignCriterion service to look up Locations? Is 
that possible through Ads Scripts?

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/a0e83e0b-b84c-44c0-8af0-5ee926c95c85n%40googlegroups.com.


Re: How to create a ad group with the type is shopping - showcase?

2020-10-20 Thread Nguyen Mark
Noted. i am using the google ads php 
https://github.com/googleads/google-ads-php

[image: ads.PNG]

Vào lúc 23:39:24 UTC+7 ngày Thứ Ba, 20 tháng 10, 2020, Nguyen Mark đã viết:

> Hi there
>
> I am doing with google ads API, on the UI easily to create a campaign with 
> ad group type is `shopping - showcase` like my capture below
>
>
> but via google ads API I can find out the way to set ad group type, here 
> is my code:
>
> // Creates an ad group.
> $adGroup = new AdGroup([
> 'name' => $campaign->name,
> 'campaign' => $campaignResourceName,
> 'type' => AdGroupType::[i can find the SHOPPING_SHOWCASE_ADS enum],
> 'status' => AdGroupStatus::ENABLED
> ]);
>
> Plz give me some advises.
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c14a8ce5-0c18-403b-9071-12b6b0a716bfn%40googlegroups.com.


Re: What services would I need for getting costs?

2020-10-20 Thread Samir Sabri
Hello Anthony

Thanks for your reply, I am applying to basic access level. As the design 
document is required, this doc 

 is 
provided as an example, therefore I need to know which services would I 
need.
The mentioned points in my question above is what I am interested to 
generate cost reports for.

So, what services shall I list in the design document?


On Tuesday, October 20, 2020 at 9:13:35 PM UTC+3 adsapiforumadvisor wrote:

> Hi Samir,
>
> Services such as CampaignService or AdGroupService do not contain metrics 
> such as costs. You will need to run a report 
>  based 
> on the entity you need. For example, campaigns will use the Campaign 
> Performance Report 
> 
> .
>
> Cheers,
> Anthony
> Google Ads API Team
>
> [image: Google Logo] 
> Anthony 
> Google Ads API Team 
> 
>
> ref:_00D1U1174p._5004Q26Aeaj: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/6a7677b9-071b-448b-beec-b968ef779c81n%40googlegroups.com.


RE: What services would I need for getting costs?

2020-10-20 Thread Google Ads API Forum Advisor Prod
Hi Samir,

Services such as CampaignService or AdGroupService do not contain metrics such 
as costs. You will need to run a report based on the entity you need. For 
example, campaigns will use the Campaign Performance Report.

Cheers,
Anthony
Google Ads API Team

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


RE: Splitting campaign spend by city

2020-10-20 Thread Google Ads API Forum Advisor Prod
Hi Erik,

I recommend using the geographic_view since this will give you data on the 
physical location of the user or an area of interest rather than targeted 
locations.

Cheers,
Anthony
Google Ads API Team

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


Re: How to search campaign level data from feed_item

2020-10-20 Thread Google Ads API Forum Advisor Prod
Hello,

You should also be able to get feed item data using the extension_feed_item 
report. Please try this report and let me know if you still face issues.

Cheers,
Anthony
Google Ads API Team

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


Re: Googleadwords API permission error

2020-10-20 Thread Google Ads API Forum Advisor Prod
Hi Nancy,

Thanks for reaching out. Please refer to this code example on how to update a 
campaign and this code example for how to delete a campaign. For your second 
question, please try to move the class AddCampains outside the function. 
Alternatively, you could call the methods in the AddCampains class from your 
customized function.

Thanks and regards,
Xiaoming, Google Ads API Team




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


How to create a ad group with the type is shopping - showcase?

2020-10-20 Thread Nguyen Mark
Hi there

I am doing with google ads API, on the UI easily to create a campaign with 
ad group type is `shopping - showcase` like my capture below


but via google ads API I can find out the way to set ad group type, here is 
my code:

// Creates an ad group.
$adGroup = new AdGroup([
'name' => $campaign->name,
'campaign' => $campaignResourceName,
'type' => AdGroupType::[i can find the SHOPPING_SHOWCASE_ADS enum],
'status' => AdGroupStatus::ENABLED
]);

Plz give me some advises.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/abf5fd97-fb2e-49d2-82e2-f002c80bd105n%40googlegroups.com.


RE: Add new customers to user list

2020-10-20 Thread Google Ads API Forum Advisor Prod
Hi Karan,

Thanks for reaching out. You could use the 
AdwordsUserListService.mutateMembers() to add members to an existing customer 
match list. This is an example code to create and populate a user list. You 
could get rid of these code snippets and set the existing userId in this line 
of code.

Thanks and regards,
Xiaoming, Google Ads API Team


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


How to trigger the violating policies error of ExtensionFeedItem

2020-10-20 Thread Xueyao Yang
Hi,

I am writing some tests for verifying my codes which using FeedItemService 
and ExtensionFeedItemService.
I want to know how to trigger the FeedItemValidationError or 
PolicyTopicEntryor or FeedItemQualityDisapprovalReason of FeedItem 
PolicyInfos?
I tried to set phone number violate policy listed in 
https://support.google.com/adspolicy/answer/6368661?hl=en#678,  but the 
policy info in response from Google Ads API is null.
What are all conditions of triggering violating policies error?

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/1398598d-cebe-4dcf-bbba-eabb90b06e66n%40googlegroups.com.


Accounts accessible through adwords API but not Google ads API?

2020-10-20 Thread the...@funnel.io
Hi,
During our work with migrating fully from the adwords API to Google Ads, 
we've noticed that one ad account belonging to one of our clients can be 
accessed through the adwords API, but when we try accessing it through the 
Google Ads API, we get the error "Authentication of the request failed.". 
Any idea why an account would be accessible only through one of the APIs? I 
can supply ID of the account and email of the user in a private message if 
needed.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f3ff5314-c0fd-4aca-a910-b872eaca5569n%40googlegroups.com.


How to retrieve audience (userList) shared by another MCC account

2020-10-20 Thread 'Lauren Fu' via AdWords API and Google Ads API Forum
Hi API team,

May I know how to retrieve audience (userList) shared by another MCC 
account?
Let's say I have MCC A and shared its audience (userList) with MCC B, which 
operation is done in Google Ads UI (HC 
). Then how can 
I get all available userLists that can be shared with MCC B?

My thought is :
1.Get the audience manager account for MCC B, get MCC A 
2.Get userList for MCC A, get audience list

Questions:
1.Is above process correct? Or after sharing operation completed I get just 
get userList for MCC B and I will get the full available shared lists?
2.Not sure how to retrieve audience manager account info for particular 
MCC. Can you help with details?
3.To get userList for certain MCC, the only is to get userList view in 
report 
, 
then use name of userList to call getUserList 
 
and 
get details for each userList?

Thanks
Lauren

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7c32213a-f050-4f85-8d19-988e28984472n%40googlegroups.com.


Unrecognized fields in ad_group_ad

2020-10-20 Thread Eleni Lianou
Hello, I'm trying to get the policy summary from the ad_group_ad, but I get 
an error : "Unrecognized fields in the query: 
'ad_group_ad.policy_summary.review_status', 
'ad_group_ad.policy_summary.approval_status'."

I use the following query:

SELECT
ad_group.id
, ad_group.resource_name
, ad_group_ad.policy_summary.review_status
, ad_group_ad.policy_summary.approval_status
FROM ad_group_ad
WHERE ad_group_ad.status != REMOVED

Can you please tell me what's wrong with this?

Thank you, 
Eleni

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5a7def8f-f6a2-4784-92c5-10491498f579n%40googlegroups.com.


Re: Googleadwords API permission error

2020-10-20 Thread Nancy Turner
Hello

I have create test file and set AddCampaign example in it.
This file code working on test file and add campaign in client account 
successfully.

Now i am trying to set this example code in my function like below.
https://prnt.sc/v325dn

But OOP concept not working inside function().
https://developers.google.com/adwords/api/docs/samples/php/basic-operations
I have used example : https://prnt.sc/v32ad7

Can you please help here and reply fast to fix issue. 
Thank you
Nancy, 
On Tuesday, 20 October 2020 at 14:41:39 UTC+5:30 Nancy Turner wrote:

> Hello
>
> Thanks for reply. I able to test client account and campaign in list table.
>
> Now i want to update and delete this campaign using API.
>
> Can you please suggest Update and Delete campaign example in Adwords API.
>
> Thank you,
> Nancy
>
> On Tuesday, 20 October 2020 at 01:44:17 UTC+5:30 adsapiforumadvisor wrote:
>
>> Hi Nancy,
>>
>> Thanks for reaching out. I’m able to see the campaigns you created in the 
>> account 8511270984. To be able to see the test client accounts under the 
>> test manager account, you would need to click on the down arrow next to the 
>> test manager account number and then on the drop-down list click on the 
>> three dots icon and select cancelled accounts. 
>>
>>
>>
>> Thanks and regards,
>> Xiaoming, Google Ads API Team
>>
>>
>> [image: Google Logo] 
>> Xiaoming 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q269mUS: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/6fb4b554-7a31-45a6-bf9c-aa17ced6be64n%40googlegroups.com.


Re: Audience Sources : Google Ads Tag : Parameter Key and Values via API

2020-10-20 Thread Pete Lavetsky (AdWords API Guru)
Thank you Ernie.

On Monday, October 19, 2020 at 10:09:48 PM UTC-4 adsapiforumadvisor wrote:

> Hi Pete,
>
> Thanks for the reply. I work with Peter and let me provide support to your 
> concern.
>
> I am afraid that it is currently not possible to get the Google Ads Tag 
> parameter key and values that you've shown on the screenshot to supply it 
> on line of code that you mentioned. With this, let me raise a feature 
> request to my team and please note that this will subject for review by our 
> team.
>
> For the meantime, I would suggest to follow our blog 
>  as we will post any news or 
> updates here about Google Ads API/AdWords API including the Google Ads Tag 
> parameter key and values.
>
> Regards,
> [image: Google Logo] 
> Ernie John Blanca Tacata 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q269suS: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/608f7d97-88fd-445b-8a6b-02f7c523d7e4n%40googlegroups.com.


What services would I need for getting costs?

2020-10-20 Thread Samir Sabri
I need to get money spent on the following:

- per campaign
- per ad group
- per keyword
- per click
- per converted lead

Obviously, I would need:

- AdGroupService v201809 

- CampaignService v201809 



But, I am not sure which other services would I need??


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/789e82e7-6dc8-4e1e-917c-d61f92c01fb9n%40googlegroups.com.


Traffic Estimator results (AdWords API Vs Google Ads UI)

2020-10-20 Thread Rushikesh Deshmukh
Hi Team,

I am currently working on the AdWords API to get the traffic estimates for 
certain keywords. 

While validating the numbers from API response, I see some differences in 
the results when compared with Google Ads UI results. So i need your help 
on following points-

1. The estimates we get from API are daily estimates. But for what date the 
estimates are calculated for? Is it for the current date or some other date?
2. From the documentation I understand that there would be some difference 
between the results we get from API and the UI. What is the reason behind 
this and approx. how much difference is expected?
3. Currently, we can not provide a date range to the API. Is there any 
other way we can pass on a date range? How reliable the numbers are when we 
multiple it by number of days when we want to compare it with UI?

Thanks in advance!

Regards,
Rushikesh

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f22fcbc3-6cf0-41c0-88b9-a82f2b1b851en%40googlegroups.com.


Google Ads SearchStream method returns nothing and V5 API returns 404

2020-10-20 Thread Sahir Mohamed
Hi ,

   I'm trying to fetch campaign and shopping_performance_view reports using 
V5 Google Ads php client library. after the authentication SearchStream 
method which process the query string does not return anything. Meanwhile 
V5 API is also returnung 404 error. And currently I'm using AdWords 
API v201809. Facing this using during the migration.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/57548760-7452-42f2-8b80-242ad1fc23e4n%40googlegroups.com.


Display Keyword Performance Report does not include full data

2020-10-20 Thread don....@gmail.com

Hello Google team, we are stumbled upon an issue here and hoping for your 
help.

When accessing data from Ad Performance Report we see some ads has 
triggering criteria as 300

According to this 
https://developers.google.com/adwords/api/docs/guides/reporting?hl=zh-CN#keywordid300

we should lookup for criteria breakdown in the 
https://developers.google.com/adwords/api/docs/appendix/reports/display-keyword-performance-report

for the same period

when we do that, we don't get equal amount of clicks & cost as we seen in 
Ad Performance Report

Please advise why it does not match and where get correct Criteria 
breakdown for KeywordID = 300

Thank you!

Example is below

when we call for ads with keyword 300 in Ad Performance report we get  
$332,46 and 165 clicks

*curl --location --request POST 
'https://adwords.google.com/api/adwords/reportdownload/v201809?__rdquery=SELECT%20%20CampaignId,%20CampaignName,%20AdGroupId,%20AdGroupName,%20%20%20CriterionId,%20%20AdNetworkType1,%20AdNetworkType2,%20Clicks,%20Cost%20%20%20FROM%20AD_PERFORMANCE_REPORT%20%20WHERE%20AdGroupStatus%20IN%20[ENABLED,%20PAUSED]%20AND%20CriterionId%20IN%20[300]%20%20DURING%2020201001,20201001&__fmt=CSV'
 
\*
*--header 'Authorization: Bearer ' \*
*--header 'developerToken: ' \*
*--header 'clientCustomerId: 5463207046' \*
*--header 'skipReportHeader: true' \*
*--header 'skipColumnHeader: false' \*
*--header 'skipReportSummary: false' \*
*--header **'useRawEnumValues: false'*

result:






















*Campaign ID,Campaign,Ad group ID,Ad group,Keyword ID,Network,Network (with 
search partners),Clicks,Cost11032637999,(G) Self Directed 
IRA,108544708496,(G) Self Directed IRA,300,Display Network,Display 
Network,5,869026311032637999,(G) Self Directed IRA,108544708496,(G) Self 
Directed IRA,300,Display Network,Display 
Network,2,362372911032637999,(G) Self Directed IRA,108544708496,(G) Self 
Directed IRA,300,Display Network,Display 
Network,12,3721984211032637999,(G) Self Directed IRA,108544708496,(G) Self 
Directed IRA,300,Display Network,Display 
Network,2,741245711032674431,(G) Real Estate IRA,107738232946,(G) Real 
Estate IRA,300,Display Network,Display Network,6,552392711032674431,(G) 
Real Estate IRA,107738232946,(G) Real Estate IRA,300,Display 
Network,Display Network,6,1683753811032674431,(G) Real Estate 
IRA,107738232946,(G) Real Estate IRA,300,Display Network,Display 
Network,13,2848653811032674431,(G) Real Estate IRA,107738232946,(G) Real 
Estate IRA,300,Display Network,Display 
Network,6,1158805011032674431,(G) Real Estate IRA,107738232946,(G) Real 
Estate IRA,300,Display Network,Display Network,2,598833811032674431,(G) 
Real Estate IRA,107738232946,(G) Real Estate IRA,300,Display 
Network,Display Network,2,606871211032674431,(G) Real Estate 
IRA,107738232946,(G) Real Estate IRA,300,Display Network,Display 
Network,1,53211032637999,(G) Self Directed IRA,108544708496,(G) Self 
Directed IRA,300,Display Network,Display 
Network,7,786834711032637999,(G) Self Directed IRA,108544708496,(G) Self 
Directed IRA,300,Display Network,Display 
Network,3,913666311032637999,(G) Self Directed IRA,108544708496,(G) Self 
Directed IRA,300,Display Network,Display 
Network,2,370423311032637999,(G) Self Directed IRA,108544708496,(G) Self 
Directed IRA,300,Display Network,Display 
Network,7,1177841811032637999,(G) Self Directed IRA,108544708496,(G) Self 
Directed IRA,300,Display Network,Display 
Network,45,7945956511032637999,(G) Self Directed IRA,108544708496,(G) Self 
Directed IRA,300,Display Network,Display 
Network,23,3351802511032674431,(G) Real Estate IRA,107738232946,(G) Real 
Estate IRA,300,Display Network,Display Network,3,827776411032674431,(G) 
Real Estate IRA,107738232946,(G) Real Estate IRA,300,Display 
Network,Display Network,8,1275696911032674431,(G) Real Estate 
IRA,107738232946,(G) Real Estate IRA,300,Display Network,Display 
Network,10,29197692Total, --, --, --, --, --, --,165,332457070*

Query of the Display Performance report give us total Cost value as $130,07 
and 54 clicks

*curl --location --request POST 
'https://adwords.google.com/api/adwords/reportdownload/v201809?__rdquery=SELECT%20%20CampaignId,%20CampaignName,%20AdGroupId,%20AdGroupName,%20%20%20Id,%20Criteria,%20AdNetworkType1,%20AdNetworkType2,%20Clicks,%20Cost%20%20%20FROM%20DISPLAY_KEYWORD_PERFORMANCE_REPORT%20%20WHERE%20AdGroupStatus%20IN%20[ENABLED,%20PAUSED]%20%20DURING%2020201001,20201001&__fmt=CSV'
 
\*
*--header 'Authorization: Bearer ' \*
*--header 'developerToken:  \*
*--header 'clientCustomerId: 5463207046' \*
*--header 'skipReportHeader: true' \*
*--header 'skipColumnHeader: false' \*
*--header 'skipReportSummary: false' \*
*--header 'useRawEnumValues: false'*

Result:













*Campaign ID,Campaign,Ad group ID,Ad group,Keyword 
ID,Keyword,Network,Network (with search 
partners),Clicks,Cost11032637999,(G) Self Directed IRA,108544708496,(G) 
Self 

Re: get metrics.cost by campaign and account

2020-10-20 Thread 'Nir Krumer' via AdWords API and Google Ads API Forum
Hey, I'm not sure my required data sits in *_performance_report.
I want to perform something like
Select campaignId, campaigName, metrics.cost from campaign

I dont understand how make this query, while i have my cuatomerId &
client_customer list

Appreciate your help

Nir



בתאריך יום ב׳, 19 באוק׳ 2020, 21:17, מאת Google Ads API Forum Advisor Prod
‏:

> Hi Nir,
>
> Thank you for reaching out. Please follow this guide
>  to build SQL
> query in Adwords API. You could query the Campaign Performance Report
> 
> to fetch campaign data. Please refer to these code examples
> 
> on how to run reports in the Adwords API.
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>
> [image: Google Logo]
> Xiaoming
> Google Ads API Team
>
>
> ref:_00D1U1174p._5004Q26AHx2:ref
>
> --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog:
> https://googleadsdeveloper.blogspot.com/
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> You received this message because you are subscribed to the Google
> Groups "AdWords API and Google Ads API Forum" group.
> To post to this group, send email to adwords-api@googlegroups.com
> To unsubscribe from this group, send email to
> adwords-api+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/adwords-api?hl=en
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "AdWords API and Google Ads API Forum" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/adwords-api/LB5EMJpZJpA/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> adwords-api+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/adwords-api/E9dnn0QIGO4800Em2ldHvCTFSXZAh0h0hYLQ%40sfdc.net
> 
> .
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAAQQQHp-pq-36vt0osSS7TUGg8mfLNBmUfH5baYDj9oc%2BfZucQ%40mail.gmail.com.


Re: How to detect - Ad REMOVED

2020-10-20 Thread Dmitriy P.
I need detect CHANGE STATUS in Google Ads API))

query = """
SELECT
change_status.resource_name,
change_status.last_change_date_time,
change_status.resource_type,
FROM change_status
WHERE change_status.resource_status = 'REMOVED'
ORDER BY change_status.last_change_date_time"""

response = ads_service.search(customer_id, query=query, 
page_size=ADS_PAGE_SIZE)

I need get CHANGE STATUS with last_change_date_time.
But response always empty! Ads API was not return any rows by status 
"REMOVED".
How I can detect in Ads API, what Ad status changed to 'REMOVED'?

For example:
query = f"""
SELECT
{query_fields}
FROM ad_group_ad
WHERE ad_group_ad.status == 'REMOVED'
ORDER BY ad_group_ad.ad.id"""

I don't need this method^ becouse it return ALL removed Ads each time.
I need receive only new (last) REMOVED ads FROM change_status.

On Tuesday, 20 October 2020 at 08:23:09 UTC+3 adsapiforumadvisor wrote:

> Hi,
>
> Thanks for posting your concern.
>
> I am afraid that it is not possible for the Google Ads API to detect the 
> changes in the status of ads in your database. You will need to reach out 
> to the support of the database that you are using to know if this is 
> possible on their product.
>
> However, if you want to retrieve the ads that have 'removed' status in 
> your Google Ads account, then you can use the ad_group_ad 
>  report 
> and filter the ad_group_ad.status 
> 
>  by 
> comparing this field it with 'REMOVED' value.
>
> Regards,
> [image: Google Logo] 
> Ernie John Blanca Tacata 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q26AUqZ: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/0bb6e261-c801-4608-b244-ccf6d1863ef0n%40googlegroups.com.


Splitting campaign spend by city

2020-10-20 Thread Erik Møiniche-Kiebe
Can I generate a query to split the campaign spend by city even though the 
campaign weren't targeted to specific cities? 

I'm currently using the query below but it seems to only work on campaigns 
that was targeted towards specific cities. My guess is that I should use 
something different than *campaign_criterion.location.geo_target_constant*

SELECT 
  segments.date, 
  customer.id,
  customer.descriptive_name,
  campaign.id,
  campaign.name, 
  campaign_criterion.location.geo_target_constant,
  customer.currency_code, 
  metrics.cost_micros
FROM 
  location_view 
WHERE 
  segments.date BETWEEN '{}' AND '{}'

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/35bfece5-48ab-4356-9313-307546489a10n%40googlegroups.com.


Re: Googleadwords API permission error

2020-10-20 Thread Nancy Turner
Hello

Thanks for reply. I able to test client account and campaign in list table.

Now i want to update and delete this campaign using API.

Can you please suggest Update and Delete campaign example in Adwords API.

Thank you,
Nancy

On Tuesday, 20 October 2020 at 01:44:17 UTC+5:30 adsapiforumadvisor wrote:

> Hi Nancy,
>
> Thanks for reaching out. I’m able to see the campaigns you created in the 
> account 8511270984. To be able to see the test client accounts under the 
> test manager account, you would need to click on the down arrow next to the 
> test manager account number and then on the drop-down list click on the 
> three dots icon and select cancelled accounts. 
>
>
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q269mUS: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/e2025e38-96ee-4f18-9806-a29358bc5cb9n%40googlegroups.com.


Add new customers to user list

2020-10-20 Thread Karan
I have created and populated a com based audience list through Adwords api.
how can I add more customers in the same list through API.

I see the option to do it through dashboard but can't find a documentation 
for doing it through 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/3b366e55-5549-4ba8-bb14-97b5936a6910n%40googlegroups.com.


RE: Campaign ProductScope: ProductTypeInfo is Empty

2020-10-20 Thread Google Ads API Forum Advisor Prod
Hi Kevin,

So I can further investigate, could you provide your customer ID, and the 
complete request and response logs of your API transaction that returned empty 
results?

You may send the requested information using the Reply privately to author 
option.

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q26AZ0g: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/2gMWp0QIHOG200ld92b32CQKye0ktwj_vouA%40sfdc.net.


Batch job returns more results than operations sent

2020-10-20 Thread wes...@channable.com

Hi Ads team,

We currently are seeing a problem with some of the batch jobs we are trying 
to process.
Right now, we are still using the Google Adwords API (v201809) for this, 
but we don't think the API matters in this case.

The problem we are having is that we create a batch job and then upload 
10,000 operations to that batch job. Once the batch job has been processed 
and we obtain a downloadUrl, there are more results returned to us than 
10,000. This creates a problem and we can no longer process this batch 
because we have no way to know which results belong to which entities. We 
therefore have to remove this batch, and send the entities again. This 
problem does not occur again for the same operations sent, however, this 
happens quite frequently to different batch jobs.

As an example, this morning we had a batch job with id = 3564509359. I can 
provide more detail in a private message, such as the client customer id, 
if needed. We sent 10,000 operations, but we receive back 15,000 results.

Any information here would be appreciated. It may have to do with error 
processing, since all the results are errors in this case, but we have seen 
other cases where we have a mix of errors and valid operations as well.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/09eef348-2f7b-4242-b677-891489b3821bn%40googlegroups.com.


Re: How to search campaign level data from feed_item

2020-10-20 Thread Xueyao Yang
Hi,

I add campaign.name or campaign.id in selected fields , but get 
null response. It seems that query included any 
campaign/ad_group/ad_group_ad related fields will return null response . 
But use the query  "SELECT feed_item.policy_infos, feed_item.resource_name, 
feed_item.status FROM feed_item"  can get  data. Does that mean we can only 
query feed_item related fields from feed_item? It confuses me.

Thanks

在2020年10月19日星期一 UTC-7 上午8:41:31 写道:

> Hello,
>
> As an alternative, you can include other campaign related fields such as 
> campaign.name or campaign.id and filter on those fields rather than 
> campaign.resource_name. If you still face issues, please let me know.
>
> Cheers,
> Anthony
> Google Ads API Team
>
> [image: Google Logo] 
> Anthony 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q26AFo3: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/1ac0f83f-8f66-47fb-9ba3-484b5d2829ben%40googlegroups.com.


Re: Empty report data from Google AdWords Api

2020-10-20 Thread Google Ads API Forum Advisor Prod
Hi Vadim,

I work with Xiaoming and allow me to assist you for now.

Since you are unable to reply privately, could you send all the information 
from this thread including the requested customer ID to our 
googleadsapi-supp...@google.com alias instead?

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q26AH2p: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/VsRV20QIHLM400kk6-QBDVS_ODWwvvUM-b5Q%40sfdc.net.