Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kirthick opened this issue Jul 3, 2024 · 0 comments

Comments

@kirthick
Copy link

kirthick commented Jul 3, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant