laravel-google-merchant-api icon indicating copy to clipboard operation
laravel-google-merchant-api copied to clipboard

Request for Feature: Retrieving Product Impressions and CPC with Laravel Google Merchant API

Open kirthick opened this issue 7 months ago • 0 comments

I am using the

augustusnaz/laravel-google-merchant-api

package in our Laravel application. I need to retrieve specific product metrics but am unsure if the current version of this package supports these features. The metrics I am interested in are:

Product Impressions: The number of times a product is displayed. Clicks: The number of times a product is clicked. Cost Per Click (CPC): The cost associated with each click on a product. Click-Through Rate (CTR): The percentage of impressions that result in a click.

Questions:

Support for Metrics: Does this package support retrieving the above metrics (Product Impressions, Clicks, CPC, CTR) through the Google Merchant API?

Implementation Guidance: If supported, could you provide guidance or examples on how to implement the retrieval of these metrics using the package?

Configuration: Are there specific configuration settings or API calls required to access these metrics?

Alternatives: If these features are not supported by the package, are there alternative methods or libraries recommended for retrieving these metrics?

kirthick avatar Jul 03 '24 14:07 kirthick