RE: Google-Ads API - unable to set UploadClickConversionsRequest.Conversions & MutateConversionActionsRequest.Operations

2019-04-05 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hello Priya,

You have to create ConversionActionOperation
  
and

assign it to the MutateConversionActionsRequest
  
and

for UploadClickConversionsRequest
  
the

array of ClickConversions should be added. If the prompt is not showing up
it might be that the client libraries are installed properly. Have you
installed the client libraries by following this guide
? If the issue continues
you could share the complete code snippet to investigate further. Please
use reply privately to the author option while sharing the information
requested.

Regards,
Sai Teja, Google Ads API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ijlio1rf7o00gnssr4002382ruz6smj8cpj6go30c1g68r34chl%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


v201806: CUSTOMER_NOT_FOUND when calling CustomerService.getCustomers without a customer id

2019-04-05 Thread Eric Coleman
We are calling CustomerService.getCustomers without a customer id, so that 
we can obtain their customer ID.

This failure happens for any google account that belongs to our G Suite 
domain. I also verified that each G Suite account has permission to use ads.

Soap Request:


http://schemas.xmlsoap.org/soap/envelope/; 
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
  xmlns:tns="https://adwords.google.com/api/adwords/mcm/v201806; 
  xmlns:jaxb="http://java.sun.com/xml/ns/jaxb; 
  xmlns:cm="https://adwords.google.com/api/adwords/cm/v201806;>
 
   https://adwords.google.com/api/adwords/mcm/v201806; 
  xmlns="https://adwords.google.com/api/adwords/mcm/v201806;>
 X
 XX
 false
   
 
 
   https://adwords.google.com/api/adwords/mcm/v201806;
>
 



And the response:

http://schemas.xmlsoap.org/soap/envelope/;>
 
   https://adwords.google.com/api/adwords/cm/v201806; 
  xmlns="https://adwords.google.com/api/adwords/mcm/v201806;>
 000585cdf1da819a0ac12647de09cb39
 CustomerService
 getCustomers
 1
 230
   
 
 
   
 soap:Server
 [AuthenticationError.CUSTOMER_NOT_FOUND @ ]
 
   https://adwords.google.com/api/adwords/mcm/v201806; 
  xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201806;>
 [AuthenticationError.CUSTOMER_NOT_FOUND @ ]
 ApiException
 http://www.w3.org/2001/XMLSchema-instance; 
xsi:type="ns2:AuthenticationError">
   
   
   AuthenticationError.CUSTOMER_NOT_FOUND
   AuthenticationError
   CUSTOMER_NOT_FOUND
 
   
 
   
 



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/24322853-83de-4ec1-898e-ec062c159478%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RE: Google Ads API Python Client Library Pagination

2019-04-05 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hello Dimitri,

When you specify the page limit as 50 only 50 elements will be displayed
per page even though the LIMIT mentioned is 51. I tried the same scenario
at my end and I was able to get the 51th row in second page. If you are
still facing the issue, please raise an issue in our client library
 with the code
snippet, our client library owners are better equipped to answer this.

Regards,
Sai Teja, Google Ads API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ijlio23svo008s8k7a00288a56x74mj8dhj6oo30c1g68r32c9i%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


RE: Adwords API Python retrieve user list id of existing audience

2019-04-05 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hello Francisco,

You may use the AdWordsUserListService.get()
  
operation

to pull the User list Id. If you're using the Google Ads API, you can use
the User List
  
resource

to pull the Id. Let me know if you have any other questions.

Regards,
Bharani, Google Ads API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ijlio2sf3801gnc2a80004lokcz6smj4dhk60o30c1g68qjcc9j%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


RE: How to partiotion google shopping adgroups (Python)

2019-04-05 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hello Ben,

From the error, it looks like the subdivision creation is failing as there
is already a product partition. The subsequent nodes seems to fail as the
subdivision creation failed. Could you please confirm if you were creating
the ad group via Google Ads UI? If so, you will need to first remove the
default product partition and then retry to create your new product
partition. If you want to do this in a new ad group, you could create one
via the API and then use the code sample
  
that

