What's the difference between landing_page_view.unexpanded_final_url and ad_group_ad.ad.final_urls?

2023-01-13 Thread Nelson Brochado
Hi.

I have a few questions, although my main question is in the title.

The landing_page_view.unexpanded_final_url 
 
is described (in the docs) as follows

*The advertiser-specified final URL.*

while ad_group_ad.ad.final_urls 

 
is described as 

*The list of possible final URLs after all cross-domain redirects for the 
ad.*

Now, one obvious difference is that ad_group_ad.ad.final_urls 

 is 
a list while landing_page_view.unexpanded_final_url 
  
is not. However, both are or contain "final URs". 

My question is: *what's the specific relation between the 2?* *For example, 
is landing_page_view.unexpanded_final_url 
 the 
first final URL that we find in ad_group_ad.ad.final_urls 
,
 
or maybe it's something completely different?* I don't think they are 
completely different, otherwise, they wouldn't be called in this way. *Is 
maybe the only difference that landing_page_view.unexpanded_final_url 
 
actually 
uses the keyword final URL, if it exists, which overrides the ad's final 
URL?  *

After having read the Google Ads documentation 
, it seems that 
what people call a "landing page" is composed of the "final URL" and 
"tracking templates".

In practice, I've observed that ad_group_ad.ad.final_urls 

 contains 
at most one URL. *Why is then it returned as a list?* 

I've also read this API docs page 

.

The API also provides the Expanded Landing Page View 
,
 
which provides the field expanded_landing_page_view.expanded_final_url 
,
 
which, I hypothesise, is the unexpanded final URL with the tracking 
parameters, and so on. Could you please also clarify this?

Cheers.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/8b00aee9-afd3-4304-8c97-dd6f2f03b5aan%40googlegroups.com.


RE: why the migration document link was canceled.

2023-01-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for raising this concern to the Google Ads API Forum. Allow me to 
raise this question with the rest of our team, and we will provide updates 
shortly.

Best regards,

Jinky
Google Ads API Team
ref:_00D1U1174p._5004Q2hy37b: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 
"Google Ads API and AdWords 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/5ocEF0ROFORU007lreBGu7SoGoE7ToB1ZNWw%40sfdc.net.


Re: Why would the API return the average CPV multiplied by 1 million?

2023-01-13 Thread Nelson Brochado
After having read a little bit more about how Google Ads handles 
currencies, I came to the conclusion that the average CPC must be returned 
in "micros units", so what I observed is expected. Can you confirm this? 

However, if the API is really supposed to mirror the UI, then there should 
at least be an option to return this data as we see it in the UI. After 
all, we just need to divide by 1 million. Apparently, there used to be such 
an option a long time ago, but it was removed. See this post 
.

As a follow-up question, are all currency metrics returned in "micro 
units"? Is there an official documentation page that talks about this 
specifically?

This API docs page 
 or 
this 
, 
for example, mentions that certain amounts are specified in micros, but I'd 
like to know if all currency metrics are specified in micros.


On Friday, January 13, 2023 at 5:21:53 PM UTC+1 Nelson Brochado wrote:

> Hello.
>
> I was trying to fetch all metrics that can be fetched with 
> paid_organic_search_term_view 
> .
>  
> I also fetch the attribute paid_organic_search_term_view.search_term 
> 
>  
> and segment by search type segments.search_engine_results_page_type 
> .
>  
> So, I am also trying to fetch the metric metrics.average_cpc 
> ,
>  
> which seems to be multiplied by 1 million (100) with respect to the 
> number I see in the UI report. So, for example, 2.19 in the UI is returned 
> as 2.19 * 100 = 219. 
>
> Could this be a bug in the API or maybe I am unaware of some discrepancy 
> between the API and UI with respect to currency columns, like average CPC? 
>
> I read this post,  
> but, if the API is supposed to mirror the UI, that doesn't seem to be the 
> case here.
>
> Cheers
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/3024898b-7bba-4d1e-8a76-307e1cfd14c4n%40googlegroups.com.


