{"id":185540,"date":"2024-09-09T01:21:31","date_gmt":"2024-09-09T01:21:31","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/sheetlink\/"},"modified":"2025-02-28T12:35:54","modified_gmt":"2025-02-28T12:35:54","slug":"sheetlink","status":"publish","type":"plugin","link":"https:\/\/twd.wordpress.org\/plugins\/sheetlink\/","author":20593657,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.1.1","stable_tag":"1.1.1","tested":"6.7.5","requires":"5.2","requires_php":"7.2","requires_plugins":null,"header_name":"Gsheets Connector","header_author":"Rao Information Technology","header_description":"Auto Sync Posts, Pages & Custom post type data into CSV","assets_banners_color":"ffdddd","last_updated":"2025-02-28 12:35:54","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/sheetlink\/","header_author_uri":"https:\/\/raoinformationtechnology.com","rating":0,"author_block_rating":0,"active_installs":100,"downloads":2031,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description"],"tags":{"1.0.0":{"tag":"1.0.0","author":"raoinfotech","date":"2025-02-28 10:58:00"},"1.1.0":{"tag":"1.1.0","author":"raoinfotech","date":"2025-02-28 12:01:28"},"1.1.1":{"tag":"1.1.1","author":"raoinfotech","date":"2025-02-28 12:35:54"}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-128x128.gif":{"filename":"icon-128x128.gif","revision":3148348,"resolution":"128x128","location":"assets","locale":""}},"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":3148393,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.1.0","1.1.1"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[569,25296,129292,46506,231460],"plugin_category":[],"plugin_contributors":[216899],"plugin_business_model":[],"class_list":["post-185540","plugin","type-plugin","status-publish","hentry","plugin_tags-automation","plugin_tags-google-sheets","plugin_tags-google-spreadsheets","plugin_tags-sheets","plugin_tags-sync-posts-custom-post-types","plugin_contributors-raoinfotech","plugin_committers-raoinfotech","plugin_support_reps-imani3011"],"banners":{"banner":"https:\/\/ps.w.org\/sheetlink\/assets\/banner-772x250.png?rev=3148393","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/sheetlink\/assets\/icon-128x128.gif?rev=3148348","icon_2x":false,"generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Get real time POST, CPT, Woocommerce Order along with meta fields mapping on sheets, easy mapping and configuration with each column and Post Column.<\/p>\n\n<p>This plugin uses <a href=\"https:\/\/sheets.googleapis.com\/v4\/spreadsheets\/\">Google Sheets API<\/a> and <a href=\"https:\/\/www.googleapis.com\/drive\/v3\/files\">Google Drive API<\/a> to sync \nwordpress data with google sheets. \n<a href=\"https:\/\/oauth2.googleapis.com\/token\">Google Oauth<\/a> for generating the token for authorizing Google API's.<\/p>\n\n<h3>Configuration<\/h3>\n\n<ol>\n<li>Visit <a href=\"https:\/\/console.cloud.google.com\/\">Google Cloud<\/a><\/li>\n<li>Create New Project<\/li>\n<li>Enable Google Sheets API &amp; Google Drive API from API &amp; Services Library<\/li>\n<li>Create Credentials for Service Account<\/li>\n<li>Save JSON object Credentials under plugin settings page<\/li>\n<li>Share Service accouts email on Google sheets with edit access<\/li>\n<li>Create first Sheetlink Integration<\/li>\n<\/ol>\n\n<h3>Creating Integration<\/h3>\n\n<p>[youtube https:\/\/youtu.be\/qbxnyyoab48]<\/p>\n\n<h3>Available Filter Hooks<\/h3>\n\n<p>GSheets Connector is developer friendly and has some filters available to add the custom fields<\/p>\n\n<ol>\n<li><p>Add additional data options while creating integrations<\/p>\n\n<pre><code>apply_filters( 'rgsi_data_options', $data );\n\nadd_filter( 'rgsi_data_options', function($data) {\n    \/\/Need to add prefix _custom_ in order to feed the custom data in rgsi_mapped_data hook\n    $data['_custom_company_id'] = \"Company ID\"\n    return $data;\n});\n<\/code><\/pre><\/li>\n<li><p>Filter Output data before being sent to sheet<\/p>\n\n<pre><code>apply_filters( 'rgsi_mapped_data',$parsed_data, $post,$custom_keys );\n\nadd_filter( 'rgsi_mapped_data', function( $parsed_data, $post, $custom_keys ){ \n    return $parsed_data;\n});\n<\/code><\/pre><\/li>\n<\/ol>\n\n<h3>Data Privacy<\/h3>\n\n<p>The Application obtains the following information when you use the built-in app for authentication and link the Application with your Google Drive Account:<br \/>\n1. Your WordPress website address.\n2. A short-lived access token gets generated by the OAuth flow. \n3. Service account Credentials in JSON format are encrypted and saved into the database. This credential is used for fetching and validating the access token.\n4. Access token is validated using <a href=\"https:\/\/www.googleapis.com\/oauth2\/v1\/tokeninfo\">GoogleApis Token Info<\/a> endpoint\n5. A short lived access token is retrieved using endpoint <a href=\"https:\/\/oauth2.googleapis.com\/token\">Googleapis Oauth2<\/a> by sending JWT encoded Private key and client_email\n6. Retrieved access token is used to accesss list of spreadsheets with the help of <a href=\"https:\/\/www.googleapis.com\/drive\/v3\/files\">Google Drive API<\/a> and <a href=\"https:\/\/sheets.googleapis.com\/v4\/spreadsheets\/\">Google Spreadsheets API<\/a> that has been shared with client email <a href=\"https:\/\/www.googleapis.com\/drive\/v3\/files\">Google Drive<\/a> and update spreadsheet data with the help of <a href=\"https:\/\/sheets.googleapis.com\/v4\/spreadsheets\/\">Spreadsheers API<\/a><\/p>\n\n<p><strong>IMPORTANT:<\/strong> When you use the Application, all other communications are strictly between your server and the cloud storage service servers. The communication is encrypted and the communication will not go through our servers. We do not collect and do not have access to your files.\nRead more : <a href=\"https:\/\/raoinformationtechnology.com\/privacy-policy\/\">RaoInformation Technology Privacy Policy<\/a><\/p>\n\n<h3>Privacy Policy<\/h3>\n\n<p>GSheets Connector uses <a href=\"https:\/\/appsero.com\">Appsero<\/a> SDK to collect some telemetry data upon user's confirmation. This helps us to troubleshoot problems faster &amp; make product improvements.<\/p>\n\n<p>Appsero SDK <strong>does not gather any data by default.<\/strong> The SDK only starts gathering basic telemetry data <strong>when a user allows it via the admin notice<\/strong>. We collect the data to ensure a great user experience for all our users.<\/p>\n\n<p>Integrating Appsero SDK <strong>DOES NOT IMMEDIATELY<\/strong> start gathering data, <strong>without confirmation from users in any case.<\/strong><\/p>\n\n<p>Learn more about how <a href=\"https:\/\/appsero.com\/privacy-policy\/\">Appsero collects and uses this data<\/a>.<\/p>\n\n<h3>v1.0.0<\/h3>\n\n<p>= Initial Version<\/p>\n\n<h3>v1.1.0<\/h3>\n\n<p>= Fix Create Type Integration adding multiple times<\/p>\n\n<h4>Added registeration date support for user type<\/h4>\n\n<p>Add custom filter hooks to support custom fields<\/p>\n\n<h3>v1.1.0<\/h3>\n\n<p>= Fix Feedbackform Url\n= Integrate AppSero Analytics<\/p>","raw_excerpt":"Sync your WordPress posts, custom post types, and WooCommerce orders, including custom fields, to Google Spreadsheets using available filter hooks.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/185540","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=185540"}],"author":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/raoinfotech"}],"wp:attachment":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=185540"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=185540"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=185540"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=185540"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=185540"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=185540"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}