search_term_view API + Developer Token Prohibited

2023-04-10 Thread Madhu Puranik
Hi,

I'm trying to pull data from the search_term_view API. However, I get the 
below error

*Error Message*
[
{
"error": {
"code": 403,
"message": "The caller does not have permission",
"status": "PERMISSION_DENIED",
"details": [
{
"@type": 
"type.googleapis.com/google.ads.googleads.v13.errors.GoogleAdsFailure",
"errors": [
{
"errorCode": {
"authorizationError": 
"DEVELOPER_TOKEN_PROHIBITED"
},
"message": "Developer token is not allowed with 
project '407408718192'."
}
],
"requestId": "qkV_wbudvZGFvhT_TevrOQ"
}
]
}
}
]

*Here's the query I used:*

{
"query": "SELECT campaign.name, campaign.id, campaign.status, customer.id, 
ad_group.id, ad_group.name, ad_group.status, metrics.all_conversions, 
metrics.clicks, metrics.conversions, metrics.cost_micros, metrics.ctr, 
metrics.interactions, metrics.impressions, metrics.cost_per_conversion, 
metrics.cost_per_all_conversions, metrics.all_conversions_value, 
metrics.absolute_top_impression_percentage, segments.date, 
search_term_view.search_term FROM search_term_view WHERE segments.date 
BETWEEN '2023-03-01' AND '2023-03-31'"
}

Can you please help resolve the issue?

Thanks,
Madhu




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c327569f-175b-45d9-ac8b-c7651df4ccd0n%40googlegroups.com.


RE: Conversion value rules for performance max campaigns

2023-04-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Radosław,

Welcome to Google Ads API support team. Thank you for reaching out to us.

With regards to your concern, first, can you provide us the complete request 
and response logs with request ID and request header generated on your end? 
Asking this so we can provide precise guidance to your issue.

Links to the highlighted words above:

request - 
https://developers.google.com/google-ads/api/docs/concepts/field-service#request
response - 
https://developers.google.com/google-ads/api/docs/concepts/field-service#response
request ID - 
https://developers.google.com/google-ads/api/docs/concepts/call-structure#request-id
request header - 
https://developers.google.com/google-ads/api/docs/concepts/call-structure#request_headers
client library logging - 
https://developers.google.com/google-ads/api/docs/best-practices/logging#client_library_logging


You may send the requested information via "Reply To Author" option. If that 
option is not available to you, send it directly to 
googleadsapi-supp...@google.com alias.

Regards,

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


Re: How to Break Up Performance Max Metrics by Ad-Destination?

2023-04-10 Thread Chad Wood
To clarify, we do have Display Ads going to all three; our website, the 
playstore, and the appstore. 
Will PM really join all of those into a single asset group and dynamically 
send users to each location based on different factors such as the users 
device?

I found this in the docs:
https://developers.google.com/google-ads/api/docs/performance-max/asset-groups#asset_groups
" Asset groups contain one or more final URLs. At least one final URL is 
required. Use the URL that is most relevant to the conversion path for the 
given asset group and campaign objectives. The final URL of the asset group 
cannot be excluded from the WEBPAGE campaign criteria 
.
 
"

But, I can't figure out if those different URLs must contain the same 
hostname. I guess that would answer my question.


On Monday, April 10, 2023 at 9:11:24 AM UTC-7 Chad Wood wrote:

> To clarify, we do have Display Ads going to all three; our website, the 
> playstore, and the appstore. 
> Will PM really join all of those into a single asset group and dynamically 
> send users to each location based on different factors such as the users 
> device?
>
> On Monday, April 10, 2023 at 8:44:56 AM UTC-7 Chad Wood wrote:
>
>> Thanks for the feedback. I've never actually seen this data... 
>> more-or-less, I was told to update my existing reporting to account for it.
>> I've requested this screenshot and I'll supply it once I've got something.
>>
>> I guess in the meantime, can you confirm that it's indeed possible for 
>> the same Performance Max campaign to dynamically send people to different 
>> websites (i.e., ours, the app store, and the play store)?
>>
>> On Monday, April 10, 2023 at 7:12:54 AM UTC-7 Google Ads API Forum 
>> Advisor wrote:
>>
>>> Hi Chad,
>>>
>>> Thank you for reaching out to us.
>>>
>>> Kindly note that the Google Ads API mirrors the Google Ads UI. Whatever 
>>> data shows on the Ads UI report, the API should pull the same. That being 
>>> said, for our team to further check this and provide appropriate 
>>> recommendations to you, could you please provide us with the entire UI 
>>> screenshot without cropping where you can see the expected data you want to 
>>> retrieve in the API?
>>>
>>> You may then send the requested information via the Reply privately to 
>>> author option. If this option is not available, you may send the details 
>>> directly to our googleadsa...@google.com alias instead.
>>>
>>> On the other hand, if the UI you are referring to is in the campaign 
>>> section then you may use the *campaign* report and may also try the 
>>> sample query below:
>>>
>>> *SELECT campaign.id , campaign.name 
>>> , campaign.app_campaign_setting.app_id, 
>>> metrics.impressions, metrics.clicks FROM campaign WHERE 
>>> campaign.advertising_channel_type = 'PERFORMANCE_MAX'*
>>>
>>> You may also check this *guide *as it describes the steps necessary to 
>>> create and submit a query to the Google Ads API to get back data.
>>>
>>> You may see the links below for the following emphasize words from the 
>>> above statement:
>>>
>>>- *campaign: *
>>>https://developers.google.com/google-ads/api/fields/v13/campaign  
>>>- *guide: *
>>>https://developers.google.com/google-ads/api/docs/reporting/overview  
>>>
>>> Best regards,
>>> [image: Google Logo] Google Ads API Team 
>>>
>>> ref:_00D1U1174p._5004Q2kTZhO: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/e43288d3-5fe7-427d-8140-e014f855e672n%40googlegroups.com.