Proper way to write a subquery on GQL

2023-01-13 Thread Ícaro Lorran
I want to make this query:

```
SELECT
customer.currency_code,
customer.id,
campaign.name,
campaign_budget.amount_micros,
metrics.cost_micros,
segments.date
FROM campaign
WHERE
segments.date BETWEEN campaign.start_date AND campaign.end_date
```

But since the clause `BETWEEN` expects a string in the format `-MM-DD`, 
it yields an error related to it. What is the proper way to write the WHERE 
clause?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/504acc62-d71d-48b2-8fe1-b9b35391acf8n%40googlegroups.com.


Why would the API return the average CPV multiplied by 1 million?

2023-01-13 Thread Nelson Brochado
Hello.

I was trying to fetch all metrics that can be fetched with 
paid_organic_search_term_view 
.
 
I also fetch the attribute paid_organic_search_term_view.search_term 

 
and segment by search type segments.search_engine_results_page_type 
.
 
So, I am also trying to fetch the metric metrics.average_cpc 
,
 
which seems to be multiplied by 1 million (100) with respect to the 
number I see in the UI report. So, for example, 2.19 in the UI is returned 
as 2.19 * 100 = 219. 

Could this be a bug in the API or maybe I am unaware of some discrepancy 
between the API and UI with respect to currency columns, like average CPC? 

I read this post,  
but, if the API is supposed to mirror the UI, that doesn't seem to be the 
case here.

Cheers

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/7746b11c-0bea-4ae5-83e2-e064302c7511n%40googlegroups.com.


Re: problem upgrading from Google ads words to google ads api

2023-01-13 Thread David Horowitz
The whole problem is we cant find the project.  Our account does not show it.  
We just need to know what account the project is in.

From: Google Ads API Forum Advisor 
Date: Thursday, January 12, 2023 at 8:40 PM
To: David Horowitz 
Cc: adwords-api@googlegroups.com 
Subject: problem upgrading from Google ads words to google ads api
You don't often get email from adsapi@forumsupport.google. Learn why this is 
important
Hi David,

Thank you for reaching us out. I am Sherwin from Google Ads API support team. I 
hope that you are doing well today.

Have you enabled the Google Ads API in your project? If not, you will need to 
enable the Google Ads API in your project by following this 
guide
 where your Oauth2 credentials have been generated. You should enable it in the 
Google cloud project mentioned on the API response generated on your end.

Let us know how it goes on your end. If the event that you are still 
encountering the error, please provide us the complete 
request
 and 
response
 logs with request 
ID
 and request 
header
 generated on your end? You can provide it via Reply privately to the author 
option. If this option is not available, then send it instead on this email 
address googleadsapi-supp...@google.com.

Kind regards,
[Google Logo]
Sherwin Vincent
Google Ads API Team

