{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Step 1 - Prepare Data\n", "\n", "Data cleaning." ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "%load_ext autoreload\n", "%autoreload 2" ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [], "source": [ "import pandas as pd" ] }, { "cell_type": "code", "execution_count": 3, "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "C:\\Users\\makayser\\AppData\\Roaming\\Python\\Python36\\site-packages\\requests\\__init__.py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3.0.4) doesn't match a supported version!\n", " RequestsDependencyWarning)\n" ] } ], "source": [ "# Custom Functions\n", "import sys\n", "sys.path.append('../src')\n", "import data as dt\n", "import prepare as pr\n", "import helper as he" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Load Data" ] }, { "cell_type": "code", "execution_count": 4, "metadata": {}, "outputs": [], "source": [ "dt_task = dt.Data()" ] }, { "cell_type": "code", "execution_count": 5, "metadata": {}, "outputs": [], "source": [ "data = dt_task.load('fn_clean')" ] }, { "cell_type": "code", "execution_count": 4, "metadata": {}, "outputs": [], "source": [ "fn_data = he.get_config()['path']['sample_dir'] + 'data.txt'" ] }, { "cell_type": "code", "execution_count": 5, "metadata": {}, "outputs": [], "source": [ "data = pd.read_csv(fn_data, sep='\\t', encoding='utf-8')" ] }, { "cell_type": "code", "execution_count": 6, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "Index(['id', 'views', 'appliesTo', 'url', 'language', 'question_title',\n", " 'question_author', 'question_createdAt', 'question_text',\n", " 'question_upvotes', 'answer_markedAsAnswer', 'answer_createdAt',\n", " 'answer_text', 'answer_upvotes'],\n", " dtype='object')" ] }, "execution_count": 6, "metadata": {}, "output_type": "execute_result" } ], "source": [ "data.columns" ] }, { "cell_type": "code", "execution_count": 135, "metadata": {}, "outputs": [], "source": [ "data = data[data.answer_markedAsAnswer == True].reset_index(drop=True).copy()" ] }, { "cell_type": "code", "execution_count": 139, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "'{\"id\":{\"0\":1,\"1\":4,\"2\":5,\"3\":6,\"4\":7},\"views\":{\"0\":58771,\"1\":119,\"2\":26,\"3\":9041,\"4\":257},\"appliesTo\":{\"0\":\"msoffice,Outlook,Windows 8,Office 365 Home\",\"1\":\"bing,Bing Ads,Bing Ads customers,Universal Event Tracking, conversions, reporting\",\"2\":\"bing,Other,Developers and webmasters\",\"3\":\"bing,Maps,Sharing and social search results,Bing.com for PC\\\\/Mac browsers\",\"4\":\"bing,Other,Bing users and consumers\"},\"url\":{\"0\":\"http:\\\\/\\\\/answers.microsoft.com\\\\/en-us\\\\/office\\\\/forum\\\\/office_365hp-outlook\\\\/unable-to-delete-emails-message-the-operation\\\\/feb1c2f0-430c-4622-a1ce-790474f44afc\",\"1\":\"https:\\\\/\\\\/answers.microsoft.com\\\\/en-us\\\\/bing\\\\/forum\\\\/all\\\\/api-webfault-deserialize-parameter-in-python\\\\/eb2d6f02-c93a-4f95-b08d-60411b67b852\",\"2\":\"https:\\\\/\\\\/answers.microsoft.com\\\\/en-us\\\\/bing\\\\/forum\\\\/bing_ads-bing_adscustomers\\\\/bing-ads-api-invalidlocationid-error-for-italy-and\\\\/80e46c5b-6f3e-48c2-bac6-a5e0e8b816fe\",\"3\":\"https:\\\\/\\\\/answers.microsoft.com\\\\/en-us\\\\/bing\\\\/forum\\\\/bing_maps-bing_sharing\\\\/how-do-i-import-places-into-bing-maps\\\\/78d37c4d-f3cc-4432-acaa-ed223c6cdc0f\",\"4\":\"https:\\\\/\\\\/answers.microsoft.com\\\\/en-us\\\\/bing\\\\/forum\\\\/bing_other-bing_users\\\\/change-my-region-in-billing-info\\\\/3f2c856b-ae9f-47ff-8bfe-fc8f8275016f\"},\"language\":{\"0\":\"en-us\",\"1\":\"en-us\",\"2\":\"en-us\",\"3\":\"en-us\",\"4\":\"en-us\"},\"question_title\":{\"0\":\"Unable to delete emails - message: The operation cannot be performed because the object has been deleted\",\"1\":\"API WebFault deserialize parameter in Python\",\"2\":\"Bing ads api InvalidLocationId error for Italy and Japan.\",\"3\":\"How do I import places into Bing Maps?\",\"4\":\"Change my region in billing info?\"},\"question_author\":{\"0\":\"ChristopherStringer\",\"1\":\"Joe Heffer\",\"2\":\"ChetanSingh1\",\"3\":\"NeilBenson\",\"4\":\"ePLayar\"},\"question_createdAt\":{\"0\":\"2013-11-21T20:45:35\",\"1\":\"2017-11-07T17:09:27\",\"2\":\"2018-01-02T18:14:01\",\"3\":\"2014-07-14T19:16:09\",\"4\":\"2015-12-05T13:47:50\"},\"question_text\":{\"0\":\"
I had problems updating from Windows 8 to Windows 8.1. This was resolved today by MS on a remote session but as my Microsoft\\\\u00a0 account was corrupt they had to close it and reopen one using same email address. Everything has been reinstated including OFFICE 365, however if I try to delete an email I get a message \\\\\"The operation cannot be performed because the object has been deleted\\\\\".<\\\\/font><\\\\/span><\\\\/p> The other problem is sending emails. I thought they were getting stuck in the Outbox until I received a reply to one. So it appears they are being sent but staying in the Outbox rather than dropping into the sent folder. Not sure which problem is the most serious but really cannot live with either. Support is closed, so wonder if anyone has any ideas what I could try.<\\\\/font><\\\\/span><\\\\/p>\",\"1\":\" Hi all,<\\\\/p> <\\\\/p> I have some working Python code (I can request and download reports) which I\\'m trying to port into a Django application (which also uses the Google Adwords API for Python.) I\\'m using Python 3.5.2 in both cases.<\\\\/p> <\\\\/p> I\\'m getting the following errors:<\\\\/p> <\\\\/p> <s:Envelope xmlns:s=\\\\\"http:\\\\/\\\\/schemas.xmlsoap.org\\\\/soap\\\\/envelope\\\\/\\\\\"> <\\\\/p> from this SOAP request:<\\\\/p> <\\\\/p> <?xml version=\\\\\"1.0\\\\\" encoding=\\\\\"UTF-8\\\\\"?><\\\\/p> <SOAP-ENV:Envelope xmlns:tns=\\\\\"https:\\\\/\\\\/bingads.microsoft.com\\\\/Reporting\\\\/v11\\\\\" xmlns:xsi=\\\\\"http:\\\\/\\\\/www.w3.org\\\\/2001\\\\/XMLSchema-instance\\\\\" xmlns:ns0=\\\\\"https:\\\\/\\\\/bingads.microsoft.com\\\\/Reporting\\\\/v11\\\\\" xmlns:SOAP-ENV=\\\\\"http:\\\\/\\\\/schemas.xmlsoap.org\\\\/soap\\\\/envelope\\\\/\\\\\" xmlns:ns1=\\\\\"http:\\\\/\\\\/schemas.xmlsoap.org\\\\/soap\\\\/envelope\\\\/\\\\\"><\\\\/span><\\\\/p>\\\\u00a0 \\\\u00a0 <SOAP-ENV:Header> <\\\\/p>\",\"2\":\" Hi,\\\\u00a0<\\\\/p> I am using Bing Ads PHP API and its working very good for USA, UK and Canada but for Italy and japan its showing error like\\\\u00a0<\\\\/p> <\\\\/p> for Italy\\\\u00a0<\\\\/p> <\\\\/p> <s:Envelope xmlns:s=\\\\\"http:\\\\/\\\\/schemas.xmlsoap.org\\\\/soap\\\\/envelope\\\\/\\\\\"><s:Body><s:Fault><faultcode>s:Server<\\\\/faultcode><faultstring xml:lang=\\\\\"en-US\\\\\">Invalid client data. Check the SOAP fault details for more information<\\\\/faultstring><detail><ApiFaultDetail xmlns=\\\\\"Microsoft.Advertiser.AdInsight.Api.Service.V11\\\\\" xmlns:i=\\\\\"http:\\\\/\\\\/www.w3.org\\\\/2001\\\\/XMLSchema-instance\\\\\"><TrackingId xmlns=\\\\\"https:\\\\/\\\\/adapi.microsoft.com\\\\\">0caff7d6-ad89-477e-963b-3dc8950bf12e<\\\\/TrackingId><BatchErrors xmlns:a=\\\\\"https:\\\\/\\\\/bingads.microsoft.com\\\\/AdInsight\\\\/v11\\\\\"\\\\/><OperationErrors xmlns:a=\\\\\"https:\\\\/\\\\/bingads.microsoft.com\\\\/AdInsight\\\\/v11\\\\\"><a:OperationError><a:Code>622<\\\\/a:Code><a:Details>LocationId: 93 is not supported. <\\\\/a:Details><a:ErrorCode>InvalidLocationId<\\\\/a:ErrorCode><a:Message>The location id is invalid.<\\\\/a:Message><\\\\/a:OperationError><\\\\/OperationErrors><\\\\/ApiFaultDetail><\\\\/detail><\\\\/s:Fault><\\\\/s:Body><\\\\/s:Envelope><\\\\/span><\\\\/p> <\\\\/p> The operation failed with the following faults:<\\\\/span><\\\\/p> OperationError<\\\\/span><\\\\/p> Code: 622<\\\\/span><\\\\/p> Error Code: InvalidLocationId<\\\\/span><\\\\/p> Message: The location id is invalid.<\\\\/span><\\\\/p> <\\\\/p> But in Geolocation file provided by bing have 93 as location ID. and i getting same error for\\\\u00a0 Japan for location Id 96.<\\\\/span><\\\\/p> <\\\\/p> Please help<\\\\/span><\\\\/p> thanks<\\\\/span><\\\\/p> <\\\\/p> <\\\\/p>\",\"3\":\" I have created a list of places in Google Maps and exported them as a KML file. Bing Maps also has an export option and also claims to have an import option too (http:\\\\/\\\\/onlinehelp.microsoft.com\\\\/en-us\\\\/bing\\\\/ff808584.aspx). But I can\\'t find the import feature anywhere in the Bing Maps user interface.<\\\\/p> <\\\\/p> Before I go too far saving places in either Bing Maps or Google Maps, I\\'d like to ensure I can exchange my saved places between them.\\\\u00a0<\\\\/p> <\\\\/p> Can anyone help?<\\\\/p>\",\"4\":\" Hello,<\\\\/p> I want to change my region in billing info but I can\\'t<\\\\/p> in this link : https:\\\\/\\\\/commerce.microsoft.com\\\\/PaymentHub\\\\/Profile?lang=en-us<\\\\/p> I can change everything except for country\\\\/region, any tips? thanks<\\\\/p>\"},\"question_upvotes\":{\"0\":387,\"1\":1,\"2\":0,\"3\":56,\"4\":10},\"answer_markedAsAnswer\":{\"0\":true,\"1\":true,\"2\":true,\"3\":true,\"4\":true},\"answer_createdAt\":{\"0\":\"November 26, 2013\",\"1\":\"November 7, 2017\",\"2\":\"January 2, 2018\",\"3\":\"July 15, 2014\",\"4\":\"December 9, 2015\"},\"answer_text\":{\"0\":\" This fix will most likely solve your problems, simply do this\\\\u00a0 FILE - Account Settings - Account Settings - Change - More Settings - Advanced<\\\\/span> Where it says Folders - Root folder path:<\\\\/p> Then enter the word: \\\\u00a0 \\\\u00a0inbox<\\\\/p> I got this info from this forum post here and it worked for me \\\\u00a0http:\\\\/\\\\/social.technet.microsoft.com\\\\/Forums\\\\/office\\\\/en-US\\\\/e5cf9882-82e9-4710-832f-186c38941558\\\\/imap-problem-with-outlook-2013-since-actual-patchday?forum=outlook<\\\\/a>\\\\u00a0<\\\\/p><\\\\/div><\\\\/div>\",\"1\":\" Hi Joe,<\\\\/p> <\\\\/p> Thank you for your request!<\\\\/span> <\\\\/span><\\\\/p> <\\\\/p> For the best answers on Bing Ads API we do recommend that you visit our developers forum atBing Ads API Forum<\\\\/span><\\\\/a>\\\\u00a0In that forum you will find many developers who work with our API everyday and will be better equipped to answer your question.<\\\\/span><\\\\/p> <\\\\/p> If you are unable to find the answer, here is the link to instructions for contacting the API support channel directlyEngaging Support<\\\\/span><\\\\/a><\\\\/span><\\\\/p> <\\\\/p> We hope this helps!<\\\\/p> <\\\\/p> Thank you,<\\\\/p> <\\\\/p>\",\"2\":\" Hi ChetanSingh1,<\\\\/p> <\\\\/p> Thank you for reaching out to us! <\\\\/span>For the best response to your question, please post it in theBing Ads API Forum<\\\\/span><\\\\/a> where you will find many developers who will be able to help you with this issue.<\\\\/span><\\\\/p> \\\\u00a0<\\\\/span><\\\\/p> If you are unable to find the answer, here is the link to instructions for contacting the API support channel directly:\\\\u00a0Engaging Support<\\\\/span><\\\\/a>.<\\\\/span><\\\\/p> \\\\u00a0<\\\\/span><\\\\/p> Sincerely,<\\\\/span><\\\\/p> <\\\\/p>\",\"3\":\" I had problems updating from Windows 8 to W... \n",
"1 2017-08-05T16:27:22 I have a strange problem with my Dashboard ... \n",
"2 2017-06-01T06:57:23 I am attempting to ... \n",
"3 2017-11-07T17:09:27 Hi all, I have some working Py... \n",
"4 2014-07-14T19:16:09 I have created a list of places in Google M... \n",
"\n",
" question_upvotes answer_markedAsAnswer answer_createdAt \\\n",
"0 387 True November 26, 2013 \n",
"1 48 False August 5, 2017 \n",
"2 1 False June 1, 2017 \n",
"3 1 True November 7, 2017 \n",
"4 56 True July 15, 2014 \n",
"\n",
" answer_text answer_upvotes \\\n",
"0 This fix will most likely solve your problems... 324 \n",
"1 Exactly the same issue both on my phone and... 0 \n",
"2 Hi Jon, Your issue is more com... 0 \n",
"3 Hi Joe,
<\\\\/font><\\\\/span><\\\\/p>
\\\\u00a0 \\\\u00a0 <s:Body>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <s:Fault>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <faultcode xmlns:a=\\\\\"http:\\\\/\\\\/schemas.microsoft.com\\\\/net\\\\/2005\\\\/12\\\\/windowscommunicationfoundation\\\\/dispatcher\\\\\">a:DeserializationFailed<\\\\/faultcode>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <faultstring xml:lang=\\\\\"en-US\\\\\">The formatter threw an exception while trying to deserialize the message:
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 There was an error while trying to deserialize parameter https:\\\\/\\\\/bingads.microsoft.com\\\\/Reporting\\\\/v11:ReportRequest.\\\\u00a0
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 The InnerException message was \\\\\\\\\\'There was an error deserializing the object of type Microsoft.AdCenter.Advertiser.Reporting.Api.DataContracts.Request.ReportRequest.
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 The value \\\\\\\\\\'\\\\\\\\\\' cannot be parsed as the type \\\\\\\\\\'Int32\\\\\\\\\\'.\\\\\\\\\\'.\\\\u00a0 Please see InnerException for more details.<\\\\/faultstring>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <\\\\/s:Fault>
\\\\u00a0 \\\\u00a0 <\\\\/s:Body>
<\\\\/s:Envelope>\\'<\\\\/p>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <tns:CustomerAccountId>********<\\\\/tns:CustomerAccountId>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <tns:CustomerId>*********<\\\\/tns:CustomerId>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <tns:DeveloperToken>BBD37VB98<\\\\/tns:DeveloperToken>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <tns:Password>********<\\\\/tns:Password>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <tns:UserName>joe_heffer_sbx<\\\\/tns:UserName>
\\\\u00a0 \\\\u00a0 <\\\\/SOAP-ENV:Header>
\\\\u00a0 \\\\u00a0 <ns1:Body>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <ns0:SubmitGenerateReportRequest>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <ns0:ReportRequest xsi:type=\\\\\"ns0:KeywordPerformanceReportRequest\\\\\">
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <ns0:ExcludeColumnHeaders>false<\\\\/ns0:ExcludeColumnHeaders>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <ns0:ExcludeReportFooter>true<\\\\/ns0:ExcludeReportFooter>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <ns0:ExcludeReportHeader>true<\\\\/ns0:ExcludeReportHeader>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <ns0:Format>Csv<\\\\/ns0:Format>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <ns0:Language>English<\\\\/ns0:Language>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <ns0:ReportName>Bing Report<\\\\/ns0:ReportName>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <ns0:ReturnOnlyCompleteData>false<\\\\/ns0:ReturnOnlyCompleteData>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <ns0:Aggregation>Daily<\\\\/ns0:Aggregation>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <ns0:Columns>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <ns0:KeywordPerformanceReportColumn>TimePeriod<\\\\/ns0:KeywordPerformanceReportColumn>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <ns0:KeywordPerformanceReportColumn>Spend<\\\\/ns0:KeywordPerformanceReportColumn>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <\\\\/ns0:Columns>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <ns0:Filter>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <ns0:AdRelevance\\\\/>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <ns0:ExpectedCtr\\\\/>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <ns0:Keywords\\\\/>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <ns0:LandingPageExperience\\\\/>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <ns0:LanguageCode\\\\/>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <ns0:QualityScore\\\\/>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <\\\\/ns0:Filter>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <ns0:Scope\\\\/>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <ns0:Sort\\\\/>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <ns0:Time>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <ns0:CustomDateRangeEnd>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <ns0:Day\\\\/>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <ns0:Month\\\\/>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <ns0:Year\\\\/>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <\\\\/ns0:CustomDateRangeEnd>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <ns0:CustomDateRangeStart>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <ns0:Day\\\\/>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <ns0:Month\\\\/>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <ns0:Year\\\\/>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <\\\\/ns0:CustomDateRangeStart>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <ns0:PredefinedTime>ThisYear<\\\\/ns0:PredefinedTime>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <\\\\/ns0:Time>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <\\\\/ns0:ReportRequest>
\\\\u00a0 \\\\u00a0 \\\\u00a0 \\\\u00a0 <\\\\/ns0:SubmitGenerateReportRequest>
\\\\u00a0 \\\\u00a0 <\\\\/ns1:Body>
<\\\\/SOAP-ENV:Envelope>
<\\\\/div>
<\\\\/p>
<\\\\/p>