you shared to create the product partition. Please give this a try and let
me know if you face any issues.

If you're using the custom labels you will need to specify the xsi_type as
ProductCustomAttribute. Please refer to this
  
sample

as a reference. You may refer to this guide
  
on

how to update existing partitions.

Let me know if you have any other questions.

Regards,
Bharani, Google Ads API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/00d12ia72g000h5q1u001vsmlcy60mjacpg6co30c1g68qjie1g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Could not find _DATA_DATE and _LATEST_DATE columns in any reports, where are they?

2019-04-05 Thread yliu
Hello All,

Our BI team is trying to add google adwords data in Looker data block, 
based on the document (https://github.com/llooker/google_adwords), each 
table (report) should have _DATA_DATE and _LATEST_DATE columns. But I could 
not find them.
Such as Account Performance Report, I could fetch all the data through API, 
but how could I get  _DATA_DATE and _LATEST_DATE fields in the report?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0822a82b-8535-42ec-83ca-0584a7f53b0c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Demographical report (AgeRanges + Gender)

2019-04-05 Thread pablo
Hello Sreelakshmi,

It is totally fine that this feature emerges only in the new API.
As long as we have a way to do that, all good! :)

I am attaching here a print screen of the Google Ads UI. Contrary to what 
you said, it is indeed possible the break results by Gender AND Age 
together.

[image: DemographicUI.jpg]


Thanks,
Pablo

Em sexta-feira, 29 de março de 2019 15:28:22 UTC-3, 
googleadsapi-forumadvisor escreveu:
>
> Hi Pablo, 
>
> In the Google Ads UI, the stats for demographic criterion like age, gender 
> etc are available in separate tabs. The same report can be extracted using 
> the API as well. Currently, it is not possible to aggregate the stats of 
> age and gender in one single report via UI or the API. As this is a popular 
> ask, we have let our team know about the request. Unfortunately, I don't 
> have a definite timeline to comment on. Since the new Google Ads API was 
> released, it is likely that new features may only get added in that API and 
> not in the AdWords API. In Google Ads API, you can get the stats 
>  
> corresponding to gender and age from gender_view 
>  
> and age_range_view 
>  
> respectively. You could keep an eye on our blog 
>  for 
> announcements of the future releases in the API. 
>
> If you were looking to extract a different set of data, could share the 
> screenshot of that google ads UI view? You can reply privately to author 
> while sharing the screenshot. 
>
> Thanks,
> Sreelakshmi, Google Ads API Team
>
> Was your question answered? Please rate your experience with us by taking 
> a short survey.
> If not -- reply to this email and tell us what else we can do to help.
>
> Take Survey 
> 
>
> Also find us on our blog and discussion group:
> http://googleadsdeveloper.blogspot.com/search/label/adwords_api
> https://developers.google.com/adwords/api/community/
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/fb15d9df-ad31-41ae-ab91-557ce1a86b68%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Adwords API Python retrieve user list id of existing audience

2019-04-05 Thread francisco via AdWords API and Google Ads API Forum
Hello,

I'm having trouble finding the information I need to retrieve a listid from 
AdwordsUserList Service. I see how to create a new list and retrieve the id 
as shown, below:

user_list = {
'xsi_type': 'CrmBasedUserList',
'name': audience_name + ' ' + str(uuid.uuid4()),
'description': 'A list of customers that originated from email addresses',
'membershipLifeSpan': 1,
'uploadKeyType': 'CONTACT_INFO'
}

# Create an operation to add the user list.
operations = [{
'operator': 'ADD',
'operand': user_list
}]

result = self.user_list_service.mutate(operations)
user_list_id = result['value'][0]['id']



But if I already have a list and only want to retrieve the user_list_id of 
an existing list, how do I do that?

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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/af9fe4d9-2b62-46d3-92e9-2da0db2ebf24%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


in-app actions UAC reporting

2019-04-05 Thread aleksey . fomin
Hello,
I woul like to get the in-app actions by my UAC campaigns, using API. I 
made a UAC campaign on in-app actions optimization and would like to get 
action stats by date and campaign id.
What fields should I select in my API request and what type of request 
should I make?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/947b7862-f5c1-44a3-9f5f-466749c26a08%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: What is the best way to get list of non-mcc accounts?

2019-04-05 Thread Alexander Belozerov
Hi Dannison,
Thank you for your message,
Could you please help with the query?

When i do something like this with my master MCC:
'SELECT customer_client.client_customer, customer.manager FROM 
customer_client'

I get customer.manager = true for all accounts. So this particular query 
doesn't solve the issue. But i wonder if you meant to use customer.manager 
in some other way?


Thanks,
Alex





On Friday, 5 April 2019 03:12:17 UTC+1, googleadsapi-forumadvisor wrote:
>
> Hi Alex,
>
> You could use a filter for the field customer.manager 
> 
>  
> and set this to *FALSE* to return only client accounts in your query. Let 
> me know if this helps.
>
> Regards,
> Dannison
> Google Ads API Team
>
>
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion group:
> https://ads-developers.googleblog.com/search/label/google_ads_api
> https://developers.google.com/adwords/api/community/
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> Was your question answered? Please rate your experience with us by taking 
> a short survey.
> If not -- reply to this email and tell us what else we can do to help.
>
> Take Survey 
> 
>
> Also find us on our blog and discussion group:
> http://googleadsdeveloper.blogspot.com/search/label/adwords_api
> https://developers.google.com/adwords/api/community/
> On 04/04/19 22:29:58 dju...@gmail.com  wrote:
>
> Hello there,
> Ive got a tree-like mcc structure, such as that mcc of multiple levels on 
> top of each other.
>
> What is the best way to get a list of non-mcc customer ids in order to be 
> able to query stats for them (it is not possible to query for mcc account)?
>
>
> This code return all accounts under master mcc including mcc:
> query = SELECT customer_client.client_customer FROM customer_client
> response = ga_service.search(customer_id = MASTER_MCC, query = query)
>
> I wonder what is the best way to get non-mcc accounts on all levels?
>
> Thanks,
> Alex
>
> -- 
> -- 
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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.
> Visit this group at https://groups.google.com/group/adwords-api.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/adwords-api/b579b039-4785-404c-909e-251d5ae755a4%40googlegroups.com
>  
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5bf7c98f-114c-45b0-8b7a-9b78f3bfd51c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Python 2 for google adwords API

2019-04-05 Thread yliu
We are using python 2.7 script to fetch from various google ad reports. The 
current version of API is V201809. My question is if we still using this 
API version, do we still need to upgrade python 2 to python 3?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f11d1700-ca07-4695-858a-cae0f3c9ad4f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RE: Change Campaigns Target-ROAS

2019-04-05 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hello Michael,

Regret the delay. I was checking with the team regarding this. The
FIELD_NOT_FOUND error is because the field mask is incorrect. You can also
calculate this using fm = protobuf_helpers.field_mask(None, campaign)
Please refer to our code sample
  
as

a reference.

Can you try fixing the field mask and setting the value as
campaign.target_roas.target_roas.value = 10.0? If you're facing an issue,
could you share the request Id so I can check this internally?

Let me know if you are facing an issue.

Thanks,
Bharani, Google Ads API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ijlio1rf7o00gum9jc0022vivoy6omjid1j64o30c1g68r32chn%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


RE: onAdFailedToLoad code 3 while showing ads

2019-04-05 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hello Neeraj,

Could you please confirm the API you are using to upload the Ads? Please
share the complete SOAP logs of the error and scenario you are trying to do
to investigate further.

Regards,
Sai Teja, Google Ads API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/00d12i8cr0010i8o3s0012nsdiw6omj2e1j74o30c1g68qjid1m%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


RE: With PHP Library, Getting ........google-ads-php\examples\BasicOperations/../../vendor/autoload.php): failed to open stream: No such file or directory warning error

2019-04-05 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hello,

You might be missing some dependencies while installing the client library.
If you haven't installed client libraries using composer, then follow this
guide

to install them with all the dependencies. If the problems persists, you
could create an issue on our PHP client library here

.

Regards,
Sai Teja, Google Ads API Team