Re: How to Break Up Performance Max Metrics by Ad-Destination?

2023-04-10 Thread Chad Wood
To clarify, we do have Display Ads going to all three; our website, the 
playstore, and the appstore. 
Will PM really join all of those into a single asset group and dynamically 
send users to each location based on different factors such as the users 
device?

On Monday, April 10, 2023 at 8:44:56 AM UTC-7 Chad Wood wrote:

> Thanks for the feedback. I've never actually seen this data... 
> more-or-less, I was told to update my existing reporting to account for it.
> I've requested this screenshot and I'll supply it once I've got something.
>
> I guess in the meantime, can you confirm that it's indeed possible for the 
> same Performance Max campaign to dynamically send people to different 
> websites (i.e., ours, the app store, and the play store)?
>
> On Monday, April 10, 2023 at 7:12:54 AM UTC-7 Google Ads API Forum Advisor 
> wrote:
>
>> Hi Chad,
>>
>> Thank you for reaching out to us.
>>
>> Kindly note that the Google Ads API mirrors the Google Ads UI. Whatever 
>> data shows on the Ads UI report, the API should pull the same. That being 
>> said, for our team to further check this and provide appropriate 
>> recommendations to you, could you please provide us with the entire UI 
>> screenshot without cropping where you can see the expected data you want to 
>> retrieve in the API?
>>
>> You may then send the requested information via the Reply privately to 
>> author option. If this option is not available, you may send the details 
>> directly to our googleadsa...@google.com alias instead.
>>
>> On the other hand, if the UI you are referring to is in the campaign 
>> section then you may use the *campaign* report and may also try the 
>> sample query below:
>>
>> *SELECT campaign.id , campaign.name 
>> , campaign.app_campaign_setting.app_id, 
>> metrics.impressions, metrics.clicks FROM campaign WHERE 
>> campaign.advertising_channel_type = 'PERFORMANCE_MAX'*
>>
>> You may also check this *guide *as it describes the steps necessary to 
>> create and submit a query to the Google Ads API to get back data.
>>
>> You may see the links below for the following emphasize words from the 
>> above statement:
>>
>>- *campaign: *
>>https://developers.google.com/google-ads/api/fields/v13/campaign  
>>- *guide: *
>>https://developers.google.com/google-ads/api/docs/reporting/overview  
>>
>> Best regards,
>> [image: Google Logo] Google Ads API Team 
>>
>> ref:_00D1U1174p._5004Q2kTZhO: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/f58adb81-3f4b-480a-8858-4b1335369864n%40googlegroups.com.


Re: How to Break Up Performance Max Metrics by Ad-Destination?

2023-04-10 Thread Chad Wood
Thanks for the feedback. I've never actually seen this data... 
more-or-less, I was told to update my existing reporting to account for it.
I've requested this screenshot and I'll supply it once I've got something.

I guess in the meantime, can you confirm that it's indeed possible for the 
same Performance Max campaign to dynamically send people to different 
websites (i.e., ours, the app store, and the play store)?

On Monday, April 10, 2023 at 7:12:54 AM UTC-7 Google Ads API Forum Advisor 
wrote:

> Hi Chad,
>
> Thank you for reaching out to us.
>
> Kindly note that the Google Ads API mirrors the Google Ads UI. Whatever 
> data shows on the Ads UI report, the API should pull the same. That being 
> said, for our team to further check this and provide appropriate 
> recommendations to you, could you please provide us with the entire UI 
> screenshot without cropping where you can see the expected data you want to 
> retrieve in the API?
>
> You may then send the requested information via the Reply privately to 
> author option. If this option is not available, you may send the details 
> directly to our googleadsa...@google.com alias instead.
>
> On the other hand, if the UI you are referring to is in the campaign 
> section then you may use the *campaign* report and may also try the 
> sample query below:
>
> *SELECT campaign.id , campaign.name 
> , campaign.app_campaign_setting.app_id, 
> metrics.impressions, metrics.clicks FROM campaign WHERE 
> campaign.advertising_channel_type = 'PERFORMANCE_MAX'*
>
> You may also check this *guide *as it describes the steps necessary to 
> create and submit a query to the Google Ads API to get back data.
>
> You may see the links below for the following emphasize words from the 
> above statement:
>
>- *campaign: *
>https://developers.google.com/google-ads/api/fields/v13/campaign  
>- *guide: *
>https://developers.google.com/google-ads/api/docs/reporting/overview  
>
> Best regards,
> [image: Google Logo] Google Ads API Team 
>
> ref:_00D1U1174p._5004Q2kTZhO: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/b6298fcb-975a-4aca-90b9-42345d3dbaacn%40googlegroups.com.


RE: Fetch ad's asset attributes

2023-04-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Asaf,

Welcome to Google Ads API support team. Thank you for reaching out to us.

With regards to your concern, can you provide us the complete request and 
response logs with request ID and request header generated on your end along 
with the uncropped screenshots of the data you want to retrieve in UI? Asking 
this so we can provide accurate response to your use case.

Links to the highlighted words above:

request - 
https://developers.google.com/google-ads/api/docs/concepts/field-service#request
response - 
https://developers.google.com/google-ads/api/docs/concepts/field-service#response
request ID - 
https://developers.google.com/google-ads/api/docs/concepts/call-structure#request-id
request header - 
https://developers.google.com/google-ads/api/docs/concepts/call-structure#request_headers
client library logging - 
https://developers.google.com/google-ads/api/docs/best-practices/logging#client_library_logging