[https://google-dev-relations.my.salesforce.com/servlet/servlet.ImageServer?oid=00D1U01174p&esid=0184Q1JtVmy&from=ext]

ref:_00D1U1174p._5004Q2hxlIm: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 
"Google Ads API and AdWords 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/MN2PR19MB3183F94D6D70FC2F1BC0DE01BFC29%40MN2PR19MB3183.namprd19.prod.outlook.com.


RE: Does Google De-duplicate Offline Sales Data Uploaded by API

2023-01-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

You have reached the Google Ads API Forum.

The Google Ads API only mirrors the Google Ads UI, in the event that you are 
encountering discrepancy while uploading data in your end between the Google 
Ads API and Google Ads UI. You may just send your information to us, such as 
below:

complete API logs within the format of request and response logs with request 
ID and request header that generated on your end
Full screenshot of the Google Ads UI where we can see the discrepancy.

For security purposes, you can provide it via the Reply privately to author 
option. If this option is not available, then send it instead on this email 
address googleadsapi-supp...@google.com.

Best regards,

Jinky
Google Ads API Team
ref:_00D1U1174p._5004Q2hy1u3: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 
"Google Ads API and AdWords 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/rF9hS0ROFHT200DBEZYnLnTZSQbi4gF0IJXg%40sfdc.net.


Re: RE : Mismatch in audience segment upload in Google ads

2023-01-13 Thread Chethan U
Thanks for your response.
Actually this is the code I used.
Here I have used 
"user_data.user_identifiers.append(user_identifier)" only once. Is this 
correct or should I include another 
"user_data.user_identifiers.append(user_identifier)" after " 
user_identifier.hashed_email = ((row['emails'])['hashed_email'])"  line. 
Is this the reason for getting less audience size?
Can you pls help me to find the issue . 

def build_offline_user_data_job_operations(client, customer_data):
  """Builds the schema of user data as defined in the API.

  Args:
client: The Google Ads client.
customer_data: Processed customer data to be uploaded.

  Returns:
A list containing the operations.
  """

  customer_data_operations = []
  customer_dataframe=pd.DataFrame(customer_data)
  for index,row in customer_dataframe.iterrows():
user_data_operation = client.get_type('OfflineUserDataJobOperation')
user_data = user_data_operation.create
user_identifier = client.get_type('UserIdentifier')
user_identifier.hashed_email = ((row['emails'])['hashed_email'])

user_identifier.hashed_phone_number = 
((row['phones'])['hashed_phone_number'])
user_data.user_identifiers.append(user_identifier)

customer_data_operations.append(user_data_operation)
  
  return customer_data_operations

On Friday, January 13, 2023 at 7:02:37 PM UTC+5:30 adsapi wrote:

> Hi Chethan,
>
> Thanks for reaching out to the Google Ads API Forum.
>
> I understand that you uploaded an audience segment of 100k to Google Ads 
> through Google Ads API, and you are seeing only 56k-66 k size. For us to 
> investigate, could you confirm if you encountered any API error while 
> uploading? However, for us to check further, our team requires complete 
> logs in the format of the *request* 
> 
>  
> and *response* 
> 
>  
> logs along with the request-id generated for the API uploads, so we can 
> provide specific recommendations.
>
> We recommend you to enable logging to capture complete details if any 
> error occurs by navigating to the Client libraries > Your client library 
> (ex Python) > Logging documentation, which you can access from this *link* 
> . Also, 
> kindly send the complete logs to us via reply privately to author option.
>
> Regards,
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2hy0O0: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 
"Google Ads API and AdWords 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/4ad7f575-938d-478c-b932-6995c0f78770n%40googlegroups.com.


RE : Mismatch in audience segment upload in Google ads

2023-01-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Chethan,

Thanks for reaching out to the Google Ads API Forum.

I understand that you uploaded an audience segment of 100k to Google Ads 
through Google Ads API, and you are seeing only 56k-66 k size. For us to 
investigate, could you confirm if you encountered any API error while 
uploading? However, for us to check further, our team requires complete logs in 
the format of the request and response logs along with the request-id generated 
for the API uploads, so we can provide specific recommendations.

We recommend you to enable logging to capture complete details if any error 
occurs by navigating to the Client libraries > Your client library (ex Python) 
> Logging documentation, which you can access from this link. Also, kindly send 
the complete logs to us via reply privately to author option.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2hy0O0: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 
"Google Ads API and AdWords 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/nbTNm0ROFEXN00g-DUMBmxTNqbOWBlMOIDLQ%40sfdc.net.


Re: "Maximum number of user identifiers allowed per request is 100000 and per operation is 20" error

2023-01-13 Thread Chethan U
Hi, I modified the code to upload user identifiers such as  'mobilenumber'  
and 'email' as same user identifiers.
And I tried to upload csv file of 8 rows, but still I'm getting error 
""Maximum number of user identifiers allowed per request is 10 and per 
operation is 20".
This is the code, can you please convey me what is the issue.

def build_offline_user_data_job_operations(client, customer_data):
  """Builds the schema of user data as defined in the API.

  Args:
client: The Google Ads client.
customer_data: Processed customer data to be uploaded.

  Returns:
A list containing the operations.
  """

  customer_data_operations = []
  customer_dataframe=pd.DataFrame(customer_data)
  for index,row in customer_dataframe.iterrows():
user_data_operation = client.get_type('OfflineUserDataJobOperation')
user_data = user_data_operation.create
user_identifier = client.get_type('UserIdentifier')
user_identifier.hashed_email = ((row['emails'])['hashed_email'])
user_data.user_identifiers.append(user_identifier)
user_identifier.hashed_phone_number = 
((row['phones'])['hashed_phone_number'])
user_data.user_identifiers.append(user_identifier)

customer_data_operations.append(user_data_operation)
  
  return customer_data_operations


On Monday, January 9, 2023 at 1:31:23 PM UTC+5:30 adsapi wrote:

> Hi,
>
> Thank you for the reply.
>
> Kindly note that our team doesn't provide any custom code implemenations, 
> but you may need to implement it on your own. However, you can use the 
> OfflineUserDataJobService 
> 
>  to create 
> 
>  a 
> new UserData 
>  
> with 
> the same resource_name 
> 
>  as 
> the previous *OfflineUserDataJob* 
> 
>  (offline_user_data_job_resource_name) 
> you used.
>
>
> Best regards,
> [image: Google Logo] 
> Heidi 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2hZOVp: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 
"Google Ads API and AdWords 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/a5374377-ab17-43f3-8822-981aa687e6fdn%40googlegroups.com.


why the migration document link was canceled.

2023-01-13 Thread Mehmet Küçük
It used to be very easy to follow the changes via the link below. Why was 
it canceled?

https://developers.google.com/google-ads/api/docs/migration


For example
I'm not sure what to use instead of FINAL_URL_REPORT at the moment. 


Is there a link where I can access these documents?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/8f85f471-22b3-4ad7-b65f-8643520ded4bn%40googlegroups.com.


RE: Error after postback: EXPIRED_EVENT

2023-01-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Rita,

Thanks for reaching out to the Google Ads API Forum. I hope you are doing well 
today.

With regard to your concern, if you are encountered EXPIRED_EVENT when 
uploading conversions, then this is because the click associated with the given 
identifier or iOS URL parameter is either too old to be imported or occurred 
outside of the click through lookback window for the specified conversion 
action.

For this error, you may double check if the given identifier is not too old or 
occurred before the lookback window for the specified combination of conversion 
date and conversion action.

You may use the click_view report resource to verify your GCLID. In Addition, 
you can first verify the click_through_lookback_window_days specified in your 
conversion_action. From the value retrieved, then perform a request using the 
click_view report for each day (with date filter for one day) until the last 
valid date, in reference to the lookback window days.

I hope this clarifies. Have a great day.

Regards,

Marjorie
Google Ads API Team
ref:_00D1U1174p._5004Q2hxyn8: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 
"Google Ads API and AdWords 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/2f3YG0ROF20I00FrfJCPkLRQuHhBaTlWcy9Q%40sfdc.net.


RE: Image Extension Association

2023-01-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for reaching out to the Google Ads API support team. Informing you 
that I had to delete your post in the forum for privacy as it contains the logs 
and screenshots.

With regards to your concern, you can check the currently supported asset based 
extensions here and for the image extensions availability, you may refer to 
this blog post. You may note also from the blog that for image asset 
extensions, developers can start migrating in Q3 2022.

In addition, both the CampaignAsset and AdGroupAsset are for the asset based 
extensions use case as mentioned here. However, the said (field_type as 
AD_IMAGE) feature is for allowlisted customers only, as also indicated in this 
release note.

As for you question "If not, why are we not able to see the Image Extension 
Type on UI ?", I would suggest reaching out to the Google Ads Product support 
team as they are the ones who can give insights and guidance that are related 
to UI.

Regards,

Carmela
Google Ads API Team
ref:_00D1U1174p._5004Q2hy090: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 
"Google Ads API and AdWords 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/qOzDI0ROF0BO00hrzGJjBfTDW80_1jI3K7vw%40sfdc.net.