On 04/04/19 12:38:01 adwo...@webpromo.us wrote:

Pavan,

I'm having the same error and cannot find any documentation as to what
"autoload.php" is supposed to contain.
Have you found anything yet?


On Tuesday, February 19, 2019 at 8:36:03 AM UTC-7, Pavan V wrote:


 ../../vendor/autoload.php): failed to open stream: No such file or
directory in
*D:\xampp\htdocs\adwords_api\google-ads-php\examples\BasicOperations\GetCampaigns.php*
on line *20*


--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/c53ae114-31e9-40a0-b5a2-479f054d2e8f%40googlegroups.com

.
For more options, visit https://groups.google.com/d/optout.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/00d12i8cr0010sutcu0012nhvez6kmj4d9i6oo30c1g68qjacph%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


RE: Image media urls in google ads api

2019-04-05 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hello Alex,

The LegacyResponsiveDisplayAdInfo
  
will

include the marketing_image which is the MediaFile resource name. You can
then use the media_file resource to pull the source_url
.
This is the only option available to get these details.

Thanks,
Bharani, Google Ads API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1a0mt200oqgd5m000lk8dkw60mjcd1o70o30c1g68qjic9m%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


RE: Fetching the customer_client.name for a customer

2019-04-05 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hi Noemi,

Can you try the following query:
SELECT
 customer.id,
 customer.resource_name,
 customer_client.level,
 customer_client.client_customer,
 customer_client.resource_name
FROM
customer_client

If you still face issues, please share your request and response through  
*reply

privately to author *so I can take a closer look.

Regards,
Anthony
Google Ads API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 04/05/19 03:39:43 no...@swydo.com wrote:

Hi Anthony,

I did what you suggested, but it only returns data for the users with
level: 0.

On Thursday, April 4, 2019 at 10:55:52 PM UTC+2, googleadsapi-forumadvisor
wrote:

Hi Noemi,

Descriptive name for the customer is not available in the customer_client
resource. You have to make another API call to the customer resource. You
could use the available customer fields in the customer resource and can
pass each customer Id to get the respective details of that customer.

Thanks,
Anthony
Google Ads API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 04/04/19 10:37:34 no...@swydo.com wrote:

Hi Anthony,

I use the Customer resource for returning the details for the customers,
but it only returns the data for the customers directly accessible by the
user authenticating the call, but the user authenticating the call, does
not seem to have the permission to return data for the AccessibleCustomers  
with

1 or higher 'level' value.

I tried this call: https://googleads.googleapis.com/v1/customers/{
customer_id}/googleAds:search?query=SELECT customer.descriptive_name FROM
customer with the scope: 'https://www.googleapis.com/auth/adwords'

Is it possible to fetch the descriptive_name for all of the customers
returned by the /customers:listAccessibleCustomers request for a specific
user, with the same credentials?

On Tuesday, April 2, 2019 at 8:46:10 PM UTC+2, googleadsapi-forumadvisor
wrote:

Hi Noemi,

Unfortunately, this field is currently not available for customer_client.
However, you can make a call to the Customer
 resource
to get the descriptive name.

Regards,
Anthony
Google Ads API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 04/02/19 11:44:26 no...@swydo.com wrote:

I would like to return the id, currencyCode, timeZone, descriptiveName for
each customer_client for a customer. The customer_client resource group
returns the id, currencyCode, timeZone, but not the descriptiveName. I
tried to use request the descriptiveName for the customer_clients, but it
returned "USER_PERMISSION_DENIED" error.
We can fetch the name of the ManagedCustomerServices from the Adwords API
without any problem.

Is it possible to fetch the customer_client's descriptiveName for a
customer?

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit https://groups.google.com/d/ms
gid/adwords-api/87f45c20-b55b-47ea-badc-916105596c0e%40googlegroups.com

.
For more options, visit https://groups.google.com/d/optout.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 

Google-Ads API - unable to set UploadClickConversionsRequest.Conversions & MutateConversionActionsRequest.Operations

2019-04-05 Thread Priya
Hi , 

I am using Google.Ads .net client library. 

