Dear reader,
I'm extracting data with rga package for R and it usually works perfectly. But today I am receiving a lot "There was a temporary error. Please try again later." and "There was an internal error"
Here is an example of the request details:
ids= "XXXXXX"
metrics = "ga:productListViews, ga:productListClicks, ga:productListCTR"
dimensions ="ga:productSku, ga:productName, ga:productListName, ga:productListPosition"
filters= ga:productListName==XXXXXX
sort = "-ga:productListViews"
EEproductliststats <- GAgetData(p_ids=ids, p_start.date=start.date, p_end.date=end.date, p_metrics=metrics, p_dimensions=dimensions,
p_filters=filters, p_sort=sort)
EEproductliststats
This is not happening with other queries not related with Enhanced Ecommerce.
I'm trying to know if the API is now working properly with Enhanced Ecommerce or if maybe it is temporary collapsed.
Could you look into this issue? If you need further information please ask me.
Kind regards
Claudia Guirao