Assigned
Status Update
Comments
sn...@google.com <sn...@google.com>
ne...@gmail.com <ne...@gmail.com> #3
Hi,
Thank you for quick response. Yes, I actually copied curl code above from the API explorer.
I also tried with Python code below:
request = youtube.search().list(
part="snippet",
maxResults=50,
order="viewCount",
publishedAfter="2024-09-01T00:00:00Z",
q="artificial intelligence",
videoPaidProductPlacement="true",
)
response = request.execute()
return response
This also gave me invalid parameter error:
TypeError: Got an unexpected keyword argument videoPaidProductPlacement
sn...@google.com <sn...@google.com> #4
Hello,
I wanted to check if there are any updates regarding this issue, as it is critical for my application. Could you share whether it's planned to be resolved and if there is an estimated timeline for a fix?
I would greatly appreciate any insights you can provide.
Thank you for your time and support.
cu...@gmail.com <cu...@gmail.com> #5
Comment has been deleted.
cu...@hp.com <cu...@hp.com> #6
Ok, That explains the situation, but just to be clear, there's not a way for me to get the earnings or the performance of the ads via YouTube API?
Description
Please fill out the following:
Description As a YouTube content manager, I I want to enable the yt-analytics-monetary.readonly scope So that I can query the YouTube API to generate reports based on the monetary data for each of my company videos
API request with parameters used (DO NOT include your credential) All parameters for querying videos earnings
Result (copy and paste a JSON response you received) I am unable to query the API for monetary since the scope is restricted. Help me enable it
Expected result Earnings for each video and all monetary information related to my account videos
Is it 100% reproducible? Yes, I''m unable to query it
Reproducible API explorer link