I am unable to assign values for fields 
UploadClickConversionsRequest.Conversions & 
MutateConversionActionsRequest.Operations as  those fields have only "Get" 
in  Google.Ads.GoogleAds.V1.Services and are ReadOnly

How can I set values for above mentioned list in request object? . Thank 
you. 


[image: GoogleAds.png] 









-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/fe6eba6b-6f33-4b55-adcc-1349c37651ca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Google Ads API Python Client Library Pagination

2019-04-05 Thread dmitrii . stebliuk
Hello,

I use a python client library for Google Ads API.

I need to show to a user a result of an arbitrary GAQL query with 50 
elements per page pagination.

For example I have this query:

SELECT campaign.id
FROM campaign 
LIMIT 51

And this code to fetch the results:

client = google.ads.google_ads.client.GoogleAdsClient .load_from_storage()
google_ads_service = client.get_service('GoogleAdsService', version='v1')
return google_ads_service.search(customer_id, query, page_size=50)

But `google_ads_sevice` returns me 51 elements without next_page_token.

I can not also paginate using the query, because there is no "SKIP".

How should I paginate with the Python Google Ads Client Library?

Kind regards,
  Dmitrii.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b8b68582-eb8a-49aa-bcbe-ef0f93a5df90%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Conservative Targeting in AdWords API

2019-04-05 Thread Joe Stedman
I hate to be *that *guy but, is this still not available through the 
AdWords or Ads APIs?
I couldn't see anything in the change history but i'm kinda hoping you'd 
expose it in the new ads API at least.

Joe

On Tuesday, January 16, 2018 at 9:58:23 PM UTC, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi,
>
> There have not been any changes since my previous post, but if this 
> functionality is added to the AdWords API, we'll announce it on our blog 
>  or in 
> the release notes 
> .
>
> Thanks,
> Josh, AdWords API Team
>
> On Tuesday, January 16, 2018 at 11:59:53 AM UTC-5, juch...@ppcguru.cz 
>  wrote:
>>
>> Hello,
>>
>> is there still no way to distinguish Disabled Targeting optimization and 
>> Conservative mode via API? 
>>
>> Thank you.
>>
>> On Friday, September 29, 2017 at 2:30:31 PM UTC+2, Josh Radcliff (AdWords 
>> API Team) wrote:
>>>
>>> Hi Tim,
>>>
>>> Unfortunately, the AdWords API doesn't expose the "conservative" 
>>> setting, so this information will have to be retrieved using the UI.
>>>
>>> Thanks,
>>> Josh, AdWords API Team
>>>
>>> On Thursday, September 28, 2017 at 2:48:44 PM UTC-4, Tim Tsai wrote:

 Hi there,

 Is it possible to use the API to determine of a campaign has checked 
 "conservative targeting?" 

 I know that we can use the ExplorerAutoOptimizerSetting 
 
  field 
 to find if a campaign has "aggressive targeting" set, but what about 
 conservative?


 Thanks,
 Tim

>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/eb5a336f-d63f-4e8b-8212-03e0b034def9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RE: Call Only Ads has data missing through Ad Performance Report

2019-04-05 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hello Chirag,

The HeadlinePart1 and HeadlinePart2 fields are available in the Google Ads
API using the ad_group_ad.ad.call_only_ad.headline1 and
ad_group_ad.ad.call_only_ad.headline2. You can use the report query below
to pull these details:

"SELECT ad_group_ad.ad.call_only_ad.headline1, ad_group_ad.ad.call_only_ad.
headline2 FROM ad_group_ad WHERE ad_group.id = '54194073304"

Let me know if you have any other questions.
Thanks,
Bharani, Google Ads API Team

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/00d12ia72g000hvdgi001vard0y6omjgchg6go30c1g68qj0d9g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


RE: Automatic placements report

2019-04-05 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hello Vasanth,

Regret the delay as I was checking this internally with the team. The
Automatic Placements Report in the AdWords API maps to the
group_placement_view in the Google Ads API. Please refer to this guide
  
on

how the report mapping is one between AdWords API and Google Ads API. You
will be able to use the group_placement_view to pull the metrics data too.

Let me know if you have any other questions.