You may send the requested information via "Reply To Author" option. If that 
option is not available to you, send it directly to 
googleadsapi-supp...@google.com alias.

Regards,

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


Re: Google Ads API Conversion Events

2023-04-10 Thread David Levin
Hello,
I responded but have yet to hear back. Could you please let me know the
status of getting allowlisted? Thanks.

On Mon, Apr 3, 2023 at 9:51 AM Google Ads API Forum Advisor
 wrote:

> Hi David,
>
> Can you please respond privately to me so that I can gather the MCC IDs
> you'd like to allowlist?
>
> Thanks,
> [image: Google Logo]
> Ben Karl
> Google Ads API Team
>
>
> ref:_00D1U1174p._5004Q2ggGJM: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/CAJr5085Wkc8gTt5NtGhM0Y2U1VL6azzM%2BJzF_Yrern0u6krLXg%40mail.gmail.com.


RE: regarding enable API

2023-04-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for reaching out to Google Ads API Forum.

For you to be able to start using Google Ads API, you may refer to the 
Quickstart guide regarding its quickstart process.

Reference Links included in this email:

Google Ads API: https://developers.google.com/google-ads/api/docs/start
Quickstart: 
https://developers.google.com/google-ads/api/docs/first-call/overview

Let me know if you have further questions related to Google Ads API.

Regards,

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


RE: How to Break Up Performance Max Metrics by Ad-Destination?

2023-04-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Chad,

Thank you for reaching out to us.

Kindly note that the Google Ads API mirrors the Google Ads UI. Whatever data 
shows on the Ads UI report, the API should pull the same. That being said, for 
our team to further check this and provide appropriate recommendations to you, 
could you please provide us with the entire UI screenshot without cropping 
where you can see the expected data you want to retrieve in the API?

You may then send the requested information via the Reply privately to author 
option. If this option is not available, you may send the details directly to 
our googleadsapi-supp...@google.com alias instead.

On the other hand, if the UI you are referring to is in the campaign section 
then you may use the campaign report and may also try the sample query below:

SELECT campaign.id, campaign.name, campaign.app_campaign_setting.app_id, 
metrics.impressions, metrics.clicks FROM campaign WHERE 
campaign.advertising_channel_type = 'PERFORMANCE_MAX'

You may also check this guide as it describes the steps necessary to create and 
submit a query to the Google Ads API to get back data.

You may see the links below for the following emphasize words from the above 
statement:

campaign: https://developers.google.com/google-ads/api/fields/v13/campaign
guide: https://developers.google.com/google-ads/api/docs/reporting/overview

Best regards,

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


Re: Error related with "channel type MULTIPLE" operations

2023-04-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello -

Thank you for following up, and apologies for the delay. I've been coordinating 
internally to get information on how this shared set was linked, but the team 
is still trying to identify the root cause. I requested an expedited resolution 
and hope to share more details with you as soon as possible.

Best,

Ben Karl
Google Ads API Team
ref:_00D1U1174p._5004Q2iOP6Z: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/Px9PQ0RSWJ4X00t7jXCsFjQuOHI93BjixU-Q%40sfdc.net.


RE: How to Get Search Top IS and Search Abs Top IS with start & end date

2023-04-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello,

Thank you for reaching out to Google Ads API Support.

Can you please provide us with with more details on what you mean by “get 
Search Top IS and Search Abs Top IS showing on Google BM from API”?

As for obtaining the start/end date field, Please try using the sample query 
below to see if you will get your expected data, This query has 
campaign.start_date and campaign.end_date added to the query in your screenshot.

SELECT 
  customer.id, 
  customer.resource_name,   
 campaign.start_date, campaign.end_date,
  campaign.advertising_channel_type, 
  campaign.resource_name, 
  campaign.id, 
  segments.date, 
  segments.month, 
  metrics.search_absolute_top_impression_share, 
  metrics.search_top_impression_share, 
  metrics.clicks, 
  metrics.conversions, 
  metrics.all_conversions, 
  metrics.conversions_value, 
  metrics.impressions, 
  metrics.cost_micros 
FROM campaign 
WHERE 
  segments.date >= '20230404' 
  AND segments.date <= '20230405' 
  AND campaign.id = XX

Let me know if you have any questions.

Regards,

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


RE: Empty results for metrics.average_cost field

2023-04-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi James,

Thank you for reaching out to us.

Kindly note that the Google Ads API mirrors the Google Ads UI. Whatever data 
shows on the Ads UI report, the API should pull the same. That being said, for 
our team to further check this and provide appropriate recommendations to you, 
could you please provide us with the entire UI screenshot without cropping 
where you can see the expected data you want to retrieve in the API?

You may then send the requested information via the Reply privately to author 
option. If this option is not available, you may send the details directly to 
our googleadsapi-supp...@google.com alias instead

Best regards,

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


Re: Digest for adwords-api@googlegroups.com - 3 updates in 2 topics

2023-04-10 Thread Phisit Inkarthiue
ในวันที่ อ. 4 เม.ย. 2023 17:59 น.  เขียนว่า:

> adwords-api@googlegroups.com
> 
>  Google
> Groups
> 
> 
> Topic digest
> View all topics
> 
>
>- Expectations for new features <#m_6121334999312789752_group_thread_0>
>- 1 Update
>- May I ask if there will be a delay in calling Google's
>AccountBudgetProposal interface?
><#m_6121334999312789752_group_thread_1> - 2 Updates
>
> Expectations for new features
> 
> Google Ads API Forum Advisor : Apr 04 10:51AM
>
> Hello,
>
> I'm from the Google Ads API team. I hope you're doing well.
>
> There's an AccountLinkService in Google Ads API which allows management of
> links between Google Ads accounts and other accounts. The CreateAccountLink
> method accepts a CreateAccountLinkRequest where you can specify an
> AccountLink object. Here you may specify the
> ThirdPartyAppAnalyticsLinkIdentifier to set the identifiers of a Third
> Party App Analytics Link.
>
> Based on this Help Center article, once the link ID has been generated, it
> can be used on the third party account. If this is not what you are
> looking, please further elaborate your concern and provide more details
> such as a UI screenshot of the feature that you would like to replicate via
> API so we can further investigate. You may send the screenshot to us
> privately via Reply privately to author option.
>
> Regards.
>
> Google Ads API Team
> ref:_00D1U1174p._5004Q2kF0BR:ref
> Back to top <#m_6121334999312789752_digest_top>
> May I ask if there will be a delay in calling Google's
> AccountBudgetProposal interface?
> 
> Google Ads API Forum Advisor : Apr 04 09:28AM
>
> Hi Dongfu,
>
> Thank you for getting back to us . I hope that you are doing well today.
>
> I understand your concern, however, this concern is much related to the
> product. With this, the best team that can answer your question is the
> Google Ads Product support team. You may reach out to them via this link.
>
> In addition, when you have a low budget, your ads may not serve as often
> while Google Ads ensures your campaign doesn't spend more than your
> spending limit. Your campaign status may also display “Eligible (Limited)”
> to indicate that it's either not serving or undeserving due to low budget.
>
> Kind regards,
>
> Google Ads API Team
> ref:_00D1U1174p._5004Q2kEcBW:ref
> dongfu li : Apr 04 02:48AM -0700
>
> Thank you for your reply.
> Due to a 1-hour delay in calling the balance setting interface on Google,
> if we reset the account balance and the user continues to consume within 1
> hour, the user may experience a situation where their consumption exceeds
> the balance. May I ask if this situation occurs?
>
>
> 在2023年4月4日星期二 UTC+8 17:29:05 写道:
>
> Back to top <#m_6121334999312789752_digest_top>
> You received this digest because you're subscribed to updates for this
> group. You can change your settings on the group membership page
> 
> .
> To unsubscribe from this group and stop receiving emails from it send an
> email to adwords-api+unsubscr...@googlegroups.com.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CA%2BcLHz30CP8MnSpJkkHLAa1bOPzTp8PWAQhV41Ayrptt%2BbqPkQ%40mail.gmail.com.


Empty Data When I query With Segments Table Field

2023-04-10 Thread Manish Kumar
Hi , 

Getting the empty Data when I query below 
{"query" : "SELECT 
  segments.year, 
  segments.week, 
  segments.quarter, 
  segments.month, 
  segments.device, 
  segments.day_of_week, 
  segments.date, 
  segments.asset_interaction_target.interaction_on_this_asset, 
  segments.asset_interaction_target.asset, 
  segments.ad_network_type, 
  metrics.video_views, 
  metrics.video_view_rate, 
  metrics.value_per_conversion, 
  metrics.value_per_all_conversions, 
  metrics.top_impression_percentage, 
  metrics.impressions, 
  metrics.ctr, 
  metrics.cross_device_conversions, 
  metrics.cost_per_conversion, 
  metrics.cost_per_all_conversions, 
  metrics.cost_micros, 
  metrics.conversions_value, 
  metrics.conversions_from_interactions_rate, 
  metrics.conversions, 
  metrics.clicks, 
  metrics.average_cpv, 
  metrics.average_cpm, 
  metrics.average_cpc, 
  metrics.all_conversions_value, 
  metrics.all_conversions_from_interactions_rate, 
  metrics.all_conversions, 
  metrics.absolute_top_impression_percentage, 
  customer.tracking_url_template, 
  customer.time_zone, 
  customer.test_account, 
  customer.status, 
  customer.resource_name, 
  customer.remarketing_setting.google_global_site_tag, 
  customer.pay_per_conversion_eligibility_failure_reasons, 
  customer.optimization_score_weight, 
  customer.optimization_score, 
  customer.manager, 
  customer.id, 
  customer.has_partners_badge, 
  customer.final_url_suffix, 
  customer.descriptive_name, 
  customer.currency_code, 
  customer.conversion_tracking_setting.google_ads_conversion_customer, 
  
customer.conversion_tracking_setting.enhanced_conversions_for_leads_enabled, 

  
customer.conversion_tracking_setting.cross_account_conversion_tracking_id, 
  customer.conversion_tracking_setting.conversion_tracking_status, 
  customer.conversion_tracking_setting.conversion_tracking_id, 
  customer.conversion_tracking_setting.accepted_customer_data_terms, 
  customer.call_reporting_setting.call_reporting_enabled, 
  customer.call_reporting_setting.call_conversion_reporting_enabled, 
  customer.call_reporting_setting.call_conversion_action, 
  customer.auto_tagging_enabled, 
  campaign_budget.type, 
  campaign_budget.total_amount_micros, 
  campaign_budget.status, 
  campaign_budget.resource_name, 
  campaign_budget.reference_count, 
  campaign_budget.recommended_budget_estimated_change_weekly_views, 
  campaign_budget.recommended_budget_estimated_change_weekly_interactions, 
  campaign_budget.recommended_budget_estimated_change_weekly_cost_micros, 
  campaign_budget.recommended_budget_estimated_change_weekly_clicks, 
  campaign_budget.recommended_budget_amount_micros, 
  campaign_budget.period, 
  campaign_budget.name, 
  campaign_budget.id, 
  campaign_budget.has_recommended_budget, 
  campaign_budget.explicitly_shared, 
  campaign_budget.delivery_method, 
  campaign_budget.amount_micros, 
  campaign.video_brand_safety_suitability, 
  campaign.vanity_pharma.vanity_pharma_text, 
  campaign.vanity_pharma.vanity_pharma_display_url_mode, 
  campaign.url_expansion_opt_out, 
  campaign.tracking_url_template, 
  campaign.tracking_setting.tracking_url, 
  campaign.target_spend.target_spend_micros, 
  campaign.target_spend.cpc_bid_ceiling_micros, 
  campaign.target_roas.target_roas, 
  campaign.target_roas.cpc_bid_floor_micros, 
  campaign.target_roas.cpc_bid_ceiling_micros, 
  campaign.target_impression_share.location_fraction_micros, 
  campaign.target_impression_share.location, 
  campaign.target_impression_share.cpc_bid_ceiling_micros, 
  campaign.target_cpa.target_cpa_micros, 
  campaign.target_cpa.cpc_bid_floor_micros, 
  campaign.target_cpa.cpc_bid_ceiling_micros, 
  campaign.status, 
  campaign.start_date, 
  campaign.shopping_setting.use_vehicle_inventory, 
  campaign.shopping_setting.sales_country, 
  campaign.shopping_setting.merchant_id, 
  campaign.shopping_setting.feed_label, 
  campaign.shopping_setting.enable_local, 
  campaign.shopping_setting.campaign_priority, 
  campaign.serving_status, 
  campaign.selective_optimization.conversion_actions, 
  campaign.resource_name, 
  campaign.real_time_bidding_setting.opt_in, 
  campaign.performance_max_upgrade.status, 
  campaign.performance_max_upgrade.pre_upgrade_campaign, 
  campaign.performance_max_upgrade.performance_max_campaign, 
  campaign.percent_cpc.enhanced_cpc_enabled, 
  campaign.percent_cpc.cpc_bid_ceiling_micros, 
  campaign.payment_mode, 
  campaign.optimization_score, 
  campaign.optimization_goal_setting.optimization_goal_types, 
  campaign.network_settings.target_search_network, 
  campaign.network_settings.target_partner_search_network, 
  campaign.network_settings.target_google_search, 
  campaign.network_settings.target_content_network, 
  campaign.name, 
  campaign.maximize_conversions.target_cpa_micros, 
  campaign.maximize_conversion_value.target_roas, 
  campaign.manual_cpc.enhanced_cpc_enabled, 
  campaign.local_campaign_setting.location_source_type, 
  campaign.labels, 
  

Google Ads API results are Empty When Use Segments

2023-04-10 Thread Manish Kumar
Hello Team,

I am getting the empty results when I call the below API .

curl --location --request POST 
'https://googleads.googleapis.com/v11/customers/7522901297/googleAds:searchStream'
 
\
--header 'developer-token: x' \
--header 'Authorization: Bearer x' \
--header 'login-customer-id: 1685356882' \
--header 'Content-Type: text/plain' \
--data-raw '{"query" : "SELECT 
  segments.year, 
  segments.week, 
  segments.quarter, 
  segments.month, 
  segments.device, 
  segments.day_of_week, 
  segments.date, 
  segments.asset_interaction_target.interaction_on_this_asset, 
  segments.asset_interaction_target.asset, 
  segments.ad_network_type, 
  metrics.video_views, 
  metrics.video_view_rate, 
  metrics.value_per_conversion, 
  metrics.value_per_all_conversions, 
  metrics.top_impression_percentage, 
  metrics.impressions, 
  metrics.ctr, 
  metrics.cross_device_conversions, 
  metrics.cost_per_conversion, 
  metrics.cost_per_all_conversions, 
  metrics.cost_micros, 
  metrics.conversions_value, 
  metrics.conversions_from_interactions_rate, 
  metrics.conversions, 
  metrics.clicks, 
  metrics.average_cpv, 
  metrics.average_cpm, 
  metrics.average_cpc, 
  metrics.all_conversions_value, 
  metrics.all_conversions_from_interactions_rate, 
  metrics.all_conversions, 
  metrics.absolute_top_impression_percentage, 
  customer.tracking_url_template, 
  customer.time_zone, 
  customer.test_account, 
  customer.status, 
  customer.resource_name, 
  customer.remarketing_setting.google_global_site_tag, 
  customer.pay_per_conversion_eligibility_failure_reasons, 
  customer.optimization_score_weight, 
  customer.optimization_score, 
  customer.manager, 
  customer.id, 
  customer.has_partners_badge, 
  customer.final_url_suffix, 
  customer.descriptive_name, 
  customer.currency_code, 
  customer.conversion_tracking_setting.google_ads_conversion_customer, 
  
customer.conversion_tracking_setting.enhanced_conversions_for_leads_enabled, 

  
customer.conversion_tracking_setting.cross_account_conversion_tracking_id, 
  customer.conversion_tracking_setting.conversion_tracking_status, 
  customer.conversion_tracking_setting.conversion_tracking_id, 
  customer.conversion_tracking_setting.accepted_customer_data_terms, 
  customer.call_reporting_setting.call_reporting_enabled, 
  customer.call_reporting_setting.call_conversion_reporting_enabled, 
  customer.call_reporting_setting.call_conversion_action, 
  customer.auto_tagging_enabled, 
  campaign_budget.type, 
  campaign_budget.total_amount_micros, 
  campaign_budget.status, 
  campaign_budget.resource_name, 
  campaign_budget.reference_count, 
  campaign_budget.recommended_budget_estimated_change_weekly_views, 
  campaign_budget.recommended_budget_estimated_change_weekly_interactions, 
  campaign_budget.recommended_budget_estimated_change_weekly_cost_micros, 
  campaign_budget.recommended_budget_estimated_change_weekly_clicks, 
  campaign_budget.recommended_budget_amount_micros, 
  campaign_budget.period, 
  campaign_budget.name, 
  campaign_budget.id, 
  campaign_budget.has_recommended_budget, 
  campaign_budget.explicitly_shared, 
  campaign_budget.delivery_method, 
  campaign_budget.amount_micros, 
  campaign.video_brand_safety_suitability, 
  campaign.vanity_pharma.vanity_pharma_text, 
  campaign.vanity_pharma.vanity_pharma_display_url_mode, 
  campaign.url_expansion_opt_out, 
  campaign.tracking_url_template, 
  campaign.tracking_setting.tracking_url, 
  campaign.target_spend.target_spend_micros, 
  campaign.target_spend.cpc_bid_ceiling_micros, 
  campaign.target_roas.target_roas, 
  campaign.target_roas.cpc_bid_floor_micros, 
  campaign.target_roas.cpc_bid_ceiling_micros, 
  campaign.target_impression_share.location_fraction_micros, 
  campaign.target_impression_share.location, 
  campaign.target_impression_share.cpc_bid_ceiling_micros, 
  campaign.target_cpa.target_cpa_micros, 
  campaign.target_cpa.cpc_bid_floor_micros, 
  campaign.target_cpa.cpc_bid_ceiling_micros, 
  campaign.status, 
  campaign.start_date, 
  campaign.shopping_setting.use_vehicle_inventory, 
  campaign.shopping_setting.sales_country, 
  campaign.shopping_setting.merchant_id, 
  campaign.shopping_setting.feed_label, 
  campaign.shopping_setting.enable_local, 
  campaign.shopping_setting.campaign_priority, 
  campaign.serving_status, 
  campaign.selective_optimization.conversion_actions, 
  campaign.resource_name, 
  campaign.real_time_bidding_setting.opt_in, 
  campaign.performance_max_upgrade.status, 
  campaign.performance_max_upgrade.pre_upgrade_campaign, 
  campaign.performance_max_upgrade.performance_max_campaign, 
  campaign.percent_cpc.enhanced_cpc_enabled, 
  campaign.percent_cpc.cpc_bid_ceiling_micros, 
  campaign.payment_mode, 
  campaign.optimization_score, 
  campaign.optimization_goal_setting.optimization_goal_types, 
  campaign.network_settings.target_search_network, 
  campaign.network_settings.target_partner_search_network, 
  

Re: Error related with "channel type MULTIPLE" operations

2023-04-10 Thread sealytic...@gmail.com
Hello,

It is nearly 3 months.

Could you share the latest status of this issue please?

Thanks

On Tuesday, February 28, 2023 at 12:01:39 AM UTC+3 Google Ads API Forum 
Advisor wrote:

> Hello - 
>
> Unfortunately we're still working on this. I was able to confirm that this 
> error is expected as it's not possible for this account to link a negative 
> keyword shared set to an app campaign, however it's still unclear how these 
> two were originally linked. I'm going to continue investigating this 
> question with the team and will get back to you with more information as 
> soon as possible.
>
>
> Best,
> [image: Google Logo] 
> Ben Karl 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2iOP6Z: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/b06c853a-8999-469f-8336-0b3f2a9bbc8dn%40googlegroups.com.


Same keywords are coming in different adgroup

2023-04-10 Thread hemant dhote
Hi I need some help

when we fetch keywords from adgroup api.so we get the same keywords in
different ad groups.
We want to know if a keyword can be in a different argroup or is the api a
mistake ? used this below api.

public static function runGetKeyword(
GoogleAdsClient $googleAdsClient,
int $customerId,
?int $adGroupId,
) {
$googleAdsServiceClient =
$googleAdsClient->getGoogleAdsServiceClient();
// Creates a query that retrieves keywords.
$query =
  'SELECT ad_group.id, '
  . 'ad_group.name, '
  . 'campaign.id, '
  . 'campaign.name, '
  . 'ad_group_criterion.type, '
  . 'ad_group_criterion.criterion_id, '
  . 'ad_group_criterion.keyword.text, '
  . 'ad_group_criterion.keyword.match_type, '
  . 'ad_group_criterion.status, '
  . 'ad_group_criterion.labels '
  . 'FROM ad_group_criterion '
  . 'WHERE ad_group_criterion.type = KEYWORD';
if ($adGroupId !== null) {
$query .= " AND ad_group.id = $adGroupId";
$query .= " AND ad_group_criterion.status = 'ENABLED' ";
}

// Issues a search request by specifying page size.
$response =
$googleAdsServiceClient->search($customerId, $query, []);

$keywords = [];
foreach ($response->iterateAllElements() as $googleAdsRow) {
/* @var GoogleAdsRow $googleAdsRow /
$adgroupcreation_status = new AdGroupCriterionStatus();
$status =
$adgroupcreation_status->name($googleAdsRow->getAdGroupCriterion()->getStatus());
$keywords[] =
['keyword_id'=>$googleAdsRow->getAdGroupCriterion()->getCriterionId(),
'labels' =>$googleAdsRow->getAdGroupCriterion()->getLabels(),
'keyword_text'=>$googleAdsRow->getAdGroupCriterion()->getKeyword()->getText(),
'keyword_match_type'=> KeywordMatchType::name(

$googleAdsRow->getAdGroupCriterion()->getKeyword()->getMatchType()
),
'keyword_criteria_type' =>
 CriterionType::name($googleAdsRow->getAdGroupCriterion()->getType()),
'status' => $status, 'campaign_name' =>
$googleAdsRow->getCampaign()->getName(), 'campaign_id' =>
$googleAdsRow->getCampaign()->getId(), 'adgroup_id' =>
$googleAdsRow->getAdGroup()->getId() , 'adgroup_name' =>
$googleAdsRow->getAdGroup()->getName() ];
}

return $keywords;
}

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAMd9mKsyd%2BNvWr8jF4MLFBLi4KDcgRKQnEr0dpc0br8T4Gn4HQ%40mail.gmail.com.


Get info about budget account when using auto payments

2023-04-10 Thread Borys Dziundziuk
Hello! I'm currently using automatic payments from my credit card. Is there 
a way to get how much money left at the account? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9e0b023f-f4ba-447e-9cad-5d2acbdf413fn%40googlegroups.com.


Re: Attempting to Modify an Ads final_url value fails. Also, possible bug found || ad_error: CANNOT_MODIFY_AD

2023-04-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Chad,

Thank you for the reply.

Kindly note that we asked for the complete logs (request and response with 
request-id) to be sure that the ads you are updating are indeed ImageAd or 
other types that are not supported through the Google Ads API, as the ad that 
you have provided is reducted and there are other types of ads that are 
supported in updating. However, if the ad that you are updating is indeed an 
ImageAd, then I'm afraid that updating this is indeed not supported with the 
AdService. You may check this documentation for more information.

Moving forward to this "With that though, the bug occurred client-side, on my 
workstation. It resulted in a malformed request, as each path in the field mask 
was prefixed with "update."
Is this the error you're referring to?"

Thanks for this update. However, the thing we are referring to is the 
information I mentioned in my above response.

You may see the links below for the following emphasize words from the above 
statement:

request : 
https://developers.google.com/google-ads/api/docs/concepts/field-service#request
response: 
https://developers.google.com/google-ads/api/docs/concepts/field-service#response
request-id : 
https://developers.google.com/google-ads/api/docs/concepts/call-structure#request-id
documentation : 
https://developers.google.com/google-ads/api/reference/rpc/v13/AdService#mutateads

Best regards,

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


Get ListAccessibleCustomers error "Request contains an invalid argument"

2023-04-10 Thread Khải Nguyễn Danh
Hi i have granted this webapp permission to access my ad account but when i 
try to get client data getting the error "", _developerToken, _clientId, 
_clientSecret are what i use to get the account .RefestToken, but when I 
reuse it here it gives an error, here is my code:

 GoogleAdsConfig config = new GoogleAdsConfig()
{
DeveloperToken = _developerToken,
OAuth2Mode = 
Google.Ads.Gax.Config.OAuth2Flow.APPLICATION,
OAuth2ClientId = _clientId,
OAuth2ClientSecret = _clientSecret,
OAuth2RefreshToken = account.RefestToken,
};

GoogleAdsClient googleAdsClient = new 
GoogleAdsClient(config);
CustomerServiceClient customerServiceClient =

googleAdsClient.GetService(Google.Ads.GoogleAds.Services.V11.CustomerService);

Google.Ads.GoogleAds.V11.Errors.GoogleAdsException: 
'Status(StatusCode="InvalidArgument", Detail="Request contains an invalid 
argument.", DebugException="Grpc.Core.Internal.CoreErrorDetailException: 
{"created":"@1681123473.14200","description":"Error received from peer 
ipv4:142.251.130.10:443","file":"..\..\..\src\core\lib\surface\call.cc","file_line":1070,"grpc_message":"Request
 
contains an invalid argument.","grpc_status":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 
"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/0447bd01-4931-4ab8-b4b7-51afd3c2b5ean%40googlegroups.com.


RE: Ads API Not Returning All Recommendations

2023-04-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello,

Welcome to Google Ads API support team. Thank you for reaching out to us.

For us to have a clear illustration and understanding on the issue, kindly 
provide to us the complete request and response logs with request ID and 
request header generated on your end along with the uncropped screenshots of 
the data you want to retrieve in UI.

Note that these logs can be requested or provided to the developer handling the 
Google Ads API transactions when logging of the API requests has been enabled. 
You may check in client library logging and click your client library for the 
specific guideline to enable it.

For REST interface requests, you can enable logging via the curl command by 
using the -i flag. This will cause the tool to include the HTTP response 
headers in the output.

Links to the highlighted words above:

request - 
https://developers.google.com/google-ads/api/docs/concepts/field-service#request
response - 
https://developers.google.com/google-ads/api/docs/concepts/field-service#response
request ID - 
https://developers.google.com/google-ads/api/docs/concepts/call-structure#request-id
request header - 
https://developers.google.com/google-ads/api/docs/concepts/call-structure#request_headers
client library logging - 
https://developers.google.com/google-ads/api/docs/best-practices/logging#client_library_logging


You may send this privately via "Reply to Author" option. If that option is not 
available to you, you may directly send it to this alias 
googleadsapi-supp...@google.com.

Regards,

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


Store Sales Conversion Using Google Ads API !!

2023-04-10 Thread Udit Pandey
Hi All, 

Currently, I am trying to upload the store sales conversion data from the 
previous 35-day window to Google Ads. The purpose of this undertaking is to 
gain a comprehensive understanding of the overall impact of my ads solely 
on offline store sales. During the course of this project, I came across 
documentation that provides a code sample for uploading store sales data 
and other relevant attributes to Google Ads Conversion via the use of 
*UserDataJobServices*. Although the example is pertinent to our goals, we 
require an alternative method of pushing transactions into Google Ads as 
the *UserJob* object in the example does not align with our specific needs.

For example :

We have a data frame with set of transactions in each row and we want to 
upload the whole data frame at once in each API call. Has anyone have ever 
worked on similar use case ever before and if you can also share the code 
with me so that I also get some idea on how to proceed with that. 

[image: Screenshot 2023-04-10 at 3.24.50 PM.png]


Any help on this would be very much appreciated. Thanks in advance :)

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"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/8edb7706-16a3-4272-8da8-5817ca7fdff0n%40googlegroups.com.


Re: Google ads data using api

2023-04-10 Thread Xolane Gift
Thank you for your response.

On Mon, 10 Apr 2023, 07:53 Google Ads API Forum Advisor,
 wrote:

> Hi,
>
> Thank you for reaching out to the Google Ads API support team.
>
> Regarding your concern, it appears that you are experiencing issues while
> extracting data using the Python client library. Also, it appears that this
> error is the unauthorized_client error. Having said that, since you are
> using the *Python client Library*,  I would recommend checking and
> referring to these *Installation* and *Configuration* guides that need to
> be followed to avoid issues on your end. Also, our *Authorization* guide
> for more details about the authorization process in the Google Ads API.
>
> Links included in this email:
>
>- *Python client Library - *
>https://developers.google.com/google-ads/api/docs/client-libs/python
>- *Installation - *
>
> https://developers.google.com/google-ads/api/docs/client-libs/python/installation
>- *Configuration - *
>
> https://developers.google.com/google-ads/api/docs/client-libs/python/configuration
>- *Authorization - *
>https://developers.google.com/google-ads/api/docs/oauth/overview
>
>
> Regards,
> [image: Google Logo] Google Ads API Team
>
> ref:_00D1U1174p._5004Q2kSXK8: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/CAKRioxd78dmCkt8ZGcbAw9vNo-Z_AzQHFSQWY3YOmhz1snLYKw%40mail.gmail.com.


RE: Portfolio bidding strategy id

2023-04-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Roman,

Thank you for reaching out to us.

Kindly note that this channel and our team provide support for Google Ads 
API-related concerns only. However, since your concern is about the uniqueness 
of the portfolio bidding strategy ID when it comes to global or within a 
specific account, I would suggest you reach out instead to the product team via 
this link, as they are better equipped to provide guidance on this kind of 
matter.

You may see the links below for the following emphasize words from the above 
statement:

Google Ads API : https://developers.google.com/google-ads/api/docs/start?hl=en
link : https://support.google.com/google-ads/gethelp

Best regards,

Google Ads API Team
ref:_00D1U1174p._5004Q2kSWLO: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/EDz3J0RSW3EQ009_z1lTKsRxy-9UZErTrfuw%40sfdc.net.


Re: Assets Status Missing

2023-04-10 Thread Asaf Goloub
Hey, is there any update about this topic?
I'm having the same problem

On Tuesday, May 31, 2022 at 10:45:18 PM UTC+3 Google Ads API Forum Advisor 
wrote:

> Hello Sadia,
>
> Thanks for reaching out to the Google Ads API forum.
> To get further clarity to investigate further, could you please provide us 
> with the complete request 
> 
>  and response 
> 
>  logs 
> with request-id 
> 
>  and request-header 
> 
>  generated 
> on your end, so that our team may take a closer look at the issue you’re 
> experiencing.
>
> For the client library, logging can be enabled by navigating to the Client 
> libraries > Your client library (ex. PHP) > Logging documentation, which 
> you can access from this link 
> .
>
> Please send the requested details via the Reply privately to the author 
> option. If this option is not available, you may send the details directly 
> to our  googleadsapi-supp...@google.com alias 
> by referring to this thread.
>
> Best Regards,
> [image: Google Logo] 
> Jakeia 
> Google Ads API Team  
>
> ref:_00D1U1174p._5004Q2bFEFr: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/83351080-3d5c-4fb1-946c-3c6c4b738effn%40googlegroups.com.


RE: Can't create a new user list with a name of a deleted user list

2023-04-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Phong,

Thank you for reaching out to us.

For our team to further investigate this, provide appropriate recommendations, 
and also for me to raise this with the rest of our team, could you please 
provide us with the complete API logs (request and response with request-id) 
generated on your end where you can see the investigations you have done 
through?

Note that this can be requested or provided to the developer handling the 
Google Ads API transactions when logging of the API requests has been enabled. 
You may check here and click your client library for the specific guideline to 
enable it.

For REST interface requests, you can enable logging via the curl command by 
using the -i flag. This will cause the tool to include the HTTP response 
headers in the output.

You may then send the requested information via the Reply privately to author 
option. If this option is not available, you may send the details directly to 
our googleadsapi-supp...@google.com alias instead

You may see the links below for the following emphasize words from the above 
statement:

request : 
https://developers.google.com/google-ads/api/docs/concepts/field-service#request
response : 
https://developers.google.com/google-ads/api/docs/concepts/field-service#response
request-id : 
https://developers.google.com/google-ads/api/docs/concepts/call-structure#request-id
here : 
https://developers.google.com/google-ads/api/docs/best-practices/logging#client_library_logging

Best regards,

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


Regarding Location And Objective in Google Ads Api

2023-04-10 Thread Abhishek Battu
Dear Team, 

We are getting data from airbyte to google bigquery,but we are not able to 
find the appropriate field names for campaign location and objective,please 
help me resolve this at the earliest.

Regards,
Abhishek Battu

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7076eb40-8248-471b-8139-521c31afc022n%40googlegroups.com.


Getting 'Google.Ads.GoogleAds.V11.Errors.GoogleAdsException' in Google.Ads.GoogleAds.dll

2023-04-10 Thread Sonali Sharma
Hi Team,

I am using GoogleAds API V12, and I am not able to fetch my campaign and 
Ads data. I am getting below exception

Google.Ads.GoogleAds.V11.Errors.GoogleAdsException' in 
Google.Ads.GoogleAds.dll

Thanks,
Sonali

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2bd6fcd0-5f80-4366-bdf0-47590b5f9f13n%40googlegroups.com.