Re: Failed to receive excepted values for Postback Sequence Index

2023-12-03 Thread 'omr...@singular.net' via Google Ads API and AdWords API Forum
Hi, 
following up in case this thread has been missed as no response was given.
We can add more details privately if needed.


On Tuesday, November 28, 2023 at 3:50:59 PM UTC+2 omr...@singular.net wrote:

> Hi,
>
> While pulling data for our customers, we run the following query:
> SELECT campaign.name, segments.date, 
> campaign.app_campaign_setting.app_id, customer.id, 
> segments.sk_ad_network_postback_sequence_index', 
> 'segments.sk_ad_network_coarse_conversion_value, 
> metrics.sk_ad_network_installs, customer.descriptive_name  
>   FROM campaign  
> WHERE segments.date >= {start_date} AND segments.date <= {end_date}
> However, we noticed that we are getting only 
> "segments.sk_ad_network_postback_sequence_index" = 0, which we know there 
> should be also values of 1 and 2.
>
> Can you help me understand what we are doing wrong?
> Thanks in advance,
> Omri
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/aca41399-f0b9-4bf5-b759-fe3add8642den%40googlegroups.com.


Re: oauth2l tool error: missing 'type' field in credentials

2023-12-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for getting back to us.

Could you please provide us with the complete API logs (request and response 
with request-id and request header) generated at your end along with the 
screenshot of the error message for further investigation.
This message is in relation to case "ref:!00D1U01174p.!5004Q02qVYIl:ref"

Thanks,

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


Re: suddenly : [403] the caller does not have permission. the developer token is only approved for use with test accounts. to access non-test accounts, apply for basic or standard access

2023-12-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for getting back to us.

Upon checking further, I understand that you have requested for basic API 
access. If the problem continues even after obtaining the necessary access, 
please provide us with the Google Ads account along with the complete API logs 
(request and response with request-id and request header) along with the 
screenshot of the error message for further investigation.

You can send the details via Reply privately to the author option, or direct 
private reply to this email.
This message is in relation to case "ref:!00D1U01174p.!5004Q02qW0w9:ref"

Thanks,

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


get labels data from ad_group_ad not match google ads

2023-12-03 Thread 刘冉
hello everyone , I'm a developer from Vevor company,
when we get labels list from ad_group_ad , find the result less than google 
ads setting :
first step get ad_group_ad data gaql:
String query = "SELECT " +
" campaign.id, " +
" campaign.name, " +
" campaign.advertising_channel_type, " +
" ad_group.id, " +
" ad_group.name, " +
" ad_group_ad.ad.id, " +
" ad_group_ad.ad.name, " +
" ad_group_ad.ad.final_urls, " +
" ad_group_ad.status, " +
" ad_group_ad.labels " +
"FROM ad_group_ad ";
then when we analysis adGroupAd.getLabelsList() find the resut less than 
google ads setting,

second setp get label info:
String queryLabel = "SELECT " +
" label.id, " +
" label.name, " +
" label.status, " +
" label.resource_name, " +
" label.text_label.background_color, " +
" label.text_label.description " +
" FROM label " +
" WHERE " +
" label.id IN (%s)";

our admin customerId is:6603378880 and accountId use:5538124801,can you 
help us,thank you !  

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

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