Regards,
Bharani, Google Ads API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/00d12ia72g000cjj7i001vanegx6cmjie9m74o30c1g68qj8e1k%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: PROHIBITED_METRIC_IN_SELECT_OR_WHERE_CLAUSE for conversion_last_conversion_date

2019-04-05 Thread Michael Ladewig
similar issue here.

Am Freitag, 5. April 2019 13:26:27 UTC+2 schrieb Alexander:
>
> The query builder (
> https://developers.google.com/google-ads/api/docs/query/interactive-gaql-builder)
>  
> gave me following output:
>
>  
>
>> SELECT
>>  metrics.conversion_last_conversion_date
>> FROM
>> customer
>> LIMIT
>> 100
>>
>
> But the java-client-library gives me following error: query_error: 
> PROHIBITED_METRIC_IN_SELECT_OR_WHERE_CLAUSE
>   message: "Cannot select or filter on the following metrics: 
> \'conversion_last_conversion_date\'(could not support requested resources: 
> \'CUSTOMER\'), since metric is incompatible with the resource in the FROM 
> clause or other selected segmenting resources."
>
> How can I select metrics.conversion_last_conversion_date? 
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6e081237-28c0-4d53-a53b-d000c6202873%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


PROHIBITED_METRIC_IN_SELECT_OR_WHERE_CLAUSE for conversion_last_conversion_date

2019-04-05 Thread Alexander
The query builder 
(https://developers.google.com/google-ads/api/docs/query/interactive-gaql-builder)
 
gave me following output:

 

> SELECT
>  metrics.conversion_last_conversion_date
> FROM
> customer
> LIMIT
> 100
>

But the java-client-library gives me following error: query_error: 
PROHIBITED_METRIC_IN_SELECT_OR_WHERE_CLAUSE
  message: "Cannot select or filter on the following metrics: 
\'conversion_last_conversion_date\'(could not support requested resources: 
\'CUSTOMER\'), since metric is incompatible with the resource in the FROM 
clause or other selected segmenting resources."

How can I select metrics.conversion_last_conversion_date? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d89857e1-0c23-4a0a-90e6-4584c7a3ba45%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to partiotion google shopping adgroups (Python)

2019-04-05 Thread Ben
Hey, 

I managed to create shopping campaigns and adgroups using the examples (
https://github.com/googleads/googleads-python-lib/tree/master/examples/adwords/v201809/shopping
).

However, currently each adgroup has all products. 
Using add_product_partition_tree.py I wasn't able to create partions within 
the adgroup - error was:

AdGroupCriterionError.PRODUCT_PARTITION_ALREADY_EXISTS @ 
operations[0].operand.criterion, 
AdGroupCriterionError.PRODUCT_PARTITION_DOES_NOT_EXIST. 

Preferably, I would like to use custom labels from the merchant account for 
partioning. 

Further questions are:

what does xsi_type stand for?
do I have to use the bidding category (in the example it was 
luggage_category)
How can I update existing partions without deleting the current one ((
https://groups.google.com/forum/#!topic/adwords-api/32tiC3ncAms).

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/14c0ceb9-61ce-4cfb-a9fb-ed0626f9247e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to partiotion google shopping adgroups (Python)

2019-04-05 Thread Ben


Hey,

 

I created shopping campaigns and adgroups using the provided code examples: 
(
https://github.com/googleads/googleads-python-lib/tree/master/examples/adwords/v201809/shopping
).


However, currently all adgroups have all prodcuts. I would like to partion 
the adgroups via custom labels, which are already imported and linked via 
the merchant account.

 

Unfortunately, I didn't mange to get add_product_partition_tree.py 

 running. 
I recevie the following error:


AdGroupCriterionError.PRODUCT_PARTITION_ALREADY_EXISTS @ 
operations[0].operand.criterion, 
AdGroupCriterionError.PRODUCT_PARTITION_DOES_NOT_EXIST.


I can also add the detailed soap request/logging. 

 

My questions are:


Is it possible to partion using existing custom labels? 

>From other quesitions (
https://groups.google.com/forum/#!topic/adwords-api/32tiC3ncAms) it seems 
like it's not possible to update existing partions. However, that would be 
our preferred method. 

What does the xsi_type stand for?

Do I have to set a bidding category (luggage in the example code)


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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/792d68be-584c-48e6-98e6-479c4f6fcf52%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


onAdFailedToLoad code 3 while showing ads

2019-04-05 Thread Neeraj Kumar
Hi, 
I'm getting onAdFailedToLoad code 3 while showing ads. After that i waited 
for 10-20 mins assuming new ads will come, but it didn't. 
what should i do id ads failed to load.. should i call for new ads?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/42197624-2318-4683-b829-ff1b3c1af074%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Image media urls in google ads api

2019-04-05 Thread Alex Mmz
Thanks for your reply. Specifically, I'm interested about the image 
MediaFile resource names of the legacy responsive ad, not the image ad 
(e.g.  ad_group_ad.ad.legacy_responsive_display_ad.logo_image 

 
and ad_group_ad.ad.legacy_responsive_display_ad.marketing_image 
).
 
I'm looking for a way to get these images' urls in order to diplay them.

>From the Media field, the media_file.source_url 

 
seems to be the field I'm looking for but it's not; or at least it can't be 
used as a direct link to the image itself.

Thanks,
Alex

On Thursday, April 4, 2019 at 9:41:06 PM UTC+2, googleadsapi-forumadvisor 
wrote:
>
> Hello Alex, 
>
> You will be able to use the Media 
>  Field 
> to pull the details specific to the asset. If you're looking to get the Ad 
> specific attributes, you may use the ImageAdInfo 
> 
>  which 
> will return the ad assets. If you're looking for any specific data, please 
> let me know so I can check this further.
>
> Thanks,
> Bharani, Google Ads API Team
>
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion group:
> https://ads-developers.googleblog.com/search/label/google_ads_api
> https://developers.google.com/adwords/api/community/
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> Was your question answered? Please rate your experience with us by taking 
> a short survey.
> If not -- reply to this email and tell us what else we can do to help.
>
> Take Survey 
> 
>
> Also find us on our blog and discussion group:
> http://googleadsdeveloper.blogspot.com/search/label/adwords_api
> https://developers.google.com/adwords/api/community/
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/93076786-f142-44aa-b5a3-a966d83eb03e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Fetching the customer_client.name for a customer

2019-04-05 Thread Noémi Molnár
Hi Anthony,

I did what you suggested, but it only returns data for the users with 
level: 0. 

On Thursday, April 4, 2019 at 10:55:52 PM UTC+2, googleadsapi-forumadvisor 
wrote:
>
> Hi Noemi,
>
> Descriptive name for the customer is not available in the customer_client 
> resource. You have to make another API call to the customer resource. You 
> could use the available customer fields in the customer resource and can 
> pass each customer Id to get the respective details of that customer.
>
> Thanks,
> Anthony
> Google Ads API Team
>
>
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion group:
> https://ads-developers.googleblog.com/search/label/google_ads_api
> https://developers.google.com/adwords/api/community/
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> On 04/04/19 10:37:34 no...@swydo.com  wrote:
>
> Hi Anthony,
>
> I use the Customer resource for returning the details for the customers, 
> but it only returns the data for the customers directly accessible by the 
> user authenticating the call, but the user authenticating the call, does 
> not seem to have the permission to return data for the AccessibleCustomers 
> with 
> 1 or higher 'level' value. 
>
> I tried this call: 
> https://googleads.googleapis.com/v1/customers/{customer_id}/googleAds:search?query=SELECT
>  
> customer.descriptive_name FROM customer with the scope: '
> https://www.googleapis.com/auth/adwords'
>
> Is it possible to fetch the descriptive_name for all of the customers 
> returned by the /customers:listAccessibleCustomers request for a specific 
> user, with the same credentials?
>
> On Tuesday, April 2, 2019 at 8:46:10 PM UTC+2, googleadsapi-forumadvisor 
> wrote:
>
> Hi Noemi,
>
> Unfortunately, this field is currently not available for customer_client. 
> However, you can make a call to the Customer 
>  resource 
> to get the descriptive name.
>
> Regards,
> Anthony
> Google Ads API Team
>
>
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion group:
> https://ads-developers.googleblog.com/search/label/google_ads_api
> https://developers.google.com/adwords/api/community/
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> On 04/02/19 11:44:26 no...@swydo.com wrote:
>
> I would like to return the id, currencyCode, timeZone, descriptiveName for 
> each customer_client for a customer. The customer_client resource group 
> returns the id, currencyCode, timeZone, but not the descriptiveName. I 
> tried to use request the descriptiveName for the customer_clients, but it 
> returned "USER_PERMISSION_DENIED" error. 
> We can fetch the name of the ManagedCustomerServices from the Adwords API 
> without any problem. 
>
> Is it possible to fetch the customer_client's descriptiveName for a 
> customer?
>
> -- 
> -- 
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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.
> Visit this group at https://groups.google.com/group/adwords-api.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/adwords-api/87f45c20-b55b-47ea-badc-916105596c0e%40googlegroups.com 
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
> -- 
> -- 
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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.
> Visit this group at 

Re: Could not see products in campaigns which created through API

2019-04-05 Thread murugan


On Thursday, April 4, 2019 at 5:23:50 PM UTC+5:30, mur...@aroxo.com wrote:
>
> Hi,
>
> I am trying to create campaign > adgroup and add products in product group 
> through API. The "Test Ads account" linked with one Merchant account and it 
> has more products too. use this merchantid in API to create campaign with 
> that merchant.
>
> When i create campaign manually through your interface, can see products 
> in that campaign. 
>
> Followed the API 
> https://developers.google.com/adwords/api/docs/samples/php/shopping-campaigns#add-a-shopping-campaign
>  
>
>  
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/56a298d8-b90d-4655-b7a3-a61c9c4916f5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RE: Template Ad As Image

2019-04-05 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hi Javier,

Preview URL for HTML 5 template ad is currently not supported via the
AdWords API, however, you may try and use the adAsImage
  
field

to get the template ad rendered as an image.

Regards,
Ejay
Google Ads API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 04/05/19 00:48:00 javier.pimentel@gmail.com wrote:

Hi,

I'm using the php library to retrieve a preview of an HTML 5 template ad but
the getAdAsImage method always returns null.

I am able to see a preview through the ui.

Here are the steps i'm taking:

   1. Retrieving the ad from AdGroupAdService
   2. Getting the Template Ad Object
   3. Calling getAdAsImage on that object ( always null )


This is the AWQL query I am using is:

"SELECT Id, Name, Url, Urls, Type, MimeType, SourceUrl, MimeType,
CreativeFinalUrls, BaseCampaignId, BaseAdGroupId, MediaId  WHERE Id =
'$adWordsAdId' "

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/831f3ac8-bc0a-40d4-a5d7-95bb32756731%40googlegroups.com

.
For more options, visit https://groups.google.com/d/optout.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/19h1s1o0o4f0b80001jui0w60mj8d1i6go30c1g68qjgchi%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


RE: Click Performance Report - GCLIDs of YouTube video campaign views

2019-04-05 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hi,

To further investigate the issue, could you provide to me the
clientCustomerId, the complete report definition
  
used

to generate the reports in the AdWords API and the sample YouTube video
campaign data returned by the Click Performance Report
?
You may reply via *Reply privately to author* option.

Regards,
Ejay
Google Ads API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 04/04/19 17:57:06 adamg@gmail.com wrote:

We use Click Performance Report to get click GCLIDs of search and display
campaigns. I've noticed, that this report also shows YouTube video campaign
data, but in this case the report contains views instead of clicks (there
is also GCLID column). While in search/display campaigns GCLID is added to
url parameters is there any potential use of GCLID parameter shown for
YouTube video campaigns, when there is no click? What is the reason for
showing GCLID of ad views, which have not resulted in a click?

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/9f73c05c-1e37-4244-9637-88df49b582bd%40googlegroups.com

.
For more options, visit https://groups.google.com/d/optout.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1ajp1go18pjhe1d1v4z6kmjce1g6so30c1g68qjichn%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.