You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to get searches by Canadian cities using the CMA (Census Metropolitan Area) code.
I have also been trying to get results by writing the city's name, but it doesn't work. Here is my code:
res <- gtrends(c("EV"), geo = c("CA-AB-825"), time = "2018-01-01 2024-05-05" )
I keep getting the same if I use "CA-AB-Calgary Error in get_widget(comparison_item, category, gprop, hl, cookie_url, : widget$status_code == 200 is not TRUE
If I look at the results in Google Trends, I see 23 cities displaying results that don't follow a CMA geography. And I can't find a DMA for Canada.
Is there a way to get results from Canadian cities?
The text was updated successfully, but these errors were encountered:
I have been trying to get searches by Canadian cities using the CMA (Census Metropolitan Area) code.
I have also been trying to get results by writing the city's name, but it doesn't work. Here is my code:
res <- gtrends(c("EV"), geo = c("CA-AB-825"), time = "2018-01-01 2024-05-05" )
I keep getting the same if I use
"CA-AB-Calgary
Error in get_widget(comparison_item, category, gprop, hl, cookie_url, : widget$status_code == 200 is not TRUE
If I look at the results in Google Trends, I see 23 cities displaying results that don't follow a CMA geography. And I can't find a DMA for Canada.
Is there a way to get results from Canadian cities?
The text was updated successfully, but these errors were encountered: