Google Ads API

2023-07-07 Thread Satish M
Hello Google Ads API Team,

My Team has been uploading offline conversions to adwords using google ads 
api and we are trying to understand why the conversions we upload don't 
match the number of conversions that show up in the adswords portal.

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/ab3eb7a2-2698-4f97-94f6-3de2b08fc763n%40googlegroups.com.


Genders do not exist for campaigns created via Bulk Upload

2023-07-07 Thread charlesb...@gmail.com
Hi,

Please see this example code:

function main(){

  const genderSelector = AdsApp.videoTargeting()
.genders()
.withCondition("ad_group.status in (ENABLED, PAUSED, REMOVED)")
.withCondition("campaign.status in (ENABLED, PAUSED, REMOVED)")
.withCondition("ad_group_criterion.status in (ENABLED, PAUSED, REMOVED)"
);

  const genderIterator = genderSelector.get();

  while (genderIterator.hasNext()) {
let gender = genderIterator.next();
console.log(gender.getVideoAdGroup().getVideoCampaign().getName() + " - 
" + gender.getVideoAdGroup().getName())
//here, campaigns/ad groups are only listed for the campaign I created 
manually
//campaign created via bulk upload (I have 3) are not listed
  }
}


Per the comments, a campaign named "YouTube" (created manually) appears but 
all my other campaigns aren't listed.

The campaign which are *not *showing:
 - Have the same campaign type
 - Have ad groups (and those ad groups obviously have genders)
 - Don't have any clicks or impressions

My account ID is 125-518-7903 and the script is named "Playground".

Any help would be appreciated.

Thanks,

Charles



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/db587bf0-5f49-44db-b4d4-2a2074282ea0n%40googlegroups.com.


RE: unable to get "tagsnippets" in conversion action api response

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

Thanks for reaching out to the Google Ads API Team.

Since you mentioned that you were getting empty results when trying to pass 
conversion action id to get tagSnippets. Can you please provide us with the 
complete logs(request and response with request ID) generated on your end so we 
can investigate further and provide precise guidance.

request: 
https://developers.google.com/google-ads/api/docs/concepts/field-service?hl=en#request
response: 
https://developers.google.com/google-ads/api/docs/concepts/field-service?hl=en#response
request-id: 
https://developers.google.com/google-ads/api/docs/concepts/call-structure?hl=en#request-id

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

Please also note that we highly recommend migrating to a newer version as soon 
as possible to ensure your API access is unaffected, since v12 has already been 
deprecated, issuing requests to a deprecated (or sunset) version of the API may 
incur the risk of losing access to it.

Deprecation and sunset - 
https://developers.google.com/google-ads/api/docs/sunset-dates
Newer version - https://developers.google.com/google-ads/api/docs/upgrade

I hope this information helps you.

This message is in relation to case "ref:_00D1U1174p._5004Q2msOL6: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/Vp8ic0RXFOQN00_Ioc93cTQtqyk6iBTJuoFQ%40sfdc.net.


Re: Google Ads API Basic Access Request

2023-07-07 Thread 'Edward Kim' via Google Ads API and AdWords API Forum
Hi Team,

I've replied privately with the information and I haven't received any 
reply nor feedback. 
I've also submitted a form to the compliance team and I've yet to receive 
any reply or feedback.
Is there anything else I can do to get this process moving?

On Wednesday, July 5, 2023 at 4:20:20 PM UTC-4 Google Ads API and AdWords 
API Forum wrote:

> Hi, 
>
> Thanks for reaching out to the Google Ads API Forum. I hope you are doing 
> well today.
>
> I understand that you have concerns about your application for Google Ads 
> API Basic Access and haven’t received any feedback or response yet from 
> the Compliance team.
>
> Since this case wasn’t routed to our support queue, we can’t directly 
> route your concern to the Compliance team. To do this, we request to 
> provide your Google Ads account or the MCC ID and Case ID (if there is 
> any generated in the format of 0-0###0) from Compliance team form 
> (https://support.google.com/adspolicy/contact/contact_ads_api) via the Reply 
> privately to author option. If this option is not available, then send it 
> instead on this email address googleadsa...@google.com 
> . Thank you for your patience and 
> understanding. Rest assured that we will further assist you on this matter.
>
> Your response privately is highly appreciated. Have a great day.
>
> Regards,
> Google Ads API Team
> On Saturday, July 1, 2023 at 4:47:52 AM UTC+8 eddi...@optum.com wrote:
>
>> Hi Team,
>>
>> I've applied for the Google Ads API Basic Access but I haven't received 
>> any feedback nor response.
>>
>> I was looking for a Case ID but didn't see one after submitting the form 
>> and seeing the success response.
>>
>> I submitted another form just in case I missed something but that doesn't 
>> appear to be the case. 
>>
>> Here is my Google Ads Manager Account ID: 861-674-4729
>>
>> I was wondering if I could get some form of feedback or at least the case 
>> ID for tracking purposes please.
>>
>> 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/312c83ad-9371-4025-9afa-ea0df49d4d94n%40googlegroups.com.


RE: getting different volume of search (api vs keyword planner)

2023-07-07 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.

Moving forward with your concern, can you provide us with the complete API logs 
(request and response with request-id and request header) generated on your 
end? This is so we can check on our end as well and investigate further. 
Additionally please also share with us the whole Google Ads UI screenshot 
(without cropping) of the data in the UI when you encountered the discrepancies.

For the client libraries, logging can be enabled by navigating to the Client 
libraries > Your client library (ex Java) > Logging documentation, which you 
can access from this link 
(https://developers.google.com/google-ads/api/docs/client-libs). 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.

Reference links included in this email:

request: 
https://developers.google.com/google-ads/api/docs/concepts/field-service?hl=en#request
response: 
https://developers.google.com/google-ads/api/docs/concepts/field-service?hl=en#response
request-id: 
https://developers.google.com/google-ads/api/docs/concepts/call-structure?hl=en#request-id
request header - 
https://developers.google.com/google-ads/api/docs/concepts/call-structure#request_headers

This message is in relation to case "ref:_00D1U1174p._5004Q2msP17: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/gq9Xg0RXFKNN00hUGIJQSWT-WAHFjrdn729A%40sfdc.net.


RE: cannot pull auction_insight_search_impression_share metric

2023-07-07 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.

Please note that as per this guide 
(https://developers.google.com/google-ads/api/fields/v14/metrics#metrics.auction_insight_search_impression_share),
 the metrics.auction_insight_search_impression_share is still not publicly 
available for now. However, please note that our team already raised a feature 
request for this to be available in Google Ads API, however this is subject for 
review. All I can say is for now, please keep an eye on our blog post for the 
updates and releases.

Links included in this email:

Google Ads API - https://developers.google.com/google-ads/api/docs/start
Blog - https://ads-developers.googleblog.com/search/label/google_ads_api


This message is in relation to case "ref:_00D1U1174p._5004Q2msOh4: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/ldwRg0RXFJJ400CaO9VyT_TOKFGZh5gWcqNg%40sfdc.net.


RE: website address when creating a campaign

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

Thank you for raising your concern to our team.

I understand you want to know the equivalent Google Ads API field for the 
highlighted part on your provided UI screenshot. Kindly refer to 
ad_group_ad.ad.final_urls, provide this field when creating the ads associated 
with the campaign you are trying to create. You can refer here for additional 
information on ads resource.

Let me know if you have any questions.

This message is in relation to case "ref:_00D1U1174p._5004Q2msLcJ: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/lib6R0RXFHNR00YU3TEwJAREOiPEWGtdEIdg%40sfdc.net.


Getting different volume of search (API vs Keyword planner)

2023-07-07 Thread Eliav Lankri
Hello

We're using the Ads API to get volume of search for terms by country.
But the issue is that we're getting totally differet numbers from the 
Keyword planner. What could be the issue? or what the Dev should check?

*gbp to usd calculator *(United Kingdom)

Keyword Planner: 720
Our tool/Ads API: 40,500

small business loans ontario interest rates
Keyword Planner: 0
Our tool/Ads API: 90,500


What we're missing? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ffb9df53-c175-4fa7-8d6b-9a06dd535317n%40googlegroups.com.


Cannot pull auction_insight_search_impression_share metric

2023-07-07 Thread 'Can Celik' via Google Ads API and AdWords API Forum
We are getting the following error from API.

```
The developer doesn't have access to metrics: 
'auction_insight_search_impression_share'
```

How can we get an access to this metrics?

Thanks.

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"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/ec0375dc-ecbe-4bed-b5cc-44a7dd58bbban%40googlegroups.com.


Unable to get "tagSnippets" in conversion action api response

2023-07-07 Thread Jayakumar Mathiyazhagan
Hi,

I'm using Google ads api V12 (Client library for PHP - 17.1.0). Add 
conversion action api works and gets resourceName with conversion action 
id. But when I pass this conversion action id to get tagSnippets it throws 
empty.

Here https://developers.google.com/google-ads/api/docs/client-libs#php 
mentioned Google 
Ads API (V12) will still work.

Please let me know Google Ads API (V12) will still work ?. If yes then how 
to use it to get conversion action response with tagSnippets .

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/336eef10-24ac-47ea-b879-b621e6adc28an%40googlegroups.com.


Re: pulling entire contents of customer match user list

2023-07-07 Thread Jyotika Saiba
Please help 1m subscribe 

On Tue, Jul 4, 2023, 17:53 Google Ads API and AdWords API Forum <
adwords-api@googlegroups.com> wrote:

> Hi,
>
> Thank you for reaching out to our team.
>
> With regards to your concern, you are asking if it is possible to retrieve
> customer match data. Kindly note that the Google Ads API mirrors the Google
> Ads UI. Meaning, the Google Ads API should be able to retrieve or manage
> the Google Ads UI data. To retrieve customer match data via the Google Ads
> API, you may use this *user_list* (
> https://developers.google.com/google-ads/api/fields/v14/user_list) report
> on your end.
>
> Let us know if you have further questions.
>
> Regards,
> Google Ads API Team
> On Tuesday, June 27, 2023 at 1:58:11 AM UTC+8 foo-bar wrote:
>
>> Is it possible to retrieve the full contents of a customer match list in
>> Google Ads?
>
> --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog:
> https://googleadsdeveloper.blogspot.com/
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> You received this message because you are subscribed to the Google
> Groups "AdWords API and Google Ads API Forum" group.
> To post to this group, send email to adwords-api@googlegroups.com
> To unsubscribe from this group, send email to
> adwords-api+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/adwords-api?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "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/d1608c8d-11ab-4224-adc4-52ce5011dd0fn%40googlegroups.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/CALT32LdAOCQ3KA2ZQX3YY5gwEDUxXpGRjjaJES4yAzactnjKcg%40mail.gmail.com.


Re: keyword_forecasts field has disappeared in generateforecastmetricsresponse

2023-07-07 Thread Aqeel Ashraf
Hi,

Thanks for the response. I am eagerly waiting for the solution and hope I 
will get the good reply.

On Thursday, 6 July 2023 at 21:46:10 UTC+5 Google Ads API Forum Advisor 
wrote:

> Hi Aqeel,
>
> Thank you for getting back to us. Allow me to raise this concern to the 
> rest of our team and rest assured that we will get back to you as soon as 
> we have some updates.
>
>   
> This message is in relation to case "ref:_00D1U1174p._5004Q2lw59Y:ref"
>
> Thanks,
>   
> [image: Google Logo] 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/25db0878-1ab4-44d5-a034-2d13ee0e5dafn%40googlegroups.com.


Re: the user list id provided for the job is invalid

2023-07-07 Thread Andrii Veretko
I have no Idea how to create OfflineUserDataJob with GoogleAds UI. But I've 
tried to create it via Postman and facing the same error. Request and 
response provided in first message. There is also  "requestId":"
d90ESKXwG0VlYu0-58Ja0Q"

On Thursday, July 6, 2023 at 6:53:45 PM UTC+3 Google Ads API Forum Advisor 
wrote:

> Hi,
>
> Thanks for reaching out to Google Ads API Support.
>
> With regards to your concern, it indeed has a membership status of open. 
> However, upon checking, it appears that the owner of the user list is DAZN 
> Audience Shed - US (627-967-7929). Can you try to create an offlineUserJob 
> for the userlist in the owner's account? 
>
> If the error persists, please note that in *Google Ads API* perspective 
> we need the updated logs with the suggested solution to be able to see the 
> error thrown on your side and further investigate. With that being said, 
> can you provide the complete *request* and *response* logs with *request* 
> *ID* generated as shown in the respective?
>
> You may then send the requested information via the Reply privately to the 
> author option. If this option is not available, you may send the details 
> directly to our *googleadsa...@google.com* alias instead.
>
> Links included in this email:
>
>- *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*
>  
>
> 
>  
>
>   
> This message is in relation to case "ref:_00D1U1174p._5004Q2mrveu:ref"
>
> Thanks,
>   
> [image: Google Logo] 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/b3e1d115-34b7-41bf-bbd2-22256968c56bn%40googlegroups.com.